ltgoslo commited on
Commit
e8d56e4
·
verified ·
1 Parent(s): a3ecdcd

EMNLP link

Browse files
Files changed (1) hide show
  1. README.md +22 -11
README.md CHANGED
@@ -71,10 +71,10 @@ It generates definitions of Finnish words in context. Its input is the usage exa
71
  [aya-101, axolotl24 + dbnary](https://huggingface.co/ltg/aya-definition-ru-axolotl24st_dbnary)
72
 
73
 
74
- ### Model Sources
75
 
76
- - **Repository:** [MultilingualDefGen](https://github.com/ltgoslo/MultilingualDefGen)
77
- - **Paper:** [accepted to EMNLP 2025 Findings](https://arxiv.org/abs/2509.26181)
78
 
79
  ## Uses
80
 
@@ -125,14 +125,25 @@ BLEU, BERTScore
125
  **BibTeX:**
126
 
127
  ```
128
- @misc{fedorova2025explainingnovelsensesusing,
129
- title={Explaining novel senses using definition generation with open language models},
130
- author={Mariia Fedorova and Andrey Kutuzov and Francesco Periti and Yves Scherrer},
131
- year={2025},
132
- eprint={2509.26181},
133
- archivePrefix={arXiv},
134
- primaryClass={cs.CL},
135
- url={https://arxiv.org/abs/2509.26181},
 
 
 
 
 
 
 
 
 
 
 
136
  }
137
  ```
138
 
 
71
  [aya-101, axolotl24 + dbnary](https://huggingface.co/ltg/aya-definition-ru-axolotl24st_dbnary)
72
 
73
 
74
+ ## More context
75
 
76
+ - **Github repository:** [MultilingualDefGen](https://github.com/ltgoslo/MultilingualDefGen)
77
+ - **Paper:** [EMNLP 2025 Findings](https://aclanthology.org/2025.findings-emnlp.1214/)
78
 
79
  ## Uses
80
 
 
125
  **BibTeX:**
126
 
127
  ```
128
+ @inproceedings{fedorova-etal-2025-explaining,
129
+ title = "Explaining novel senses using definition generation with open language models",
130
+ author = "Fedorova, Mariia and
131
+ Kutuzov, Andrey and
132
+ Periti, Francesco and
133
+ Scherrer, Yves",
134
+ editor = "Christodoulopoulos, Christos and
135
+ Chakraborty, Tanmoy and
136
+ Rose, Carolyn and
137
+ Peng, Violet",
138
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2025",
139
+ month = nov,
140
+ year = "2025",
141
+ address = "Suzhou, China",
142
+ publisher = "Association for Computational Linguistics",
143
+ url = "https://aclanthology.org/2025.findings-emnlp.1214/",
144
+ pages = "22294--22302",
145
+ ISBN = "979-8-89176-335-7",
146
+ abstract = "We apply definition generators based on open-weights large language models to the task of creating explanations of novel senses, taking target word usages as an input. To this end, we employ the datasets from the AXOLOTL{'}24 shared task on explainable semantic change modeling, which features Finnish, Russian and German languages. We fine-tune and provide publicly the open-source models performing higher than the best submissions of the aforementioned shared task, which employed closed proprietary LLMs. In addition, we find that encoder-decoder definition generators perform on par with their decoder-only counterparts."
147
  }
148
  ```
149