Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
jaio98 commited on
Commit
a262ddc
·
1 Parent(s): 7785cfa

update readme

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ # XNLIvar: Basque and Spanish variation-inclusive NLI
6
+
7
+ This repository contains the data and code used in the paper **Lost in Variation? Evaluating NLI Performance in Basque and Spanish Geographical Variants**
8
+
9
+ This paper evaluates the capacity of current language technologies to understand Basque and Spanish language varieties. We use NLI as a pivot task and introduce a novel, manually-curated parallel dataset in Basque and Spanish and their corresponding variants. Empirical analysis of comprehensive crosslingual and in-context learning experiments with, respectively, encoder-only and decoder-based Large Language Models (LLMs), reveals a performance drop when processing linguistic variations, with more pronounced effects observed in Basque. Error analysis indicates that lexical overlap plays no role, suggesting that linguistic variation represents the primary reason for the lower results. All data and code in this repository are public under Attribution-NonCommercial 4.0 International license.
10
+
11
+ ## Data
12
+
13
+ It introduces XNLIvar, a novel, manually-curated, variation inclusive NLI datasets in Basque and Spanish for NLI evaluation. The [data](https://github.com/jaioneB/XNLIvar/tree/main/data) is structured in three folders:
14
+
15
+ - [eu](https://huggingface.co/datasets/HiTZ/XNLIvar/tree/main/eu): It provides the original XNLI test data, as well as the native and variation inclusive datasets.
16
+ - [es](https://huggingface.co/datasets/HiTZ/XNLIvar/tree/main/es): It provides de original XNLI test data, as well as the Basque native data translated into Spanish and the variation inclusive data.
17
+ - [Translations](https://huggingface.co/datasets/HiTZ/XNLIvar/tree/main/translations): It provides the automatic translations of the native and variation inclusive datasets into English.
18
+ - [ablation-eu](https://huggingface.co/datasets/HiTZ/XNLIvar/tree/main/ablation-eu): The datasets used in the ablation experiments for Basque.
19
+ - [ablation-es](https://huggingface.co/datasets/HiTZ/XNLIvar/tree/main/ablation-es): The datasets used in the ablation experiments for Spanish.
20
+
21
+
22
+
23
+
24
+ ## Citation
25
+ The [paper]() that explains the dataset and experiments can be cited as follows:
26
+ ```
27
+ @inproceedings{bengoetxea-et-al-2025,,
28
+ title = "Lost in Variation? Evaluating NLI Performance in Basque and Spanish Geographical Variants",
29
+ author = "Bengoetxea, Jaione and
30
+ Gonzalez-Dios, Itziar and
31
+ Agerri, Rodrigo",
32
+ year = "2025",
33
+ url = "https://aclanthology.org/2025.calcs-1.1/"
34
+ }
35
+ ```
36
+