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}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 2022-12-06 UTC。"],[],[],null,["# esnli\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe e-SNLI dataset extends the Stanford Natural Language Inference Dataset to\ninclude human-annotated natural language explanations of the entailment\nrelations.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/e-snli)\n\n- **Homepage** :\n \u003chttps://github.com/OanaMariaCamburu/e-SNLI\u003e\n\n- **Source code** :\n [`tfds.text.Esnli`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/text/esnli.py)\n\n- **Versions**:\n\n - **`0.1.0`** (default): No release notes.\n- **Download size** : `195.04 MiB`\n\n- **Dataset size** : `161.94 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes (test, validation), Only when `shuffle_files=False` (train)\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 9,824 |\n| `'train'` | 549,367 |\n| `'validation'` | 9,842 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'explanation_1': Text(shape=(), dtype=string),\n 'explanation_2': Text(shape=(), dtype=string),\n 'explanation_3': Text(shape=(), dtype=string),\n 'hypothesis': Text(shape=(), dtype=string),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=3),\n 'premise': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| explanation_1 | Text | | string | |\n| explanation_2 | Text | | string | |\n| explanation_3 | Text | | string | |\n| hypothesis | Text | | string | |\n| label | ClassLabel | | int64 | |\n| premise | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @incollection{NIPS2018_8163,\n title = {e-SNLI: Natural Language Inference with Natural Language Explanations},\n author = {Camburu, Oana-Maria and Rockt\"{a}schel, Tim and Lukasiewicz, Thomas and Blunsom, Phil},\n booktitle = {Advances in Neural Information Processing Systems 31},\n editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett},\n pages = {9539--9549},\n year = {2018},\n publisher = {Curran Associates, Inc.},\n url = {http://papers.nips.cc/paper/8163-e-snli-natural-language-inference-with-natural-language-explanations.pdf}\n }"]]