nlpaueb commited on
Commit
d80e499
1 Parent(s): 9781d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -184,10 +184,27 @@ model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
184
  ## Publication
185
 
186
  The model has been officially released with the following article:<br>
187
- "FiNER: Financial Numeric Entity Recognition for XBRL Tagging".<br>
188
  Lefteris Loukas, Manos Fergadiotis, Ilias Chalkidis, Eirini Spyropoulou, Prodromos Malakasiotis, Ion Androutsopoulos and George Paliouras.<br>
189
  In the Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL 2022) (Long Papers), Dublin, Republic of Ireland, May 22 - 27, 2022.
190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  ## About Us
192
 
193
  [AUEB's Natural Language Processing Group](http://nlp.cs.aueb.gr) develops algorithms, models, and systems that allow computers to process and generate natural language texts.
 
184
  ## Publication
185
 
186
  The model has been officially released with the following article:<br>
187
+ **"FiNER: Financial Numeric Entity Recognition for XBRL Tagging"**.<br>
188
  Lefteris Loukas, Manos Fergadiotis, Ilias Chalkidis, Eirini Spyropoulou, Prodromos Malakasiotis, Ion Androutsopoulos and George Paliouras.<br>
189
  In the Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL 2022) (Long Papers), Dublin, Republic of Ireland, May 22 - 27, 2022.
190
 
191
+ ```
192
+ @inproceedings{loukas-etal-2022-finer,
193
+ title = "{FiNER}: Financial Numeric Entity Recognition for {XBRL} Tagging",
194
+ author = "Loukas, Lefteris and
195
+ Fergadiotis, Manos and
196
+ Chalkidis, Ilias and
197
+ Spyropoulou, Eirini and
198
+ Malakasiotis, Prodromos and
199
+ Androutsopoulos, Ion and
200
+ Paliouras George",
201
+ booktitle = "60th Annual Meeting of the Association for Computational Linguistics",
202
+ month = may,
203
+ year = "2022",
204
+ publisher = "Association for Computational Linguistics",
205
+ }
206
+ ```
207
+
208
  ## About Us
209
 
210
  [AUEB's Natural Language Processing Group](http://nlp.cs.aueb.gr) develops algorithms, models, and systems that allow computers to process and generate natural language texts.