pvcastro commited on
Commit
feecc4c
·
1 Parent(s): 530b24e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+ ### Citation
6
+
7
+ If you find EconBERTa useful for your work, please cite the following paper:
8
+
9
+ ``` latex
10
+ @inproceedings{lasri-etal-2023-econberta,
11
+ title = "{E}con{BERT}a: Towards Robust Extraction of Named Entities in Economics",
12
+ author = "Lasri, Karim and
13
+ de Castro, Pedro Vitor Quinta and
14
+ Schirmer, Mona and
15
+ San Martin, Luis Eduardo and
16
+ Wang, Linxi and
17
+ Dulka, Tom{\'a}{\v{s}} and
18
+ Naushan, Haaya and
19
+ Pougu{\'e}-Biyong, John and
20
+ Legovini, Arianna and
21
+ Fraiberger, Samuel",
22
+ editor = "Bouamor, Houda and
23
+ Pino, Juan and
24
+ Bali, Kalika",
25
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
26
+ month = dec,
27
+ year = "2023",
28
+ address = "Singapore",
29
+ publisher = "Association for Computational Linguistics",
30
+ url = "https://aclanthology.org/2023.findings-emnlp.774",
31
+ doi = "10.18653/v1/2023.findings-emnlp.774",
32
+ pages = "11557--11577",
33
+ abstract = "Adapting general-purpose language models has proven to be effective in tackling downstream tasks within specific domains. In this paper, we address the task of extracting entities from the economics literature on impact evaluation. To this end, we release EconBERTa, a large language model pretrained on scientific publications in economics, and ECON-IE, a new expert-annotated dataset of economics abstracts for Named Entity Recognition (NER). We find that EconBERTa reaches state-of-the-art performance on our downstream NER task. Additionally, we extensively analyze the model{'}s generalization capacities, finding that most errors correspond to detecting only a subspan of an entity or failure to extrapolate to longer sequences. This limitation is primarily due to an inability to detect part-of-speech sequences unseen during training, and this effect diminishes when the number of unique instances in the training set increases. Examining the generalization abilities of domain-specific language models paves the way towards improving the robustness of NER models for causal knowledge extraction.",
34
+ }
35
+ ```