Model Tells Itself Where to Attend: Faithfulness Meets Automatic Attention Steering
Qingru Zhang, Xiaodong Yu, Chandan Singh, Xiaodong Liu, Liyuan Liu,, Jianfeng Gao, Tuo Zhao, Dan Roth, Hao Cheng

TL;DR
This paper introduces AutoPASTA, a method that explicitly steers large language models' attention to key information during inference, significantly improving their faithfulness and performance without altering model parameters.
Contribution
AutoPASTA automatically identifies and highlights important context to guide LLMs' attention, enhancing faithfulness and accuracy in open-book QA tasks.
Findings
AutoPASTA improves model faithfulness and performance by steering attention.
Average performance increase of 7.95% on LLAMA3-70B-Instruct.
Method is inference-only and does not require model fine-tuning.
Abstract
Large language models (LLMs) have demonstrated remarkable performance across various real-world tasks. However, they often struggle to fully comprehend and effectively utilize their input contexts, resulting in responses that are unfaithful or hallucinated. This difficulty increases for contexts that are long or contain distracting information, which can divert LLMs from fully capturing essential evidence. To address this issue, many works use prompting to help LLMs utilize contextual information more faithfully. For instance, iterative prompting highlights key information in two steps that first ask the LLM to identify important pieces of context and then derive answers accordingly. However, prompting methods are constrained to highlighting key information implicitly in token space, which is often insufficient to fully steer the model's attention. To improve model faithfulness more…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMind wandering and attention · Religion, Spirituality, and Psychology
MethodsSoftmax · Attention Is All You Need
