lambada
Stay organized with collections
Save and categorize content based on your preferences.
The LAMBADA dataset evaluates the capabilities of computational models for text
understanding by means of a word prediction task. LAMBADA is a collection of
narrative passages sharing the characteristic that human subjects are able to
guess their last word if they are exposed to the whole passage, but not if they
only see the last sentence preceding the target word
Split |
Examples |
'test' |
5,153 |
'train' |
4,869 |
FeaturesDict({
'passage': Text(shape=(), dtype=string),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
passage |
Text |
|
string |
|
@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",
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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 }"]]