Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
Spanish
Size:
1K - 10K
License:
Cite the IBERAMIA 2026 paper
Browse files
README.md
CHANGED
|
@@ -28,8 +28,9 @@ configs:
|
|
| 28 |
**1,695 human-annotated premise–hypothesis pairs** spanning 24 domains and 8 genres, built as the
|
| 29 |
evaluation set for active-learning experiments on the ESNLIR corpus.
|
| 30 |
|
| 31 |
-
> **Active Learning for Spanish Natural Language Inference**
|
| 32 |
> Diego Ortiz, Johan R. Portela, Ruben Manrique — Universidad de los Andes, Bogotá
|
|
|
|
| 33 |
|
| 34 |
Code: [`jd-rodriguezp1234/esnlir-active-learning`](https://github.com/jd-rodriguezp1234/esnlir-active-learning) ·
|
| 35 |
Corpus: [`Flaglab/ESNLIR-dataset`](https://huggingface.co/datasets/Flaglab/ESNLIR-dataset)
|
|
@@ -169,11 +170,15 @@ print(ds[0]["sentence_1"], "|", ds[0]["connection_type"])
|
|
| 169 |
## Citation
|
| 170 |
|
| 171 |
```bibtex
|
| 172 |
-
@
|
| 173 |
-
author
|
| 174 |
-
title
|
| 175 |
-
|
| 176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
}
|
| 178 |
```
|
| 179 |
|
|
|
|
| 28 |
**1,695 human-annotated premise–hypothesis pairs** spanning 24 domains and 8 genres, built as the
|
| 29 |
evaluation set for active-learning experiments on the ESNLIR corpus.
|
| 30 |
|
| 31 |
+
> **Active Learning for Spanish Natural Language Inference on a Heterogeneous Multi-Domain Corpus**
|
| 32 |
> Diego Ortiz, Johan R. Portela, Ruben Manrique — Universidad de los Andes, Bogotá
|
| 33 |
+
> *Advances in Artificial Intelligence — IBERAMIA 2026* (to appear)
|
| 34 |
|
| 35 |
Code: [`jd-rodriguezp1234/esnlir-active-learning`](https://github.com/jd-rodriguezp1234/esnlir-active-learning) ·
|
| 36 |
Corpus: [`Flaglab/ESNLIR-dataset`](https://huggingface.co/datasets/Flaglab/ESNLIR-dataset)
|
|
|
|
| 170 |
## Citation
|
| 171 |
|
| 172 |
```bibtex
|
| 173 |
+
@InProceedings{ortiz2026activelearningspanishnli,
|
| 174 |
+
author = {Ortiz, Diego and Portela, Johan R. and Manrique, Ruben},
|
| 175 |
+
title = {Active Learning for Spanish Natural Language Inference
|
| 176 |
+
on a Heterogeneous Multi-Domain Corpus},
|
| 177 |
+
booktitle = {Advances in Artificial Intelligence -- IBERAMIA 2026},
|
| 178 |
+
year = {2026},
|
| 179 |
+
publisher = {Springer Nature Switzerland},
|
| 180 |
+
address = {Cham},
|
| 181 |
+
note = {To appear},
|
| 182 |
}
|
| 183 |
```
|
| 184 |
|