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
|
@@ -29,8 +29,9 @@ The **2,664 candidate pairs sent to human annotators**, each carrying the model
|
|
| 29 |
the stratum it was drawn from. This is the pool *before* annotation; the labelled result is
|
| 30 |
[`Flaglab/esnlir-al-annotated-test`](https://huggingface.co/datasets/Flaglab/esnlir-al-annotated-test).
|
| 31 |
|
| 32 |
-
> **Active Learning for Spanish Natural Language Inference**
|
| 33 |
> Diego Ortiz, Johan R. Portela, Ruben Manrique — Universidad de los Andes, Bogotá
|
|
|
|
| 34 |
|
| 35 |
Selection code: [`jd-rodriguezp1234/esnlir-active-learning`](https://github.com/jd-rodriguezp1234/esnlir-active-learning)
|
| 36 |
(`notebooks/annotation/`)
|
|
@@ -111,11 +112,15 @@ print(len(confident_and_wrong), "confidently wrong")
|
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
```bibtex
|
| 114 |
-
@
|
| 115 |
-
author
|
| 116 |
-
title
|
| 117 |
-
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
}
|
| 120 |
```
|
| 121 |
|
|
|
|
| 29 |
the stratum it was drawn from. This is the pool *before* annotation; the labelled result is
|
| 30 |
[`Flaglab/esnlir-al-annotated-test`](https://huggingface.co/datasets/Flaglab/esnlir-al-annotated-test).
|
| 31 |
|
| 32 |
+
> **Active Learning for Spanish Natural Language Inference on a Heterogeneous Multi-Domain Corpus**
|
| 33 |
> Diego Ortiz, Johan R. Portela, Ruben Manrique — Universidad de los Andes, Bogotá
|
| 34 |
+
> *Advances in Artificial Intelligence — IBERAMIA 2026* (to appear)
|
| 35 |
|
| 36 |
Selection code: [`jd-rodriguezp1234/esnlir-active-learning`](https://github.com/jd-rodriguezp1234/esnlir-active-learning)
|
| 37 |
(`notebooks/annotation/`)
|
|
|
|
| 112 |
## Citation
|
| 113 |
|
| 114 |
```bibtex
|
| 115 |
+
@InProceedings{ortiz2026activelearningspanishnli,
|
| 116 |
+
author = {Ortiz, Diego and Portela, Johan R. and Manrique, Ruben},
|
| 117 |
+
title = {Active Learning for Spanish Natural Language Inference
|
| 118 |
+
on a Heterogeneous Multi-Domain Corpus},
|
| 119 |
+
booktitle = {Advances in Artificial Intelligence -- IBERAMIA 2026},
|
| 120 |
+
year = {2026},
|
| 121 |
+
publisher = {Springer Nature Switzerland},
|
| 122 |
+
address = {Cham},
|
| 123 |
+
note = {To appear},
|
| 124 |
}
|
| 125 |
```
|
| 126 |
|