paper-with-me

홈 › Papers

Search-o1: Agentic Search-Enhanced Large Reasoning Models

2025-01-09 · Xiaoxi Li, Guanting Dong, Jiajie Jin, Yuyao Zhang, Yujia Zhou, Yutao Zhu, Peitian Zhang, Zhicheng Dou

Large reasoning models (LRMs) like OpenAI-o1 have demonstrated impressive long stepwise reasoning capabilities through large-scale reinforcement learning. However, their extended reasoning processes often suffer from knowledge insufficiency, leading to frequent uncertainties and potential errors. To address this limitation, we introduce \textbf{Search-o1}, a framework that enhances LRMs with an agentic retrieval-augmented generation (RAG) mechanism and a Reason-in-Documents module for refining retrieved documents. Search-o1 integrates an agentic search workflow into the reasoning process, enabling dynamic retrieval of external knowledge when LRMs encounter uncertain knowledge points. Additionally, due to the verbose nature of retrieved documents, we design a separate Reason-in-Documents module to deeply analyze the retrieved information before injecting it into the reasoning chain, minimizing noise and preserving coherent reasoning flow. Extensive experiments on complex reasoning tasks in science, mathematics, and coding, as well as six open-domain QA benchmarks, demonstrate the strong performance of Search-o1. This approach enhances the trustworthiness and applicability of LRMs in complex reasoning tasks, paving the way for more reliable and versatile intelligent systems. The code is available at \url{https://github.com/sunnynexus/Search-o1}.

📄 PDF Abstract BibTeX arXiv:2501.05366

Code (2)

sunnynexus/search-o1 공식 구현
terrierteam/pyterrier_rag

Tasks

Code GenerationMathematical ReasoningQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Towards Agentic RAG with Deep Reasoning: A Survey of RAG-Reasoning Systems in LLMs

2025-07-13 · Yangning Li, Weizhi Zhang, Yuyao Yang, Wei-Chieh Huang 외 arxiv

Retrieval-Augmented Generation (RAG) lifts the factuality of Large Language Models (LLMs) by injecting external knowledge, yet it falls short on problems that demand multi-step inference; conversely, purely reasoning-ori…

Lucy: edgerunning agentic web search on mobile with machine generated task vectors

2025-08-01 · Alan Dao, Dinh Bach Vu, Alex Nguyen, Norapat Buppodom arxiv

Small language models (SLMs) are inherently limited in knowledge-intensive tasks due to their constrained capacity. While test-time computation offers a path to enhanced performance, most approaches treat reasoning as a …

Structured Linked Data as a Memory Layer for Agent-Orchestrated Retrieval

2026-03-11 · Andrea Volpini, Elie Raad, Beatrice Gamba, David Riccitelli arxiv

Retrieval-Augmented Generation (RAG) systems typically treat documents as flat text, ignoring the structured metadata and linked relationships that knowledge graphs provide. In this paper, we investigate whether structur…

Knowledge Graphs

Agentic Reasoning: Reasoning LLMs with Tools for the Deep Research

2025-02-07 · Junde Wu, Jiayuan Zhu, Yuyuan Liu

We introduce Agentic Reasoning, a framework that enhances large language model (LLM) reasoning by integrating external tool-using agents. Unlike conventional LLM-based reasoning approaches, which rely solely on internal …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+3

Beneficial Reasoning Behaviors in Agentic Search and Effective Post-training to Obtain Them

2025-10-08 · Jiahe Jin, Abhijay Paladugu, Chenyan Xiong arxiv

Agentic search requires large language models (LLMs) to perform multi-step search to solve complex information-seeking tasks, imposing unique challenges on their reasoning capabilities. However, what constitutes effectiv…

Reinforcement Learning