PRInTS: Reward Modeling for Long-Horizon Information Seeking
Jaewoo Lee, Archiki Prasad, Justin Chih-Yao Chen, Zaid Khan, Elias Stengel-Eskin, Mohit Bansal
TL;DR
PRInTS tackles long-horizon information seeking by introducing a unified generative reward model that jointly learns dense step-level scoring and recursive trajectory summarization. It frames step evaluation as information gain estimation, training with reinforcement learning on Monte Carlo rollouts to produce multi-faceted scores, and uses summarization to bound context growth without losing essential evidence. The approach demonstrates substantial test-time gains across open-source and frontier LLMs on FRAMES, GAIA, and WebWalkerQA, and shows strong generalization to frontier models. This yields a practical, data-efficient path to improve information-seeking agents without requiring fine-tuning of underlying models, enabling scalable, robust decision-making in complex, multi-step tasks.
Abstract
Information-seeking is a core capability for AI agents, requiring them to gather and reason over tool-generated information across long trajectories. However, such multi-step information-seeking tasks remain challenging for agents backed by language models. While process reward models (PRMs) can guide agents by ranking candidate steps at test-time, existing PRMs, designed for short reasoning with binary judgment, cannot capture richer dimensions of information-seeking steps, such as tool interactions and reasoning over tool outputs, nor handle the rapidly growing context in long-horizon tasks. To address these limitations, we introduce PRInTS, a generative PRM trained with dual capabilities: (1) dense scoring based on the PRM's reasoning across multiple step quality dimensions (e.g., interpretation of tool outputs, tool call informativeness) and (2) trajectory summarization that compresses the growing context while preserving essential information for step evaluation. Extensive evaluations across FRAMES, GAIA (levels 1-3), and WebWalkerQA (easy-hard) benchmarks on multiple models, along with ablations, reveal that best-of-n sampling with PRInTS enhances information-seeking abilities of open-source models as well as specialized agents, matching or surpassing the performance of frontier models with a much smaller backbone agent and outperforming other strong reward modeling baselines.
