nlpaueb commited on
Commit
b41ecd3
·
1 Parent(s): a410fb1

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