esnli

  • 説明:

e-SNLI データセットは、Stanford Natural Language Inference Dataset を拡張して、人間が注釈を付けた自然言語による含意関係の説明を含めます。

スプリット
'test' 9,824
'train' 549,367
'validation' 9,842
  • 機能構造:
FeaturesDict({
    'explanation_1': Text(shape=(), dtype=string),
    'explanation_2': Text(shape=(), dtype=string),
    'explanation_3': Text(shape=(), dtype=string),
    'hypothesis': Text(shape=(), dtype=string),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
    'premise': Text(shape=(), dtype=string),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
説明_1文章ストリング
説明_2文章ストリング
説明_3文章ストリング
仮説文章ストリング
ラベルクラスラベルint64
前提文章ストリング
  • 引用
@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}
}