
Attention Amnesia in Hybrid LLMs: When CoT Fine-Tuning Breaks Long-Range Recall, and How to Fix It
Researchers have identified a critical failure mode in hybrid linear-attention language models: chain-of-thought fine-tuning systematically destroys long-context retrieval performance, with some models dropping from 67% to 9% accuracy on needle-in-haystack tasks. The root cause lies in CoT training biasing attention gradients toward short-range patterns, corrupting the query-key projections that enable long-range routing. The team proposes QK-Restore, a training-free fix that selectively restores these projections without retraining. This finding matters because it exposes a fundamental tension between reasoning capability and context window utility, two features the industry has been treating as orthogonal improvements.62


























