GRASP Improves Agentic RAG with Granularity-Aware Search Policy

Varun Gandhi, Jaewook Lee, Shantanu Todmal, Franck Dernoncourt, Ryan Rossi, Zichao Wang, Andrew Lan· July 14, 2026 View original

Summary

GRASP is a reinforcement learning framework that trains agents to adaptively coordinate complementary retrieval tools, including semantic search, keyword search, and paragraph reading, during multi-step reasoning. It enables agents to control context granularity, improving retrieval recall and question answering performance on multi-hop reasoning benchmarks by developing interpretable skimming and scanning behaviors.

Agentic Retrieval-Augmented Generation (RAG) systems enhance static RAG by allowing language models to iteratively reason, generate queries, retrieve evidence, and formulate answers. However, these systems face challenges in deciding when to retrieve, which retrieval method to use (lexical vs. semantic), and how to manage context granularity to prevent irrelevant information from interfering with reasoning. To address these issues, researchers introduce GRASP (GRanularity-Aware Search Policy), a reinforcement learning (RL) framework. GRASP trains agents to adaptively coordinate various retrieval tools, such as semantic search for broad exploration, keyword search for entity-specific evidence, and paragraph reading for local verification. This allows the agent to retrieve evidence at a sentence level and expand context only when necessary, optimizing for relevance and efficiency. The policy is trained with a reward function that balances answer accuracy, grounded reading, complementary search, and turn efficiency. Experiments on multi-hop reasoning benchmarks show that GRASP significantly improves both retrieval recall and downstream question answering performance compared to existing baselines. Qualitative analysis indicates that the learned policy develops intelligent "skimming and scanning" behaviors, demonstrating the critical role of learning to coordinate retrieval signals and context granularity for accurate agent reasoning.

Why it matters

For professionals building or deploying RAG systems, GRASP offers a significant advancement in making these agents more intelligent and efficient at information retrieval, leading to more accurate and contextually relevant answers.

How to implement this in your domain

  1. 1Evaluate current RAG implementations for opportunities to integrate adaptive, multi-tool retrieval policies.
  2. 2Explore reinforcement learning for optimizing agent decision-making in complex information retrieval tasks.
  3. 3Implement mechanisms for dynamic context granularity control in LLM applications to improve reasoning efficiency.
  4. 4Consider combining semantic and lexical search strategies within an agentic framework for comprehensive evidence gathering.

Who benefits

Information TechnologyCustomer ServiceLegalHealthcareResearch

Key takeaways

  • GRASP uses reinforcement learning to enable agents to adaptively coordinate multiple retrieval tools in RAG.
  • Controlling context granularity is crucial for improving agent reasoning and preventing irrelevant information interference.
  • The framework significantly boosts retrieval recall and question answering performance on multi-hop reasoning tasks.
  • Learned policies exhibit intelligent skimming and scanning behaviors, optimizing evidence gathering.

Original post by Varun Gandhi, Jaewook Lee, Shantanu Todmal, Franck Dernoncourt, Ryan Rossi, Zichao Wang, Andrew Lan

"arXiv:2607.10463v1 Announce Type: new Abstract: Agentic retrieval-augmented generation (RAG) extends static RAG by allowing language models to iteratively reason, generate search queries, retrieve evidence, and predict answers. However, it remains challenging for models to decide…"

View on X

Originally posted by Varun Gandhi, Jaewook Lee, Shantanu Todmal, Franck Dernoncourt, Ryan Rossi, Zichao Wang, Andrew Lan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses