cjvt/si_nli
收藏资源简介:
SI-NLI(斯洛文尼亚自然语言推理数据集)包含5,937个人工创建的斯洛文尼亚语句子对(前提和假设),并手动标记为“蕴含”、“矛盾”和“中立”。数据集使用斯洛文尼亚参考语料库[ccKres]中的句子创建,并由注释者根据标签修改假设句子。数据集分为训练集、验证集和测试集,大小分别为4,392、547和998。测试集仅提供前提和假设,没有注释,因为SI-NLI已集成到斯洛文尼亚评估框架SloBENCH中。数据集支持自然语言推理任务,语言为斯洛文尼亚语。
SI-NLI (Slovenian Natural Language Inference dataset) contains 5,937 manually created Slovenian sentence pairs (premise and hypothesis), which are manually labeled as "entailment", "contradiction", and "neutral". The dataset is constructed using sentences from the Slovenian reference corpus [ccKres], with annotators revising the hypothesis sentences based on the assigned labels. It is split into training, validation, and test sets with sizes of 4,392, 547, and 998 respectively. The test set only provides premises and hypotheses without annotations, as SI-NLI has been integrated into the Slovenian evaluation framework SloBENCH. The dataset supports the natural language inference task, with the language being Slovenian.
数据集概述
数据集名称: SI-NLI (Slovene Natural Language Inference Dataset)
语言: 斯洛文尼亚语 (Slovenian)
数据集大小: 包含5,937个人工创建的斯洛文尼亚语句子对(前提和假设)。
数据集结构: 分为训练集、验证集和测试集,分别包含4,392、547和998个样本。
数据集特征:
pair_id: 字符串,句子对标识符。premise: 字符串,前提句子。hypothesis: 字符串,假设句子。annotation1,annotation2,annotation3: 字符串,分别表示第一、第二、第三注释。annotator1_id,annotator2_id,annotator3_id: 字符串,分别表示第一、第二、第三注释者的匿名标识符。annotation_final: 字符串,最终注释,表示可以一致确定的注释。label: 字符串,聚合注释,与annotation_final相同(在一致情况下),或与annotation1相同(在不一致情况下)。
数据集用途: 用于自然语言推理任务,特别是多类分类。
许可证: CC BY-NC-SA 4.0
数据集详细信息
数据集创建方式: 由专家生成,部分数据来自斯洛文尼亚参考语料库ccKres。
数据集平衡: 每个候选句子对由注释者创建三种修改(蕴含、矛盾、中性),确保数据集平衡。
测试集特点: 测试集仅包含假设和前提,不包含注释,因为SI-NLI集成到斯洛文尼亚评估框架SloBENCH中。
数据集加载: 可通过datasets.load_dataset("cjvt/si_nli", "private", data_dir="<...>")加载私有测试集(带标签)。
数据集贡献者
- Matej Klemen
- Aleš Žagar
- Jaka Čibej
- Marko Robnik-Šikonja




