mbruton commited on
Commit
648d552
1 Parent(s): efacc4d

Update README.md

Browse files

updated citation information

Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -155,11 +155,22 @@ Per label type:
155
  **BibTeX:**
156
 
157
  ```
158
- @mastersthesis{bruton-galician-srl-23,
159
- author = {Bruton, Micaella},
160
- title = {BERTie Bott's Every Flavor Labels: A Tasty Guide to Developing a Semantic Role Labeling Model for Galician},
161
- school = {Uppsala University},
162
- year = {2023},
163
- type = {Master's thesis},
 
 
 
 
 
 
 
 
 
 
164
  }
 
165
  ```
 
155
  **BibTeX:**
156
 
157
  ```
158
+ @inproceedings{bruton-beloucif-2023-bertie,
159
+ title = "{BERT}ie Bott{'}s Every Flavor Labels: A Tasty Introduction to Semantic Role Labeling for {G}alician",
160
+ author = "Bruton, Micaella and
161
+ Beloucif, Meriem",
162
+ editor = "Bouamor, Houda and
163
+ Pino, Juan and
164
+ Bali, Kalika",
165
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
166
+ month = dec,
167
+ year = "2023",
168
+ address = "Singapore",
169
+ publisher = "Association for Computational Linguistics",
170
+ url = "https://aclanthology.org/2023.emnlp-main.671",
171
+ doi = "10.18653/v1/2023.emnlp-main.671",
172
+ pages = "10892--10902",
173
+ abstract = "In this paper, we leverage existing corpora, WordNet, and dependency parsing to build the first Galician dataset for training semantic role labeling systems in an effort to expand available NLP resources. Additionally, we introduce verb indexing, a new pre-processing method, which helps increase the performance when semantically parsing highly-complex sentences. We use transfer-learning to test both the resource and the verb indexing method. Our results show that the effects of verb indexing were amplified in scenarios where the model was both pre-trained and fine-tuned on datasets utilizing the method, but improvements are also noticeable when only used during fine-tuning. The best-performing Galician SRL model achieved an f1 score of 0.74, introducing a baseline for future Galician SRL systems. We also tested our method on Spanish where we achieved an f1 score of 0.83, outperforming the baseline set by the 2009 CoNLL Shared Task by 0.025 showing the merits of our verb indexing method for pre-processing.",
174
  }
175
+
176
  ```