paper-with-me

홈 › Papers

ZeroSearch: Incentivize the Search Capability of LLMs without Searching

2025-05-07 · Hao Sun, Zile Qiao, Jiayan Guo, Xuanbo Fan, Yingyan Hou, Yong Jiang, Pengjun Xie, Yan Zhang, Fei Huang, Jingren Zhou

Effective information searching is essential for enhancing the reasoning and generation capabilities of large language models (LLMs). Recent research has explored using reinforcement learning (RL) to improve LLMs' search capabilities by interacting with live search engines in real-world environments. While these approaches show promising results, they face two major challenges: (1) Uncontrolled Document Quality: The quality of documents returned by search engines is often unpredictable, introducing noise and instability into the training process. (2) Prohibitively High API Costs: RL training requires frequent rollouts, potentially involving hundreds of thousands of search requests, which incur substantial API expenses and severely constrain scalability. To address these challenges, we introduce ZeroSearch, a novel RL framework that incentivizes the capabilities of LLMs to use a real search engine with simulated searches during training. Our approach begins with lightweight supervised fine-tuning to transform the LLM into a retrieval module capable of generating both useful and noisy documents in response to a query. During RL training, we employ a curriculum-based rollout strategy that incrementally degrades the quality of generated documents, progressively eliciting the model's reasoning ability by exposing it to increasingly challenging retrieval scenarios. Extensive experiments demonstrate that ZeroSearch effectively incentivizes the search capabilities of LLMs using a 3B LLM as the retrieval module. Remarkably, a 7B retrieval module achieves comparable performance to the real search engine, while a 14B retrieval module even surpasses it. Furthermore, it generalizes well across both base and instruction-tuned models of various parameter sizes and is compatible with a wide range of RL algorithms.

📄 PDF Abstract BibTeX arXiv:2505.04588

Code (1)

alibaba-nlp/zerosearch 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)Retrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning

2026-07-31 · Xinyan Guan, Jiali Zeng, Chunlei Xin, Yaojie Lu 외 hf

Large language models generate computationally expensive yet semantically void reasoning on beyond-capability tasks, creating risks where plausible-sounding but incorrect derivations mislead users. We characterize this f…

Reinforcement Learning

Iterative Self-Incentivization Empowers Large Language Models as Agentic Searchers

2025-05-26 · Zhengliang Shi, Lingyong Yan, Dawei Yin, Suzan Verberne 외

Large language models (LLMs) have been widely integrated into information retrieval to advance traditional techniques. However, effectively enabling LLMs to seek accurate knowledge in complex tasks remains a challenge du…

Information Retrieval

Vad-R1: Towards Video Anomaly Reasoning via Perception-to-Cognition Chain-of-Thought

2025-05-26 · Chao Huang, Benfeng Wang, Jie Wen, Chengliang Liu 외

Recent advancements in reasoning capability of Multimodal Large Language Models (MLLMs) demonstrate its effectiveness in tackling complex visual tasks. However, existing MLLM-based Video Anomaly Detection (VAD) methods r…

Anomaly DetectionVideo Anomaly Detection

Libra-Leaderboard: Towards Responsible AI through a Balanced Leaderboard of Safety and Capability

2024-12-24 · Haonan Li, Xudong Han, Zenan Zhai, Honglin Mu 외

To address this gap, we introduce Libra-Leaderboard, a comprehensive framework designed to rank LLMs through a balanced evaluation of performance and safety. Combining a dynamic leaderboard with an interactive LLM arena,…

Reinforcement Learning with Verifiable Rewards Implicitly Incentivizes Correct Reasoning in Base LLMs

2025-06-17 · Xumeng Wen, Zihan Liu, Shun Zheng, Zhijian Xu 외

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a promising paradigm for advancing the reasoning capabilities of Large Language Models (LLMs). However, a critical paradox clouds its efficacy: RLVR-tu…