The same holds on all four stress tests, since the model is not responding to its input at all.
Partial-input models are prone to this — with the hypothesis removed, the remaining signal can be
too weak for the optimizer to leave a degenerate solution. The paper reports a converged premise-only
BERTIN run (per-class accuracy 0.419 / 0.411 / 0.261 / 0.452), which is not the checkpoint
published here.
For the artifact-detection result, use
ESNLIR-XLM-RoBERTa-premise-only,
which converged (0.390 accuracy against the full model's 0.676). For actual NLI, use
ESNLIR-XLM-RoBERTa or
ESNLIR-RoBERTa.
model.safetensors +
config.json — the collapsed checkpoint described above. The bundled
tokenizer is an unmodified copy of the one from
bertin-project/bertin-roberta-base-spanish,
so the repo loads standalone even though the weights are not usable.
1@InProceedings{portela2025esnlirspanishmultigenredataset,
2 author = {Portela, Johan R. and P{\'e}rez-Ter{\'a}n, Nicol{\'a}s and Manrique, Rub{\'e}n},
3 editor = {Florez, Hector and Peluffo-Ordo{\~{n}}ez, Diego},
4 title = {{ESNLIR}: Expanding Spanish {NLI} Benchmarks with Multi-genre and Causal Annotation},
5 booktitle = {Applied Informatics},
6 year = {2026},
7 publisher = {Springer Nature Switzerland},
8 address = {Cham},
9 pages = {345--361},
10 isbn = {978-3-032-07175-0},
11 doi = {10.1007/978-3-032-07175-0_23},
12}