paper-with-me

홈 › Papers

The LAMBADA dataset: Word prediction requiring a broad discourse context

2016-06-20 · ACL 2016 8 · Denis Paperno, Germán Kruszewski, Angeliki Lazaridou, Quan Ngoc Pham, Raffaella Bernardi, Sandro Pezzelle, Marco Baroni, Gemma Boleda, Raquel Fernández

We introduce LAMBADA, a dataset to evaluate 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. To succeed on LAMBADA, computational models cannot simply rely on local context, but must be able to keep track of information in the broader discourse. We show that LAMBADA exemplifies a wide range of linguistic phenomena, and that none of several state-of-the-art language models reaches accuracy above 1% on this novel benchmark. We thus propose LAMBADA as a challenging test set, meant to encourage the development of new models capable of genuine understanding of broad context in natural language text.

📄 PDF Abstract BibTeX arXiv:1606.06031

Code (3)

jdeschena/sdtt pytorch
keyonvafa/sequential-rationales jax
zhenwang9102/coherence-boosting pytorch

Tasks

LAMBADASentence

Similar Papers 제목 키워드 기반

Broad Context Language Modeling as Reading Comprehension

2016-10-26 · EACL 2017 4 · Zewei Chu, Hai Wang, Kevin Gimpel, David Mcallester

Progress in text understanding has been driven by large datasets that test particular capabilities, like recent datasets for reading comprehension (Hermann et al., 2015). We focus here on the LAMBADA dataset (Paperno et …

coreference-resolutionCoreference ResolutionLAMBADALanguage Modeling+3

LAMBADA: Backward Chaining for Automated Reasoning in Natural Language

2022-12-20 · Mehran Kazemi, Najoung Kim, Deepti Bhatia, Xin Xu 외

Remarkable progress has been made on automated reasoning with natural text, by using Language Models (LMs) and methods such as Chain-of-Thought and Selection-Inference. These techniques search for proofs in the forward d…

LAMBADALogical Reasoning

Manacá-1B: An Open, Reproducible Brazilian-Portuguese Language Model and a Tokenizer-Aware, Paired Evaluation

2026-08-31 · Bruno Leonardo Santos Menezes, Carlos Leonardo Souza Cardoso, Fabio Andre Machado Porto arxiv

Brazilian Portuguese remains under-served by open language models, and the few that exist are difficult to reproduce and are often compared without measures of uncertainty. We release Manacá-1B, an open decoder-only mode…

Not Enough Data? Deep Learning to the Rescue!

2019-11-08 · Ateret Anaby-Tavor, Boaz Carmeli, Esther Goldbraich, Amir Kantor 외

Based on recent advances in natural language modeling and those in text generation capabilities, we propose a novel data augmentation method for text classification tasks. We use a powerful pre-trained neural network mod…

Data AugmentationDeep LearningGeneral ClassificationLAMBADA+5

Enhancing Robustness of Autoregressive Language Models against Orthographic Attacks via Pixel-based Approach

2025-08-28 · Han Yang, Jian Lan, Yihong Liu, Hinrich Schütze 외 arxiv

Autoregressive language models are vulnerable to orthographic attacks, where input text is perturbed with characters from multilingual alphabets, leading to substantial performance degradation. This vulnerability primari…