ランバダ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
LAMBADA データセットは、単語予測タスクによるテキスト理解のための計算モデルの機能を評価します。 LAMBADA は、人間の被験者が文章全体にさらされた場合に最後の単語を推測できるという特徴を共有する物語の文章のコレクションですが、ターゲット単語の前の最後の文だけを見た場合はそうではありません
スプリット | 例 |
---|
'test' | 5,153 |
'train' | 4,869 |
FeaturesDict({
'passage': Text(shape=(), dtype=string),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
通路 | 文章 | | ストリング | |
@inproceedings{paperno-etal-2016-lambada,
title = "The {LAMBADA} dataset: Word prediction requiring a broad discourse context",
author = "Paperno, Denis and
Kruszewski, Germ{\'a}n and
Lazaridou, Angeliki and
Pham, Ngoc Quan and
Bernardi, Raffaella and
Pezzelle, Sandro and
Baroni, Marco and
Boleda, Gemma and
Fern{\'a}ndez, Raquel",
booktitle = "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = aug,
year = "2016",
address = "Berlin, Germany",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/P16-1144",
doi = "10.18653/v1/P16-1144",
pages = "1525--1534",
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-13 UTC。
[null,null,["最終更新日 2022-12-13 UTC。"],[],[],null,["# lambada\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe LAMBADA dataset evaluates the capabilities of computational models for text\nunderstanding by means of a word prediction task. LAMBADA is a collection of\nnarrative passages sharing the characteristic that human subjects are able to\nguess their last word if they are exposed to the whole passage, but not if they\nonly see the last sentence preceding the target word\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/lambada)\n\n- **Homepage** :\n \u003chttps://zenodo.org/record/2630551#.X4Xzn5NKjUI\u003e\n\n- **Source code** :\n [`tfds.datasets.lambada.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/lambada/lambada_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `319.03 MiB`\n\n- **Dataset size** : `3.49 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 5,153 |\n| `'train'` | 4,869 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'passage': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| passage | 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 @inproceedings{paperno-etal-2016-lambada,\n title = \"The {LAMBADA} dataset: Word prediction requiring a broad discourse context\",\n author = \"Paperno, Denis and\n Kruszewski, Germ{\\'a}n and\n Lazaridou, Angeliki and\n Pham, Ngoc Quan and\n Bernardi, Raffaella and\n Pezzelle, Sandro and\n Baroni, Marco and\n Boleda, Gemma and\n Fern{\\'a}ndez, Raquel\",\n booktitle = \"Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = aug,\n year = \"2016\",\n address = \"Berlin, Germany\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P16-1144\",\n doi = \"10.18653/v1/P16-1144\",\n pages = \"1525--1534\",\n }"]]