Update README.md
Browse files
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 =
|
| 226 |
-
author =
|
| 227 |
-
Fergadiotis, Manos
|
| 228 |
Chalkidis, Ilias and
|
| 229 |
Spyropoulou, Eirini and
|
| 230 |
-
Malakasiotis, Prodromos
|
| 231 |
Androutsopoulos, Ion and
|
| 232 |
-
Paliouras George
|
| 233 |
-
booktitle =
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
|
|
|
| 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 |
|