Umean commited on
Commit
9c5a16c
·
verified ·
1 Parent(s): 8cd8b6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -5
README.md CHANGED
@@ -77,11 +77,35 @@ print(generated_text.split("答案:")[-1])
77
 
78
  ## Cite
79
  ```
80
- @article{yang2024beyond,
81
- title={Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition},
82
- author={Yang, Yuming and Zhao, Wantong and Huang, Caishuang and Ye, Junjie and Wang, Xiao and Zheng, Huiyuan and Nan, Yang and Wang, Yuran and Xu, Xueying and Huang, Kaixin and others},
83
- journal={arXiv preprint arXiv:2406.11192},
84
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
86
  ```
87
 
 
77
 
78
  ## Cite
79
  ```
80
+ @inproceedings{yang-etal-2025-beyond,
81
+ title = "Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition",
82
+ author = "Yang, Yuming and
83
+ Zhao, Wantong and
84
+ Huang, Caishuang and
85
+ Ye, Junjie and
86
+ Wang, Xiao and
87
+ Zheng, Huiyuan and
88
+ Nan, Yang and
89
+ Wang, Yuran and
90
+ Xu, Xueying and
91
+ Huang, Kaixin and
92
+ Zhang, Yunke and
93
+ Gui, Tao and
94
+ Zhang, Qi and
95
+ Huang, Xuanjing",
96
+ editor = "Rambow, Owen and
97
+ Wanner, Leo and
98
+ Apidianaki, Marianna and
99
+ Al-Khalifa, Hend and
100
+ Eugenio, Barbara Di and
101
+ Schockaert, Steven",
102
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
103
+ month = jan,
104
+ year = "2025",
105
+ address = "Abu Dhabi, UAE",
106
+ publisher = "Association for Computational Linguistics",
107
+ url = "https://aclanthology.org/2025.coling-main.725/",
108
+ pages = "10902--10923"
109
  }
110
  ```
111