English

ActiShade: Activating Overshadowed Knowledge to Guide Multi-Hop Reasoning in Large Language Models

Computation and Language 2026-01-13 v1

Abstract

In multi-hop reasoning, multi-round retrieval-augmented generation (RAG) methods typically rely on LLM-generated content as the retrieval query. However, these approaches are inherently vulnerable to knowledge overshadowing - a phenomenon where critical information is overshadowed during generation. As a result, the LLM-generated content may be incomplete or inaccurate, leading to irrelevant retrieval and causing error accumulation during the iteration process. To address this challenge, we propose ActiShade, which detects and activates overshadowed knowledge to guide large language models (LLMs) in multi-hop reasoning. Specifically, ActiShade iteratively detects the overshadowed keyphrase in the given query, retrieves documents relevant to both the query and the overshadowed keyphrase, and generates a new query based on the retrieved documents to guide the next-round iteration. By supplementing the overshadowed knowledge during the formulation of next-round queries while minimizing the introduction of irrelevant noise, ActiShade reduces the error accumulation caused by knowledge overshadowing. Extensive experiments show that ActiShade outperforms existing methods across multiple datasets and LLMs.

Keywords

Cite

@article{arxiv.2601.07260,
  title  = {ActiShade: Activating Overshadowed Knowledge to Guide Multi-Hop Reasoning in Large Language Models},
  author = {Huipeng Ma and Luan Zhang and Dandan Song and Linmei Hu and Yuhang Tian and Jun Yang and Changzhi Zhou and Chenhao Li and Yizhou Jin and Xudong Li and Meng Lin and Mingxing Zhang and Shuhao Zhang},
  journal= {arXiv preprint arXiv:2601.07260},
  year   = {2026}
}

Comments

Accepted to AAAI 2026

R2 v1 2026-07-01T09:00:11.671Z