model update
Browse files
README.md
CHANGED
@@ -165,8 +165,8 @@ The following hyperparameters were used during training:
|
|
165 |
The full configuration can be found at [fine-tuning parameter file](https://huggingface.co/tner/twitter-roberta-base-dec2020-tweetner7-continuous/raw/main/trainer_config.json).
|
166 |
|
167 |
### Reference
|
168 |
-
If you use
|
169 |
-
|
170 |
```
|
171 |
|
172 |
@inproceedings{ushio-camacho-collados-2021-ner,
|
@@ -185,4 +185,23 @@ If you use any resource from T-NER, please consider to cite our [paper](https://
|
|
185 |
}
|
186 |
|
187 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
|
|
165 |
The full configuration can be found at [fine-tuning parameter file](https://huggingface.co/tner/twitter-roberta-base-dec2020-tweetner7-continuous/raw/main/trainer_config.json).
|
166 |
|
167 |
### Reference
|
168 |
+
If you use the model, please cite T-NER paper and TweetNER7 paper.
|
169 |
+
- T-NER
|
170 |
```
|
171 |
|
172 |
@inproceedings{ushio-camacho-collados-2021-ner,
|
|
|
185 |
}
|
186 |
|
187 |
```
|
188 |
+
- TweetNER7
|
189 |
+
```
|
190 |
+
|
191 |
+
@inproceedings{ushio-etal-2022-tweet,
|
192 |
+
title = "{N}amed {E}ntity {R}ecognition in {T}witter: {A} {D}ataset and {A}nalysis on {S}hort-{T}erm {T}emporal {S}hifts",
|
193 |
+
author = "Ushio, Asahi and
|
194 |
+
Neves, Leonardo and
|
195 |
+
Silva, Vitor and
|
196 |
+
Barbieri, Francesco. and
|
197 |
+
Camacho-Collados, Jose",
|
198 |
+
booktitle = "The 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing",
|
199 |
+
month = nov,
|
200 |
+
year = "2022",
|
201 |
+
address = "Online",
|
202 |
+
publisher = "Association for Computational Linguistics",
|
203 |
+
}
|
204 |
+
|
205 |
+
```
|
206 |
+
|
207 |
|