gplsi/xnli_va
收藏Hugging Face2024-10-25 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/gplsi/xnli_va
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- text-classification
license: cc-by-nc-4.0
---
## Dataset Summary
This dataset is a professional translation into Valencian of the Cross-lingual Natural Language Inference XNLI dataset.
XNLI-va is a collection of 5.010 sentence pairs annotated with textual entailment.
The original dataset was restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License.
## Dataset Structure
- premise: a string feature.
- hypothesis: a string feature.
- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).
## Data Instances
```json
{
"premise": "Hi ha tant que es pot dir sobre això, que senzillament em saltaré això.",
"hypothesis": "No parlaré sobre la història de la ciutat perquè hi ha molt a dir.",
"label": 1
}
提供机构:
gplsi



