paper-with-me

홈 › Papers

Scent of Knowledge: Optimizing Search-Enhanced Reasoning with Information Foraging

2025-05-14 · Hongjin Qian, Zheng Liu

Augmenting large language models (LLMs) with external retrieval has become a standard method to address their inherent knowledge cutoff limitations. However, traditional retrieval-augmented generation methods employ static, pre-inference retrieval strategies, making them inadequate for complex tasks involving ambiguous, multi-step, or evolving information needs. Recent advances in test-time scaling techniques have demonstrated significant potential in enabling LLMs to dynamically interact with external tools, motivating the shift toward adaptive inference-time retrieval. Inspired by Information Foraging Theory (IFT), we propose InForage, a reinforcement learning framework that formalizes retrieval-augmented reasoning as a dynamic information-seeking process. Unlike existing approaches, InForage explicitly rewards intermediate retrieval quality, encouraging LLMs to iteratively gather and integrate information through adaptive search behaviors. To facilitate training, we construct a human-guided dataset capturing iterative search and reasoning trajectories for complex, real-world web tasks. Extensive evaluations across general question answering, multi-hop reasoning tasks, and a newly developed real-time web QA dataset demonstrate InForage's superior performance over baseline methods. These results highlight InForage's effectiveness in building robust, adaptive, and efficient reasoning agents.

📄 PDF Abstract BibTeX arXiv:2505.09316

Code (1)

qhjqhj00/inforage 공식 구현 pytorch

Tasks

Question AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Knowledge-enhanced Neural Machine Reasoning: A Review

2023-02-04 · Tanmoy Chowdhury, Chen Ling, Xuchao Zhang, Xujiang Zhao 외

Knowledge-enhanced neural machine reasoning has garnered significant attention as a cutting-edge yet challenging research area with numerous practical applications. Over the past few years, plenty of studies have leverag…

Perovskite-LLM: Knowledge-Enhanced Large Language Models for Perovskite Solar Cell Research

2025-02-18 · Xiang Liu, Penglei Sun, Shuyan Chen, Longhan Zhang 외

The rapid advancement of perovskite solar cells (PSCs) has led to an exponential growth in research publications, creating an urgent need for efficient knowledge management and reasoning systems in this domain. We presen…

Experimental Design

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…

Accelerating Large Language Model Reasoning via Speculative Search

2025-05-03 · Zhihai Wang, Jie Wang, Jilai Pan, Xilin Xia 외

Tree-search-based reasoning methods have significantly enhanced the reasoning capability of large language models (LLMs) by facilitating the exploration of multiple intermediate reasoning steps, i.e., thoughts. However, …

Language ModelingLanguage ModellingLarge Language Model

QCRD: Quality-guided Contrastive Rationale Distillation for Large Language Models

2024-05-14 · Wei Wang, Zhaowei Li, Qi Xu, Yiqing Cai 외

The deployment of large language models (LLMs) faces considerable challenges concerning resource constraints and inference efficiency. Recent research has increasingly focused on smaller, task-specific models enhanced by…

Contrastive LearningDenoisingDiversityKnowledge Distillation+1