jd-rodriguezp1234 commited on
Commit
d9c734a
·
verified ·
1 Parent(s): 0213087

Cite the IBERAMIA 2026 paper

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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
- @misc{ortiz_esnlir_active_learning,
173
- author = {Ortiz, Diego and Portela, Johan R. and Manrique, Ruben},
174
- title = {Active Learning for Spanish Natural Language Inference},
175
- school = {Universidad de los Andes, Bogot{\'a}, Colombia},
176
- year = {2026},
 
 
 
 
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