EMNLP link
Browse files
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 |
-
|
| 75 |
|
| 76 |
-
- **
|
| 77 |
-
- **Paper:** [
|
| 78 |
|
| 79 |
## Uses
|
| 80 |
|
|
@@ -125,14 +125,25 @@ BLEU, BERTScore
|
|
| 125 |
**BibTeX:**
|
| 126 |
|
| 127 |
```
|
| 128 |
-
@
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|