Update README.md
Browse files
README.md
CHANGED
@@ -77,11 +77,35 @@ print(generated_text.split("答案:")[-1])
|
|
77 |
|
78 |
## Cite
|
79 |
```
|
80 |
-
@
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|