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

Thinker: Training LLMs in Hierarchical Thinking for Deep Search via Multi-Turn Interaction

About

Efficient retrieval of external knowledge bases and web pages is crucial for enhancing the reasoning abilities of LLMs. Previous works on training LLMs to leverage external retrievers for solving complex problems have predominantly employed end-to-end reinforcement learning. However, these approaches neglect supervision over the reasoning process, making it difficult to guarantee logical coherence and rigor. To address these limitations, we propose Thinker, a hierarchical thinking model for deep search through multi-turn interaction, making the reasoning process supervisable and verifiable. It decomposes complex problems into independently solvable sub-problems, each dually represented in both natural language and an equivalent logical function to support knowledge base and web searches. Concurrently, dependencies between sub-problems are passed as parameters via these logical functions, enhancing the logical coherence of the problem-solving process. To avoid unnecessary external searches, we perform knowledge boundary determination to check if a sub-problem is within the LLM's intrinsic knowledge, allowing it to answer directly. Experimental results indicate that with as few as several hundred training samples, the performance of Thinker is competitive with established baselines. Furthermore, when scaled to the full training set, Thinker significantly outperforms these methods across various datasets and model sizes. The source code is available at https://github.com/OpenSPG/KAG-Thinker.

Jun Xu, Xinkai Du, Yu Ao, Peilong Zhao, Yang Li, Ling Zhong, Lin Yuan, Zhongpu Bo, Xiaorui Wang, Mengshu Sun, Zhengke Gui, Dalong Zhang, Zhaoyang Wang, Qiwei Wang, Yangyang Hou, Zhiying Yin, Haofen Wang, Huajun Chen, Lei Liang, Jun Zhou• 2025

Related benchmarks

TaskDatasetResultRank
Single-hop Question AnsweringPopQA
EM48.4
186
Single-hop Question AnsweringTriviaQA
EM64.2
133
Question AnsweringNQ (test)
EM Accuracy44.1
133
Question AnsweringPopQA (test)
Accuracy46.9
111
Question AnsweringTriviaQA (test)
EM59.8
80
Question AnsweringMuSiQue (test)
EM21.4
76
Multi-hop Question AnsweringHotpotQA
Exact Match (EM)42.1
66
Single-hop Question AnsweringNQ
Exact Match (EM)45
60
Multi-hop Question AnsweringBamboogle
Exact Match (EM)48
55
Multi-hop Question AnsweringMuSiQue
Exact Match (EM)22.1
51
Showing 10 of 16 rows

Other info

Follow for update