Serega6678
commited on
Commit
•
7db6daa
1
Parent(s):
15e0b77
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,8 @@ for entity in entities:
|
|
54 |
|
55 |
|
56 |
## Citation
|
57 |
-
|
|
|
58 |
@misc{bogdanov2024nuner,
|
59 |
title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data},
|
60 |
author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
|
@@ -64,3 +65,14 @@ for entity in entities:
|
|
64 |
primaryClass={cs.CL}
|
65 |
}
|
66 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
## Citation
|
57 |
+
### This work
|
58 |
+
```bibtex
|
59 |
@misc{bogdanov2024nuner,
|
60 |
title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data},
|
61 |
author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
|
|
|
65 |
primaryClass={cs.CL}
|
66 |
}
|
67 |
```
|
68 |
+
### Previous work
|
69 |
+
```bibtex
|
70 |
+
@misc{zaratiana2023gliner,
|
71 |
+
title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
|
72 |
+
author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
|
73 |
+
year={2023},
|
74 |
+
eprint={2311.08526},
|
75 |
+
archivePrefix={arXiv},
|
76 |
+
primaryClass={cs.CL}
|
77 |
+
}
|
78 |
+
```
|