GRASP: GRanularity-Aware Search Policy for Agentic RAG
Summary
Introduces GRASP, a reinforcement learning framework that trains agents to adaptively coordinate semantic search, keyword search, and paragraph reading during multi-step reasoning, improving retrieval recall and question answering performance on multi-hop benchmarks.
View Cached Full Text
Cached at: 07/20/26, 09:42 AM
Paper page - GRASP: GRanularity-Aware Search Policy for Agentic RAG
Source: https://huggingface.co/papers/2607.10463
Abstract
Agenticretrieval-augmentedgeneration(RAG)extendsstaticRAGbyallowinglanguagemodelstoiterativelyreason,generatesearchqueries,retrieveevidence,andpredictanswers.However,itremainschallengingformodelstodecidewhentoretrieve,whethertouselexicalmatchingorsemanticsimilarity,andhowtocontrolcontextgranularitytopreventirrelevanttokensfrominterferingwithagentreasoning.Inthispaper,weintroduceGRASP,areinforcementlearning(RL)frameworkfortrainingagentstoadaptivelycoordinatecomplementaryretrievaltoolsduringmulti-stepreasoning.GRASPprovidestheagentwithsemanticsearch,keywordsearch,andparagraph-readingactions,enablingittoretrievesentence-levelevidenceandexpandfurthercontextonlywhenneeded.Wetrainthepolicywitharewardthatjointlyaccountsforansweraccuracy,groundedreading,complementarysearch,andturnefficiency.Experimentsonmulti-hopreasoningbenchmarksshowthatGRASPimprovesbothretrievalrecallanddownstreamquestionansweringperformancecomparedwithsingle-stepretrieval,prompting-basedagenticRAG,andRL-basedretrievalbaselines.Qualitativeandablationanalysesshowthatthelearnedpolicydevelopsinterpretableskimmingandscanningbehavior:itusessemanticsearchforbroadexploration,paragraphreadingforlocalverification,andkeywordsearchforentity-specificevidence.Theseresultssuggestthatlearningtocoordinateretrievalsignalsandcontextgranularityiscriticalforagent’scorrectreasoning.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.10463
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.10463 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.10463 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.10463 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
GuidedRAG: Semantic Steering of Retrieval-Augmented Generation
GuidedRAG is a research paper proposing a novel RAG extension that adds a semantics-based selection stage before retrieval, improving retrieval relevance and reducing overhead across diverse RAG variants.
GRASP: Learning to Ground Social Reasoning in Multi-Person Non-Verbal Interactions
GRASP is a large-scale dataset for social reasoning in multi-person videos, connecting high-level social questions with fine-grained gaze and gesture events, and introduces Social Grounding Reward to improve multimodal model understanding.
GraMRAG: Orchestrating Multi-Agent Multi-Step Reasoning via Graph Memory with Reinforcement Learning
GraMRAG is a new multi-agent RAG framework that uses graph memory and reinforcement learning to improve reasoning depth and memory structure in complex multimodal tasks, achieving state-of-the-art performance.
GRACE-RAG: Governed Retrieval Architecture for Canonical Evidence Synthesis, Enabling Lightweight Deployment in Closed-Domain Institutional Settings
This paper introduces GRACE-RAG, a retrieval-governed, graph-augmented RAG architecture that externalizes structural reasoning from generation to a structured retrieval layer, enabling lightweight deployment in closed-domain institutional settings. Experiments show up to 20% quality gains with mid-scale models, reducing computational and latency footprint.
RAGA: Reading-And-Graph-building-Agent for Autonomous Knowledge Graph Construction and Retrieval-Augmented Generation
RAGA is an LLM-driven autonomous agent that constructs knowledge graphs via a read-search-verify-construct cognitive loop and integrates hybrid symbolic-vector retrieval for retrieval-augmented generation, with experimental gains on scientific QA datasets.