Update README.md
Browse files
README.md
CHANGED
@@ -183,24 +183,25 @@ model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
|
|
183 |
## Publication
|
184 |
|
185 |
The model has been officially released with the following article:<br>
|
186 |
-
**"FiNER: Financial Numeric Entity Recognition for XBRL Tagging"
|
187 |
-
Lefteris Loukas, Manos Fergadiotis, Ilias Chalkidis, Eirini Spyropoulou, Prodromos Malakasiotis, Ion Androutsopoulos and George Paliouras
|
188 |
-
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
|
189 |
|
190 |
```
|
191 |
@inproceedings{loukas-etal-2022-finer,
|
192 |
-
title =
|
193 |
-
author =
|
194 |
-
Fergadiotis, Manos
|
195 |
Chalkidis, Ilias and
|
196 |
Spyropoulou, Eirini and
|
197 |
-
Malakasiotis, Prodromos
|
198 |
Androutsopoulos, Ion and
|
199 |
-
Paliouras George
|
200 |
-
booktitle =
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
204 |
}
|
205 |
```
|
206 |
|
|
|
183 |
## Publication
|
184 |
|
185 |
The model has been officially released with the following article:<br>
|
186 |
+
**"FiNER: Financial Numeric Entity Recognition for XBRL Tagging"**<br>
|
187 |
+
Lefteris Loukas, Manos Fergadiotis, Ilias Chalkidis, Eirini Spyropoulou, Prodromos Malakasiotis, Ion Androutsopoulos and George Paliouras<br>
|
188 |
+
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
|
189 |
|
190 |
```
|
191 |
@inproceedings{loukas-etal-2022-finer,
|
192 |
+
title = {FiNER: Financial Numeric Entity Recognition for XBRL Tagging},
|
193 |
+
author = {Loukas, Lefteris and
|
194 |
+
Fergadiotis, Manos and
|
195 |
Chalkidis, Ilias and
|
196 |
Spyropoulou, Eirini and
|
197 |
+
Malakasiotis, Prodromos and
|
198 |
Androutsopoulos, Ion and
|
199 |
+
Paliouras George},
|
200 |
+
booktitle = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL 2022)},
|
201 |
+
publisher = {Association for Computational Linguistics},
|
202 |
+
location = {Dublin, Republic of Ireland},
|
203 |
+
year = {2022},
|
204 |
+
url = {https://arxiv.org/abs/2203.06482}
|
205 |
}
|
206 |
```
|
207 |
|