Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,7 @@ emb = torch.cat(
|
|
77 |
|
78 |
## Citation
|
79 |
|
|
|
80 |
@misc{bogdanov2024nuner,
|
81 |
title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data},
|
82 |
author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
|
@@ -84,4 +85,5 @@ emb = torch.cat(
|
|
84 |
eprint={2402.15343},
|
85 |
archivePrefix={arXiv},
|
86 |
primaryClass={cs.CL}
|
87 |
-
}
|
|
|
|
77 |
|
78 |
## Citation
|
79 |
|
80 |
+
```
|
81 |
@misc{bogdanov2024nuner,
|
82 |
title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data},
|
83 |
author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
|
|
|
85 |
eprint={2402.15343},
|
86 |
archivePrefix={arXiv},
|
87 |
primaryClass={cs.CL}
|
88 |
+
}
|
89 |
+
```
|