alanakbik commited on
Commit
b7a5e5b
1 Parent(s): 210de02

initial commit

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -141,12 +141,13 @@ trainer.train('resources/taggers/ner-english-large',
141
  Please cite the following paper when using this model.
142
 
143
  ```
144
- @inproceedings{akbik2018coling,
145
- title={Contextual String Embeddings for Sequence Labeling},
146
- author={Akbik, Alan and Blythe, Duncan and Vollgraf, Roland},
147
- booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
148
- pages = {1638--1649},
149
- year = {2018}
 
150
  }
151
  ```
152
 
 
141
  Please cite the following paper when using this model.
142
 
143
  ```
144
+ @misc{schweter2020flert,
145
+ title={FLERT: Document-Level Features for Named Entity Recognition},
146
+ author={Stefan Schweter and Alan Akbik},
147
+ year={2020},
148
+ eprint={2011.06993},
149
+ archivePrefix={arXiv},
150
+ primaryClass={cs.CL}
151
  }
152
  ```
153