CLAug 11, 2025

What am I missing here?: Evaluating Large Language Models for Masked Sentence Prediction

arXiv:2508.07702v11 citationsh-index: 2IJCNLP-AACL
Originality Synthesis-oriented
AI Analysis

This identifies a gap in model capabilities for tasks requiring global coherence, which is incremental as it builds on existing evaluation methods.

The study evaluated commercial large language models on masked sentence prediction across narrative, procedural, and expository domains, finding they perform poorly in low-structured contexts despite strong results in other tasks.

Transformer-based models primarily rely on Next Token Prediction (NTP), which predicts the next token in a sequence based on the preceding context. However, NTP's focus on single-token prediction often limits a model's ability to plan ahead or maintain long-range coherence, raising questions about how well LLMs can predict longer contexts, such as full sentences within structured documents. While NTP encourages local fluency, it provides no explicit incentive to ensure global coherence across sentence boundaries-an essential skill for reconstructive or discursive tasks. To investigate this, we evaluate three commercial LLMs (GPT-4o, Claude 3.5 Sonnet, and Gemini 2.0 Flash) on Masked Sentence Prediction (MSP) - the task of infilling a randomly removed sentence - from three domains: ROCStories (narrative), Recipe1M (procedural), and Wikipedia (expository). We assess both fidelity (similarity to the original sentence) and cohesiveness (fit within the surrounding context). Our key finding reveals that commercial LLMs, despite their superlative performance in other tasks, are poor at predicting masked sentences in low-structured domains, highlighting a gap in current model capabilities.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes