Update README.md
Browse files
README.md
CHANGED
@@ -89,3 +89,25 @@ Overall (ignoring entity type) | 90.4
|
|
89 |
|
90 |
This model card was influence by that of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER/edit/main/README.md)
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
This model card was influence by that of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER/edit/main/README.md)
|
91 |
|
92 |
+
|
93 |
+
## Citation
|
94 |
+
|
95 |
+
If you use this model, you can cite the following paper:
|
96 |
+
|
97 |
+
"""
|
98 |
+
@misc{franklin2024ndjv,
|
99 |
+
title={News Deja Vu: Connecting Past and Present with Semantic Search},
|
100 |
+
author={Brevin Franklin, Emily Silcock, Abhishek Arora, Tom Bryan and Melissa Dell},
|
101 |
+
year={2024},
|
102 |
+
eprint={2406.15593},
|
103 |
+
archivePrefix={arXiv},
|
104 |
+
primaryClass={cs.CL},
|
105 |
+
url={https://arxiv.org/abs/2406.15593},
|
106 |
+
}
|
107 |
+
"""
|
108 |
+
|
109 |
+
|
110 |
+
## Applications
|
111 |
+
|
112 |
+
We applied this model to a century of historical text. You can see all the named entities in the [NEWSWIRE dataset](https://huggingface.co/datasets/dell-research-harvard/newswire).
|
113 |
+
|