Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ The new dataset, dubbed XNLIeu, has been developed by first machine-translating
|
|
92 |
<!-- Provide the basic links for the dataset. -->
|
93 |
|
94 |
- **Repository:** [Link to the GitHub Repository](https://github.com/hitz-zentroa/xnli-eu/)
|
95 |
-
- **Paper:** [Link to the Paper](https://
|
96 |
|
97 |
## Uses
|
98 |
|
@@ -147,19 +147,31 @@ RELLENAR-->
|
|
147 |
|
148 |
**BibTeX:**
|
149 |
```
|
150 |
-
@
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
}
|
158 |
```
|
159 |
|
160 |
**APA:**
|
161 |
|
162 |
-
|
163 |
|
164 |
<!--
|
165 |
## Dataset Card Contact
|
|
|
92 |
<!-- Provide the basic links for the dataset. -->
|
93 |
|
94 |
- **Repository:** [Link to the GitHub Repository](https://github.com/hitz-zentroa/xnli-eu/)
|
95 |
+
- **Paper:** [Link to the Paper](https://aclanthology.org/2024.naacl-long.234/)
|
96 |
|
97 |
## Uses
|
98 |
|
|
|
147 |
|
148 |
**BibTeX:**
|
149 |
```
|
150 |
+
@inproceedings{heredia-etal-2024-xnlieu,
|
151 |
+
title = "{XNLI}eu: a dataset for cross-lingual {NLI} in {B}asque",
|
152 |
+
author = "Heredia, Maite and
|
153 |
+
Etxaniz, Julen and
|
154 |
+
Zulaika, Muitze and
|
155 |
+
Saralegi, Xabier and
|
156 |
+
Barnes, Jeremy and
|
157 |
+
Soroa, Aitor",
|
158 |
+
editor = "Duh, Kevin and
|
159 |
+
Gomez, Helena and
|
160 |
+
Bethard, Steven",
|
161 |
+
booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
|
162 |
+
month = jun,
|
163 |
+
year = "2024",
|
164 |
+
address = "Mexico City, Mexico",
|
165 |
+
publisher = "Association for Computational Linguistics",
|
166 |
+
url = "https://aclanthology.org/2024.naacl-long.234",
|
167 |
+
pages = "4177--4188",
|
168 |
+
abstract = "XNLI is a popular Natural Language Inference (NLI) benchmark widely used to evaluate cross-lingual Natural Language Understanding (NLU) capabilities across languages. In this paper, we expand XNLI to include Basque, a low-resource language that can greatly benefit from transfer-learning approaches. The new dataset, dubbed XNLIeu, has been developed by first machine-translating the English XNLI corpus into Basque, followed by a manual post-edition step. We have conducted a series of experiments using mono- and multilingual LLMs to assess a) the effect of professional post-edition on the MT system; b) the best cross-lingual strategy for NLI in Basque; and c) whether the choice of the best cross-lingual strategy is influenced by the fact that the dataset is built by translation. The results show that post-edition is necessary and that the translate-train cross-lingual strategy obtains better results overall, although the gain is lower when tested in a dataset that has been built natively from scratch. Our code and datasets are publicly available under open licenses.",
|
169 |
}
|
170 |
```
|
171 |
|
172 |
**APA:**
|
173 |
|
174 |
+
Heredia, M., Etxaniz, J., Zulaika, M., Saralegi, X., Barnes, J., & Soroa, A. (2024). XNLIeu: a dataset for cross-lingual NLI in Basque. In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers) (pp. 4177–4188). Association for Computational Linguistics.
|
175 |
|
176 |
<!--
|
177 |
## Dataset Card Contact
|