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 }
任务类别: - 文本分类(text-classification) 许可协议:CC BY-NC 4.0 ## 数据集概述 本数据集为跨语言自然语言推理(Cross-lingual Natural Language Inference, XNLI)数据集的瓦伦西亚语专业译版。XNLI-va 包含5010句经文本蕴含关系标注的句对。本原始数据集遵循知识共享署名-非商业性使用4.0国际公共许可协议,仅可用于非商业性研究场景。 ## 数据集结构 - 前提(premise):字符串类型特征。 - 假设(hypothesis):字符串类型特征。 - 标签(label):分类标签,可选取值包括蕴含(entailment,对应0)、中立(neutral,对应1)以及矛盾(contradiction,对应2)。 ## 数据示例 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 }



