paper-with-me

홈 › Papers

Pangu DeepDiver: Adaptive Search Intensity Scaling via Open-Web Reinforcement Learning

2025-05-30 · Wenxuan Shi, Haochen Tan, Chuqiao Kuang, Xiaoguang Li, Xiaozhe Ren, Chen Zhang, Hanting Chen, Yasheng Wang, Lifeng Shang, Fisher Yu, Yunhe Wang

Information seeking demands iterative evidence gathering and reflective reasoning, yet large language models (LLMs) still struggle with it in open-web question answering. Existing methods rely on static prompting rules or training with Wikipedia-based corpora and retrieval environments, limiting adaptability to the real-world web environment where ambiguity, conflicting evidence, and noise are prevalent. These constrained training settings hinder LLMs from learning to dynamically decide when and where to search, and how to adjust search depth and frequency based on informational demands. We define this missing capacity as Search Intensity Scaling (SIS)--the emergent skill to intensify search efforts under ambiguous or conflicting conditions, rather than settling on overconfident, under-verification answers. To study SIS, we introduce WebPuzzle, the first dataset designed to foster information-seeking behavior in open-world internet environments. WebPuzzle consists of 24K training instances and 275 test questions spanning both wiki-based and open-web queries. Building on this dataset, we propose DeepDiver, a Reinforcement Learning (RL) framework that promotes SIS by encouraging adaptive search policies through exploration under a real-world open-web environment. Experimental results show that Pangu-7B-Reasoner empowered by DeepDiver achieve performance on real-web tasks comparable to the 671B-parameter DeepSeek-R1. We detail DeepDiver's training curriculum from cold-start supervised fine-tuning to a carefully designed RL phase, and present that its capability of SIS generalizes from closed-form QA to open-ended tasks such as long-form writing. Our contributions advance adaptive information seeking in LLMs and provide a valuable benchmark and dataset for future research.

📄 PDF Abstract BibTeX arXiv:2505.24332

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

VisionPangu: A Compact and Fine-Grained Multimodal Assistant with 1.7B Parameters

2026-03-05 · Jiaxin Fan, Wenpo Song arxiv

Large Multimodal Models (LMMs) have achieved strong performance in vision-language understanding, yet many existing approaches rely on large-scale architectures and coarse supervision, which limits their ability to gener…

Image Captioning

PanGu-Σ: Towards Trillion Parameter Language Model with Sparse Heterogeneous Computing

2023-03-20 · Xiaozhe Ren, Pingyi Zhou, Xinfan Meng, Xinjing Huang 외

The scaling of large language models has greatly improved natural language understanding, generation, and reasoning. In this work, we develop a system that trained a trillion-parameter language model on a cluster of Asce…

Code GenerationLanguage ModelingLanguage ModellingMachine Translation+3

Fieldscale: Locality-Aware Field-based Adaptive Rescaling for Thermal Infrared Image

2024-05-24 · Hyeonjae Gil, Myung-Hwan Jeon, Ayoung Kim

Thermal infrared (TIR) cameras are emerging as promising sensors in safety-related fields due to their robustness against external illumination. However, RAW TIR image has 14 bits of pixel depth and needs to be rescaled …

Image Quality Assessment

PanGu-Bot: Efficient Generative Dialogue Pre-training from Pre-trained Language Model

2022-03-31 · Fei Mi, Yitong Li, Yulong Zeng, Jingyan Zhou 외

In this paper, we introduce PanGu-Bot, a Chinese pre-trained open-domain dialogue generation model based on a large pre-trained language model (PLM) PANGU-alpha (Zeng et al.,2021). Different from other pre-trained dialog…

Dialogue GenerationLanguage ModelingLanguage Modelling

Pangu Embedded: An Efficient Dual-system LLM Reasoner with Metacognition

2025-05-28 · Hanting Chen, Yasheng Wang, Kai Han, Dong Li 외

This work presents Pangu Embedded, an efficient Large Language Model (LLM) reasoner developed on Ascend Neural Processing Units (NPUs), featuring flexible fast and slow thinking capabilities. Pangu Embedded addresses the…

Large Language Model