asahi417 commited on
Commit
d42ecf4
1 Parent(s): 0ab69c6

model update

Browse files
Files changed (1) hide show
  1. README.md +21 -2
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-2020/raw/main/trainer_config.json).
166
 
167
  ### Reference
168
- If you use any resource from T-NER, please consider to cite our [paper](https://aclanthology.org/2021.eacl-demos.7/).
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-2020/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