paper-with-me

홈 › Papers

A New Role for Relevance: Guiding Corpus Interaction in Agentic Search

2026-07-27 · Jiangnan Li, Yuqing Li, Mo Yu, Jinchao Zhang, Jie Zhou hf

Relevance is a query-dependent estimate of whether a document or excerpt contains useful evidence. Existing retrieval agents use relevance to select top-k content, but document relevance alone cannot localize, compose, or verify the evidence required by complex questions. Direct Corpus Interaction (DCI) enables such fine-grained operations through grep-style exploration, but its relevance-agnostic search can expose useful clues late and delay convergence. Recent advances use relevance to narrow the corpus into a working space for interaction. Once interaction begins, however, relevance still does not directly guide which documents grep searches first or distinguish informative excerpts from a broad set of matches to let LLMs see them first. We introduce the Relevance-Aware RipGrep Search Agent (RARG), which turns relevance into an execution prior for corpus interaction. RARG provides coarse-to-fine relevance guidance: it orders documents for sequential 'ripgrep' traversal to expose globally relevant clues earlier, initializes promising entry points with query-relevant paragraphs, and reranks grep matches to surface informative excerpts that document-level ranking may otherwise obscure. Across challenging browse question answering and reasoning-intensive retrieval, RARG improves the accuracy--efficiency frontier over retrieval-based and direct-interaction agents. These results demonstrate that relevance-aware interaction enables faster and more reliable search convergence.

📄 PDF Abstract BibTeX arXiv:2607.24223

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

PresentAgent-2: Towards Generalist Multimodal Presentation Agents

2026-05-12 · Wei Wu, Ziyang Xu, Zeyu Zhang, Yang Zhao 외 arxiv

Presentation generation is moving beyond static slide creation toward end-to-end presentation video generation with research grounding, multimodal media, and interactive delivery. We introduce PresentAgent-2, an agentic …

Video Generation

The Role-Relevance Model for Enhanced Semantic Targeting in Unstructured Text

2018-04-29 · George Christopher A., Ozdemir Onur, Fournelle Connie, Moore Kendra E.

Personalized search provides a potentially powerful tool, however, it is limited due to the large number of roles that a person has: parent, employee, consumer, etc. We present the role-relevance algorithm: a search tech…

Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction

2026-05-03 · Zhuofeng Li, Haoxiang Zhang, Cong Wei, Pan Lu 외 arxiv

Modern retrieval systems, whether lexical or semantic, expose a corpus through a fixed similarity interface that compresses access into a single top-k retrieval step before reasoning. This abstraction is efficient, but f…

Semantic Similarity

A Multi-AI Agent System for Autonomous Optimization of Agentic AI Solutions via Iterative Refinement and LLM-Driven Feedback Loops

2024-12-22 · Kamer Ali Yuksel, Hassan Sawaf

Agentic AI systems use specialized agents to handle tasks within complex workflows, enabling automation and efficiency. However, optimizing these systems often requires labor-intensive, manual adjustments to refine roles…

AI Agent

DrunkAgent: Stealthy Memory Corruption in LLM-Powered Recommender Agents

2025-03-31 · Shiyi Yang, Zhibo Hu, Xinshu Li, Chen Wang 외

Large language model (LLM)-powered agents are increasingly used in recommender systems (RSs) to achieve personalized behavior modeling, where the memory mechanism plays a pivotal role in enabling the agents to autonomous…

Collaborative FilteringLarge Language ModelRecommendation Systems