Can David Beat Goliath? On Multi-Hop Reasoning with Resource-Constrained Agents
Hojae Han, Heeyun Jung, Jongyoon Kim, Seung-won Hwang
TL;DR
DAVID-GRPO tackles the challenge of multi-hop reasoning with resource-constrained, small-language-model agents. It introduces three synergistic components—a few-shot warm-start, grounded retrieval rewards, and grounded expansion—that provide dense, evidence-grounded feedback and targeted exploration under strict memory budgets. Empirical results on six multi-hop QA benchmarks with models up to 1.5B parameters and training on four RTX 3090 GPUs show state-of-the-art performance within low-budget regimes, often surpassing high-budget baselines. The work demonstrates that with the right inductive biases and reward design, compact models can achieve robust, evidence-grounded multi-hop reasoning at a fraction of the computational cost, broadening access to advanced RL-based reasoning. These findings highlight the importance of process-level feedback and adaptive expansion in democratizing high-level reasoning capabilities.
Abstract
While reinforcement learning (RL) has empowered multi-turn reasoning agents with retrieval and tools, existing successes largely depend on extensive on-policy rollouts in high-cost, high-accuracy regimes. Under realistic resource constraints that cannot support large models or dense explorations, however, small language model agents fall into a low-cost, low-accuracy regime, where limited rollout budgets lead to sparse exploration, sparse credit assignment, and unstable training. In this work, we challenge this trade-off and show that small language models can achieve strong multi-hop reasoning under resource constraints. We introduce DAVID-GRPO, a budget-efficient RL framework that (i) stabilizes early learning with minimal supervision, (ii) assigns retrieval credit based on evidence recall, and (iii) improves exploration by resampling truncated near-miss trajectories. Evaluated on agents up to 1.5B parameters trained on only four RTX 3090 GPUs, DAVID-GRPO consistently outperforms prior RL methods designed for large-scale settings on six multi-hop QA benchmarks. These results show that with the right inductive biases, small agents can achieve low training cost with high accuracy.
