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

SEEK: Steering LLM Reasoning for RAG via Internal Reasoning Sketches

About

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external knowledge into the generation process. Benefiting from the reasoning capabilities of LLMs, existing methods have leveraged such capabilities to enable iterative knowledge acquisition and accumulation, thereby better supporting answer generation. However, as the reasoning trajectory grows, the accumulated knowledge and previously generated queries may interfere with subsequent retrieval decisions, resulting in sub-queries with repetitive intents and redundant knowledge acquisition. To address this issue, we propose SEEK, a sketch-guided knowledge acquisition framework for RAG. SEEK first prompts the LLM to construct a structured steering sketch for the given question. It consists of multiple groups of steering gists, with each gist followed by a slot for knowledge filling. Guided by these steering gists, SEEK iteratively retrieves and refines knowledge, and fills the corresponding slots to complete the sketch. The completed sketch is then used as contextual input for final answer generation. Experimental results show that SEEK achieves better performance than baseline models across multiple tasks. Further analyses demonstrate that SEEK can generate more diverse sub-queries, reduce redundant retrieval, and achieve a better balance between external knowledge utilization and internal knowledge conflict mitigation. All codes are available at https://github.com/OpenBMB/PAGER.

Xinze Li, Yuqing Lan, Zhenghao Liu, Haidong Xin, Yukun Yan, Shuo Wang, Zheni Zeng, Sen Mei, Ge Yu, Maosong Sun• 2026

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA (test)
F120.31
334
Multi-hop Question Answering2WikiMultiHopQA (test)
EM11.8
247
Question Answering2WikiMQA--
66
Question AnsweringHotpotQA
Cover EM52.4
18
Question AnsweringMuSiQue
Cover EM24.3
18
Question AnsweringBamboogle
Cover Exact Match62.4
18
Question AnsweringAmbigQA
Cover EM60
18
Question AnsweringNQ
Cover EM0.565
18
Question AnsweringHotpotQA (sampled)
Accuracy54
4
Question AnsweringMuSiQue (sampled)
Accuracy31.5
4
Showing 10 of 14 rows

Other info

Follow for update