Relevant but Incomplete: Referential Dangling as a Paradigm-Level Failure Mode in Hard Prompt Compression
Abstract
Hard prompt compression reduces long-context inference cost by independently scoring tokens, sentences, or chunks and retaining the highest-scoring units under a budget. We identify a structural failure in this procedure: independent selection can split dependent evidence pairs, retaining one member while deleting the other. When retained text contains an answer but deleted text defines the entity needed to interpret it, we call the result referential dangling. At a compression ratio of 0.30, Beaver, which ranks coherent chunks using Qwen3-0.6B embeddings, leaves the answer path incomplete in 34-54% of bridge examples across three multi-hop question answering datasets. On a shared HotpotQA bridge set, all six hard compressors we test exhibit dangling at rates up to 60%, and every document in LongBench-v2 Single-Document QA contains at least one dangling reference. On dangling examples evaluated with Qwen3-8B, reinserting the missing supporting paragraph while removing nonsupporting paragraphs to maintain the token budget improves accuracy by 29-34 percentage points (p < 0.0001), recovering at least 88% of the gap to contexts retaining both supporting paragraphs. Stronger answer models do not absorb the loss: on MuSiQue, GPT-5.5 is 8.8 points less accurate on compressed contexts than on contexts retaining both supporting paragraphs. Finally, we train a compact classifier to rank omitted sentences by whether they are needed to interpret retained text and reinsert the top-ranked candidates without support annotations at inference. On HotpotQA with Qwen3-8B, this automatic restoration improves accuracy by 4.7 points while changing the compression ratio only from 0.30 to 0.31. Hard compressors should optimize both relevance and referential completeness.
Community
Most hard prompt compression methods treat context selection as an independent relevance-ranking problem: score each chunk, keep the top-k, and discard the rest. This paper reveals a fundamental blind spot. A compressor can retain highly relevant, answer-bearing content while deleting the antecedents or bridge facts needed to interpret it. We call this failure mode Referential Dangling.
The problem is systematic rather than anecdotal. At a 0.30 compression ratio, dangling rates reach 34–54% across three multi-hop QA datasets for a representative compressor, and all six tested compressors exhibit the issue. In LongBench-v2, 30.5% of retained sentences contain dangling references, affecting all 80 evaluated documents.
More importantly, an equal-budget intervention that restores omitted dependencies while removing the same amount of distractor content improves accuracy by 29–34 points and closes 88–92% of the oracle gap. A lightweight automatic restoration probe also delivers a +4.7-point gain with only a 0.01 increase in the retained context ratio.
The takeaway is simple: relevance is not completeness. Context compression should preserve not only what appears important, but also what makes that information interpretable.
Project page: https://cslikai.cn/Referential-Dangling/
Paper: https://arxiv.org/abs/2608.04569
Get this paper in your agent:
hf papers read 2608.04569 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper