paper-with-me

Papers

Reasoning in Action: MCTS-Driven Knowledge Retrieval for Large Language Models

2025-11-28 · Shuqi Liu, Bowei He, Chen Ma, Linqi Song arxiv

Large language models (LLMs) typically enhance their performance through either the retrieval of semantically similar information or the improvement of their reasoning capabilities. However, a significant challenge remains in effectively integrating both retrieval and reasoning strategies to optimize LLM performance. In this paper, we introduce a reasoning-aware knowledge retrieval method that enriches LLMs with information aligned to the logical structure of conversations, moving beyond surface-level semantic similarity. We follow a coarse-to-fine approach for knowledge retrieval. First, we identify a contextually relevant sub-region of the knowledge base, ensuring that all sentences within it are relevant to the context topic. Next, we refine our search within this sub-region to extract knowledge that is specifically relevant to the reasoning process. Throughout both phases, we employ the Monte Carlo Tree Search-inspired search method to effectively navigate through knowledge sentences using common keywords. Experiments on two multi-turn dialogue datasets demonstrate that our knowledge retrieval approach not only aligns more closely with the underlying reasoning in human conversations but also significantly enhances the diversity of the retrieved knowledge, resulting in more informative and creative responses.

📄 PDF Abstract BibTeX arXiv:2601.00003

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

MCTS-RAG: Enhancing Retrieval-Augmented Generation with Monte Carlo Tree Search

2025-03-26 · Yunhai Hu, Yilun Zhao, Chen Zhao, Arman Cohan

We introduce MCTS-RAG, a novel approach that enhances the reasoning capabilities of small language models on knowledge-intensive tasks by leveraging retrieval-augmented generation (RAG) to provide relevant context and Mo…

Decision MakingRAGRetrievalRetrieval-augmented Generation

DrugMCTS: a drug repurposing framework combining multi-agent, RAG and Monte Carlo Tree Search

2025-07-10 · Zerui Yang, Yuwei Wan, Siyu Yan, Yudai Matsuda 외 arxiv

Recent advances in large language models have demonstrated considerable potential in scientific domains such as drug repositioning. However, their effectiveness remains constrained when reasoning extends beyond the knowl…

FREESON: Retriever-Free Retrieval-Augmented Reasoning via Corpus-Traversing MCTS

2025-05-22 · Chaeeun Kim, Seungone Kim

Large Reasoning Models (LRMs) have demonstrated remarkable capabilities in multi-step reasoning and calling search engines at appropriate steps. However, existing retrieval-augmented reasoning approaches rely on separate…

Retrieval

RPM-MCTS: Knowledge-Retrieval as Process Reward Model with Monte Carlo Tree Search for Code Generation

2025-11-25 · Yuanyuan Lin, Xiangyu Ouyang, Teng Zhang, Kaixin Sui arxiv

Tree search-based methods have made significant progress in enhancing the code generation capabilities of large language models. However, due to the difficulty in effectively evaluating intermediate algorithmic steps and…

Code Generation

Progressive Multimodal Reasoning via Active Retrieval

2024-12-19 · Guanting Dong, Chenghao Zhang, Mengjie Deng, Yutao Zhu 외

Multi-step multimodal reasoning tasks pose significant challenges for multimodal large language models (MLLMs), and finding effective ways to enhance their performance in such scenarios remains an unresolved issue. In th…

DiversityMultimodal ReasoningRetrieval