English

Back Attention: Understanding and Enhancing Multi-Hop Reasoning in Large Language Models

Computation and Language 2025-02-18 v1

Abstract

We investigate how large language models perform latent multi-hop reasoning in prompts like "Wolfgang Amadeus Mozart's mother's spouse is". To analyze this process, we introduce logit flow, an interpretability method that traces how logits propagate across layers and positions toward the final prediction. Using logit flow, we identify four distinct stages in single-hop knowledge prediction: (A) entity subject enrichment, (B) entity attribute extraction, (C) relation subject enrichment, and (D) relation attribute extraction. Extending this analysis to multi-hop reasoning, we find that failures often stem from the relation attribute extraction stage, where conflicting logits reduce prediction accuracy. To address this, we propose back attention, a novel mechanism that enables lower layers to leverage higher-layer hidden states from different positions during attention computation. With back attention, a 1-layer transformer achieves the performance of a 2-layer transformer. Applied to four LLMs, back attention improves accuracy on five reasoning datasets, demonstrating its effectiveness in enhancing latent multi-hop reasoning ability.

Keywords

Cite

@article{arxiv.2502.10835,
  title  = {Back Attention: Understanding and Enhancing Multi-Hop Reasoning in Large Language Models},
  author = {Zeping Yu and Yonatan Belinkov and Sophia Ananiadou},
  journal= {arXiv preprint arXiv:2502.10835},
  year   = {2025}
}

Comments

preprint

R2 v1 2026-06-28T21:45:32.295Z