paper-with-me

Papers

Attention Amnesia in Hybrid LLMs: When CoT Fine-Tuning Breaks Long-Range Recall, and How to Fix It

2026-06-09 · Xinyu Zhou, Boyu Zhu, Yi Xu, Zhiwei Li, Yingfa Chen, Huiming Wang, Zhijiang Guo arxiv

Chain-of-thought (CoT) supervised fine-tuning (SFT) is widely adopted to improve reasoning ability, yet we find that it systematically degrades long-context recall in hybrid linear-attention models. Across architectures including HypeNet and Jet-Nemotron, retrieval performance on Needle-In-A-Haystack (NIAH) deteriorates substantially after CoT-SFT, and the degradation becomes more severe under harder retrieval settings and longer context windows. For example, HypeNet-9B on NIAH-S2@256K decreases from $67.2\%$ to $9.4\%$. We attribute this to CoT-SFT biasing attention gradients toward short-range patterns, disrupting query-key projections ($W_Q, W_K$) that are responsible for long-range routing. Motivated by this observation, we propose QK-Restore, a training-free method that restores only $W_Q$ and $W_K$ from the pre-SFT checkpoint while preserving all other post-SFT parameters. We further introduce a Procrustes variant to balance routing preservation and reasoning adaptation. Across architectures, QK-Restore consistently restores long-context capability at zero training cost while preserving reasoning performance; for instance, on HypeNet-5B it improves S3@256K from $65.4\%$ to $76.4\%$ while maintaining strong reasoning performance.

📄 PDF Abstract BibTeX arXiv:2606.11052

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Knowledge Deletion from Trained Models through Layer-wise Partial Machine Unlearning

2024-03-12 · Vinay Chakravarthi Gogineni, Esmaeil S. Nadimi

Machine unlearning has garnered significant attention due to its ability to selectively erase knowledge obtained from specific training data samples in an already trained machine learning model. This capability enables d…

Machine Unlearning

Proactive Privacy Amnesia for Large Language Models: Safeguarding PII with Negligible Impact on Model Utility

2025-02-24 · Martin Kuo, Jingyang Zhang, Jianyi Zhang, Minxue Tang 외

With the rise of large language models (LLMs), increasing research has recognized their risk of leaking personally identifiable information (PII) under malicious attacks. Although efforts have been made to protect PII in…

Style Amnesia: Investigating Speaking Style Degradation and Mitigation in Multi-Turn Spoken Language Models

2025-12-29 · Yu-Xiang Lin, Cheng-Han Chiang, Hung-yi Lee arxiv

In this paper, we show that when spoken language models (SLMs) are instructed to speak in a specific speaking style at the beginning of a multi-turn conversation, they cannot maintain the required speaking styles after s…

Amnesia: Adversarial Semantic Layer Specific Activation Steering in Large Language Models

2026-03-10 · Ali Raza, Gurang Gupta, Nikolay Matyunin, Jibesh Patra arxiv

Warning: This article includes red-teaming experiments, which contain examples of compromised LLM responses that may be offensive or upsetting. Large Language Models (LLMs) have the potential to create harmful content, s…

Reinforcement LearningResponse GenerationAdversarial Attack

AMNESIA: A Large Scale Medical Unlearning Benchmark Suite with Disease-Informed Analysis

2026-05-28 · Saeedeh Davoudi, Reihaneh Iranmanesh, Ophir Frieder, Nazli Goharian arxiv

Medical knowledge is continuously evolving. This creates a need to update or selectively forget information encoded in already-trained medical LLMs. Machine unlearning aims to remove the influence of specific training da…

Clinical Knowledge