nlpaueb commited on
Commit
848fc87
·
1 Parent(s): 8e0690c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -14,7 +14,7 @@ widget:
14
  - text: "During 2019, the Company repurchased $[MASK] billion of its common stock and paid dividend equivalents of $[XX.X] billion."
15
  ---
16
 
17
- # SEC-BERT
18
 
19
  <img align="center" src="https://i.ibb.co/0yz81K9/sec-bert-logo.png" alt="sec-bert-logo" width="400"/>
20
 
@@ -226,18 +226,19 @@ In the Proceedings of the 60th Annual Meeting of the Association for Computation
226
 
227
  ```
228
  @inproceedings{loukas-etal-2022-finer,
229
- title = "{FiNER: Financial Numeric Entity Recognition for XBRL Tagging}",
230
- author = "Loukas, Lefteris and
231
- Fergadiotis, Manos and
232
  Chalkidis, Ilias and
233
  Spyropoulou, Eirini and
234
- Malakasiotis, Prodromos and
235
  Androutsopoulos, Ion and
236
- Paliouras George",
237
- booktitle = "60th Annual Meeting of the Association for Computational Linguistics",
238
- month = may,
239
- year = "2022",
240
- publisher = "Association for Computational Linguistics",
 
241
  }
242
  ```
243
 
 
14
  - text: "During 2019, the Company repurchased $[MASK] billion of its common stock and paid dividend equivalents of $[XX.X] billion."
15
  ---
16
 
17
+ # SEC-BERT-SHAPE
18
 
19
  <img align="center" src="https://i.ibb.co/0yz81K9/sec-bert-logo.png" alt="sec-bert-logo" width="400"/>
20
 
 
226
 
227
  ```
228
  @inproceedings{loukas-etal-2022-finer,
229
+ title = {FiNER: Financial Numeric Entity Recognition for XBRL Tagging},
230
+ author = {Loukas, Lefteris and
231
+ Fergadiotis, Manos and
232
  Chalkidis, Ilias and
233
  Spyropoulou, Eirini and
234
+ Malakasiotis, Prodromos and
235
  Androutsopoulos, Ion and
236
+ Paliouras George},
237
+ booktitle = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL 2022)},
238
+ publisher = {Association for Computational Linguistics},
239
+ location = {Dublin, Republic of Ireland},
240
+ year = {2022},
241
+ url = {https://arxiv.org/abs/2203.06482}
242
  }
243
  ```
244