paper-with-me

Papers

Efficient Agent: Optimizing Planning Capability for Multimodal Retrieval Augmented Generation

2025-08-12 · Yuechen Wang, Yuming Qiao, Dan Meng, Jun Yang, Haonan Lu, Zhenyu Yang, Xudong Zhang arxiv

Multimodal Retrieval-Augmented Generation (mRAG) has emerged as a promising solution to address the temporal limitations of Multimodal Large Language Models (MLLMs) in real-world scenarios like news analysis and trending topics. However, existing approaches often suffer from rigid retrieval strategies and under-utilization of visual information. To bridge this gap, we propose E-Agent, an agent framework featuring two key innovations: a mRAG planner trained to dynamically orchestrate multimodal tools based on contextual reasoning, and a task executor employing tool-aware execution sequencing to implement optimized mRAG workflows. E-Agent adopts a one-time mRAG planning strategy that enables efficient information retrieval while minimizing redundant tool invocations. To rigorously assess the planning capabilities of mRAG systems, we introduce the Real-World mRAG Planning (RemPlan) benchmark. This novel benchmark contains both retrieval-dependent and retrieval-independent question types, systematically annotated with essential retrieval tools required for each instance. The benchmark's explicit mRAG planning annotations and diverse question design enhance its practical relevance by simulating real-world scenarios requiring dynamic mRAG decisions. Experiments across RemPlan and three established benchmarks demonstrate E-Agent's superiority: 13% accuracy gain over state-of-the-art mRAG methods while reducing redundant searches by 37%.

📄 PDF Abstract BibTeX arXiv:2508.08816

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Unveiling the Potential of Multimodal Retrieval Augmented Generation with Planning

2025-01-26 · Xiaohan Yu, Zhihan Yang, Chong Chen

Multimodal Retrieval Augmented Generation (MRAG) systems, while promising for enhancing Multimodal Large Language Models (MLLMs), often rely on rigid, single-step retrieval methods. This limitation hinders their ability …

RetrievalRetrieval-augmented Generation

MC-Search: Evaluating and Enhancing Multimodal Agentic Search with Structured Long Reasoning Chains

2026-03-01 · Xuying Ning, Dongqi Fu, Tianxin Wei, Mengting Ai 외 arxiv

With the increasing demand for step-wise, cross-modal, and knowledge-grounded reasoning, multimodal large language models (MLLMs) are evolving beyond the traditional fixed retrieve-then-generate paradigm toward more soph…

Multimodal Reasoning

RAP: Retrieval-Augmented Planning with Contextual Memory for Multimodal LLM Agents

2024-02-06 · Tomoyuki Kagaya, Thong Jing Yuan, Yuxuan Lou, Jayashree Karlekar 외

Owing to recent advancements, Large Language Models (LLMs) can now be deployed as agents for increasingly complex decision-making applications in areas including robotics, gaming, and API integration. However, reflecting…

Decision MakingRetrieval

VeriTrip: A Verifiable Benchmark for Travel Planning Agents over Unstructured Web Corpora

2026-05-27 · Yuting Xu, Jiayi Tian, Jian Liang, Xin Xiong 외 arxiv

Existing benchmarks have laid the foundation for travel planning agents by establishing API-centric paradigms. However, as the capabilities of Autonomous Agents continue to advance, their evaluation must evolve beyond si…

Benchmarking Multimodal Retrieval Augmented Generation with Dynamic VQA Dataset and Self-adaptive Planning Agent

2024-11-05 · Yangning Li, Yinghui Li, Xinyu Wang, Yong Jiang 외

Multimodal Retrieval Augmented Generation (mRAG) plays an important role in mitigating the "hallucination" issue inherent in multimodal large language models (MLLMs). Although promising, existing heuristic mRAGs typicall…

BenchmarkingHallucinationQuestion AnsweringRetrieval+3