esnli/esnli
收藏数据集概述
数据集摘要
e-SNLI数据集扩展了斯坦福自然语言推理数据集,增加了人类注释的自然语言解释,以说明蕴涵关系。
数据结构
数据实例
以下是一个validation集的示例: json { "explanation_1": "A woman must be present to smile.", "explanation_2": "A woman smiling implies that she is present.", "explanation_3": "A smiling woman is also present.", "hypothesis": "A woman is present.", "label": 0, "premise": "A woman smiles at the child." }
数据字段
所有分割的数据字段相同:
premise: 字符串特征。hypothesis: 字符串特征。label: 分类标签,可能值包括entailment(0),neutral(1),contradiction(2)。explanation_1: 字符串特征。explanation_2: 字符串特征。explanation_3: 字符串特征。
数据分割
| 名称 | 训练集 | 验证集 | 测试集 |
|---|---|---|---|
| plain_text | 549367 | 9842 | 9824 |
数据集创建
数据集大小
- 下载的数据集文件大小:204.51 MB
- 生成的数据集大小:114.84 MB
- 总磁盘使用量:319.35 MB
引用信息
bibtex @incollection{NIPS2018_8163, title = {e-SNLI: Natural Language Inference with Natural Language Explanations}, author = {Camburu, Oana-Maria and Rockt"{a}schel, Tim and Lukasiewicz, Thomas and Blunsom, Phil}, booktitle = {Advances in Neural Information Processing Systems 31}, editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett}, pages = {9539--9549}, year = {2018}, publisher = {Curran Associates, Inc.}, url = {http://papers.nips.cc/paper/8163-e-snli-natural-language-inference-with-natural-language-explanations.pdf} }




