paper-with-me

Papers

AutothinkRAG: Complexity-Aware Control of Retrieval-Augmented Reasoning for Image-Text Interaction

2026-03-05 · Jiashu Yang, Chi Zhang, Abudukelimu Wuerkaixi, Xuxin Cheng, Cao Liu, Ke Zeng, Xu Jia, Xunliang Cai arxiv

Multimodal document question answering requires retrieving dispersed evidence from visually rich long documents and performing reliable reasoning over heterogeneous information. Existing multimodal RAG systems remain limited by two bottlenecks: static retrieval that ignores query complexity, and end-to-end Vision-Language Models (VLMs) that couple visual perception with logical reasoning, leading to inefficient computation and unstable answer generation. We propose AutoThinkRAG, a complexity-aware inference architecture for multimodal document QA. It has two components: (1) a Query Complexity Router that analyzes query difficulty and structure to adaptively select retrieval and reasoning paths; and (2) a Perception--Reasoning Decoupling architecture that uses a lightweight VLM as a high-fidelity visual interpreter to convert query-relevant visual cues into textual representations, which are then passed to an LLM for logical reasoning and answer synthesis. This design improves both efficiency and robustness, especially on long-document and unanswerable queries. Experiments on DocBench and MMLongBench show that AutoThinkRAG achieves 82.13\% and 51.29\% overall accuracy, respectively, while reducing per-query token consumption by 18.9\% and monetary cost by 18.2\%. Further analyses show that the gains are most pronounced on complex queries requiring adaptive retrieval and multi-step reasoning.

📄 PDF Abstract BibTeX arXiv:2603.05551

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringAnswer GenerationLogical Reasoning

Similar Papers 제목 키워드 기반

CoAL-RAG: A Complexity-Aware Legal Retrieval-Augmented Generation Method

2026-08-18 · Jin Su, Zhuofeng Zhao, Huanhuan Wang, Hao Chen arxiv

Legal consultation questions exhibit multi-level complexity. A single retrieval strategy often leads to over-reasoning for simple questions and poor interpretability for complex ones, making it difficult to meet the requ…

Semantic RetrievalLogical Reasoning

PACE: Perceived-Latency-Aware Cascading Service Routing and Filler Control for QoE-Efficient Retrieval-Augmented Dialogue Serving

2026-09-09 · Lin Huang, Yujuan Tan, Weisheng Li, Lixiang Zeng 외 arxiv

We present the PACE, a framework for retrieval-augmented dialogue serving that formalizes Perceived Time-to-First-Response (PTFR) as a QoE objective and minimizes it under quality/cost constraints. Unlike prior work on c…

Use Graph When It Needs: Efficiently and Adaptively Integrating Retrieval-Augmented Generation with Graphs

2026-02-03 · Su Dong, Qinggang Zhang, Yilin Xiao, Shengyuan Chen 외 arxiv

Large language models (LLMs) often struggle with knowledge-intensive tasks due to hallucinations and outdated parametric knowledge. While Retrieval-Augmented Generation (RAG) addresses this by integrating external corpor…

Knowledge Graphs

Retrieval-Augmented Layout Transformer for Content-Aware Layout Generation

2023-11-22 · CVPR 2024 1 · Daichi Horita, Naoto Inoue, Kotaro Kikuchi, Kota Yamaguchi 외

Content-aware graphic layout generation aims to automatically arrange visual elements along with a given content, such as an e-commerce product image. In this paper, we argue that the current layout generation approaches…

Layout GenerationRetrieval

Fast or Better? Balancing Accuracy and Cost in Retrieval-Augmented Generation with Flexible User Control

2025-02-17 · Jinyan Su, Jennifer Healey, Preslav Nakov, Claire Cardie

Retrieval-Augmented Generation (RAG) has emerged as a powerful approach to mitigate large language model (LLM) hallucinations by incorporating external knowledge retrieval. However, existing RAG frameworks often apply re…

Language ModelingLanguage ModellingLarge Language ModelNavigate+3