Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SinkTrack: Attention Sink based Context Anchoring for Large Language Models

About

Large language models (LLMs) suffer from hallucination and context forgetting. Prior studies suggest that attention drift is a primary cause of these problems, where LLMs' focus shifts towards newly generated tokens and away from the initial input context. To counteract this, we make use of a related, intrinsic characteristic of LLMs: attention sink -- the tendency to consistently allocate high attention to the very first token (i.e., <BOS>) of a sequence. Concretely, we propose an advanced context anchoring method, SinkTrack, which treats <BOS> as an information anchor and injects key contextual features (such as those derived from the input image or instruction) into its representation. As such, LLM remains anchored to the initial input context throughout the entire generation process. SinkTrack is training-free, plug-and-play, and introduces negligible inference overhead. Experiments demonstrate that SinkTrack mitigates hallucination and context forgetting across both textual (e.g., +21.6% on SQuAD2.0 with Llama3.1-8B-Instruct) and multi-modal (e.g., +22.8% on M3CoT with Qwen2.5-VL-7B-Instruct) tasks. Its consistent gains across different architectures and scales underscore the robustness and generalizability. We also analyze its underlying working mechanism from the perspective of information delivery. Our source code is available at https://github.com/67L1/SinkTrack.

Xu Liu, Guikun Chen, Wenguan Wang• 2026

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD 2.0--
190
Real-world Multimodal ReasoningRealworldQA
Accuracy65.49
57
Hallucination DetectionPOPE
Accuracy85.47
12
Multi-modal ReasoningMMStar
Accuracy63.78
12
Multi-modal ReasoningM3CoT
Accuracy66.94
12
Conversational Question AnsweringQuAC 1,000 1
Accuracy59.4
9
Conversational Question AnsweringQuAC-2 2,000
Accuracy58.05
9
Conversational Question AnsweringQuAC 3,000 3
Accuracy56.2
9
Conversational Question AnsweringQuAC
Accuracy53.51
9
Showing 9 of 9 rows

Other info

Follow for update