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.
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.
GRASP: Graph-Reasoning Aided Survey Planning for High-Fidelity Related Work Generation
Introduces GRASP, a framework that combines LLM planning with graph algorithms to generate high-fidelity related work sections by modeling inter-paper relationships through a two-layer graph structure and Steiner tree pruning.