paper-with-me

홈 › Papers

O$^2$-Searcher: A Searching-based Agent Model for Open-Domain Open-Ended Question Answering

2025-05-22 · Jianbiao Mei, Tao Hu, Daocheng Fu, Licheng Wen, Xuemeng Yang, Rong Wu, Pinlong Cai, Xing Gao, Yu Yang, Chengjun Xie, Botian Shi, Yong liu, Yu Qiao

Large Language Models (LLMs), despite their advancements, are fundamentally limited by their static parametric knowledge, hindering performance on tasks requiring open-domain up-to-date information. While enabling LLMs to interact with external knowledge environments is a promising solution, current efforts primarily address closed-end problems. Open-ended questions, which characterized by lacking a standard answer or providing non-unique and diverse answers, remain underexplored. To bridge this gap, we present O$^2$-Searcher, a novel search agent leveraging reinforcement learning to effectively tackle both open-ended and closed-ended questions in the open domain. O$^2$-Searcher leverages an efficient, locally simulated search environment for dynamic knowledge acquisition, effectively decoupling the external world knowledge from model's sophisticated reasoning processes. It employs a unified training mechanism with meticulously designed reward functions, enabling the agent to identify problem types and adapt different answer generation strategies. Furthermore, to evaluate performance on complex open-ended tasks, we construct O$^2$-QA, a high-quality benchmark featuring 300 manually curated, multi-domain open-ended questions with associated web page caches. Extensive experiments show that O$^2$-Searcher, using only a 3B model, significantly surpasses leading LLM agents on O$^2$-QA. It also achieves SOTA results on various closed-ended QA benchmarks against similarly-sized models, while performing on par with much larger ones.

📄 PDF Abstract BibTeX arXiv:2505.16582

Code (1)

acade-mate/o2-searcher 공식 구현 pytorch

Tasks

Answer GenerationOpen-Ended Question AnsweringQuestion AnsweringWorld Knowledge

Similar Papers 제목 키워드 기반

CACTUS: Chemistry Agent Connecting Tool-Usage to Science

2024-05-02 · Andrew D. McNaughton, Gautham Ramalaxmi, Agustin Kruel, Carter R. Knutson 외

Large language models (LLMs) have shown remarkable potential in various domains, but they often lack the ability to access and reason over domain-specific knowledge and tools. In this paper, we introduced CACTUS (Chemist…

Molecular Property PredictionPrompt EngineeringProperty Prediction

A Comparative Study on Reasoning Patterns of OpenAI's o1 Model

2024-10-17 · Siwei Wu, Zhongyuan Peng, Xinrun Du, Tuney Zheng 외

Enabling Large Language Models (LLMs) to handle a wider range of complex tasks (e.g., coding, math) has drawn great attention from many researchers. As LLMs continue to evolve, merely increasing the number of model param…

Math

Scilab-RL: A software framework for efficient reinforcement learning and cognitive modeling research

2024-01-25 · Jan Dohmen, Frank Röder, Manfred Eppe

One problem with researching cognitive modeling and reinforcement learning (RL) is that researchers spend too much time on setting up an appropriate computational framework for their experiments. Many open source impleme…

Data VisualizationHyperparameter OptimizationOpenAI Gymreinforcement-learning+2

Code Researcher: Deep Research Agent for Large Systems Code and Commit History

2025-05-27 · Ramneet Singh, Sathvik Joel, Abhav Mehrotra, Nalin Wadhwa 외

Large Language Model (LLM)-based coding agents have shown promising results on coding benchmarks, but their effectiveness on systems code remains underexplored. Due to the size and complexities of systems code, making ch…

Large Language Model

Watching, Reasoning, and Searching: A Video Deep Research Benchmark on Open Web for Agentic Video Reasoning

2026-01-11 · Chengwen Liu, Xiaomin Yu, Zhuoyue Chang, Zhe Huang 외 arxiv

In real-world video question answering scenarios, videos often provide only localized visual cues, while verifiable answers are distributed across the open web; models therefore need to jointly perform cross-frame clue e…

Video Question Answering