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