paper-with-me

홈 › Papers

D2-ScaleAgent: Dual-Dimensional Scaling for Long Document Understanding

2026-08-17 · Hao Zhang, Longrong Yang, Lunhao Duan, Ziyang Wang, Qing-Guo Chen, Shanshan Zhao arxiv

Multi-modal retrieval-augmented generation (RAG) is a key technique for visually rich long document understanding. Existing multi-modal RAG methods are progressively advancing toward multi-agent systems: they first retrieve relevant pages based on a query, and then iteratively understand information within those pages. However, these methods typically rely on fixed workflows and lack the ability to dynamically scale computation at test time, often leading to insufficient evidence. To address this, we propose D2-ScaleAgent, an agentic framework that introduces a dual-dimensional scaling paradigm for retrieval and reasoning. The core of D2-ScaleAgent is a Verifier agent-driven dynamic routing loop based on the intrinsic difficulty of the query, centered around a continuously updated evidence bank that serves as the agent's dynamic working memory: when retrieval needs to be expanded, the agent routes outward (retrieval scaling), decomposing the query into attributes and performing parallel page retrieval, followed by adaptive pruning to ensure comprehensive evidence coverage. When fine-grained reasoning is required, the agent routes inward (reasoning scaling), dynamically selecting sub-agents with varying granularity and count to extract evidence from pages. Finally, D2-ScaleAgent achieves logical closure over the evidence chain. Extensive experiments demonstrate that D2-ScaleAgent is effective on long and visually rich document benchmarks like MMLongBench-Doc, LongDocURL, etc.

📄 PDF Abstract BibTeX arXiv:2608.16417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Within Document Coreference to Long Texts

2021-08-01 · Findings (ACL) 2021 8 · Raghuveer Thirukovalluru, Nicholas Monath, Kumar Shridhar, Manzil Zaheer 외

ScalingNote: Scaling up Retrievers with Large Language Models for Real-World Dense Retrieval

2024-11-24 · Suyuan Huang, Chao Zhang, Yuanyuan Wu, Haoxin Zhang 외

Dense retrieval in most industries employs dual-tower architectures to retrieve query-relevant documents. Due to online deployment requirements, existing real-world dense retrieval systems mainly enhance performance by d…

Retrieval

Sparse, Dense, and Attentional Representations for Text Retrieval

2020-05-01 · Yi Luan, Jacob Eisenstein, Kristina Toutanova, Michael Collins

Dual encoders perform retrieval by encoding documents and queries into dense lowdimensional vectors, scoring each document by its inner product with the query. We investigate the capacity of this architecture relative to…

Open-Domain Question AnsweringRetrievalText Retrieval

Synthetic Mixed Training: Scaling Parametric Knowledge Acquisition Beyond RAG

2026-03-24 · Seungju Han, Konwoo Kim, Chanwoo Park, Benjamin Newman 외 arxiv

Synthetic data augmentation helps language models learn new knowledge in data-constrained domains. However, naively scaling existing synthetic data methods by training on more synthetic tokens or using stronger generator…

Reading ComprehensionData Augmentation

Data-efficient pre-training by scaling synthetic megadocs

2026-03-19 · Konwoo Kim, Suhas Kotha, Yejin Choi, Tatsunori Hashimoto 외 arxiv

Synthetic data augmentation has emerged as a promising solution when pre-training is constrained by data rather than compute. We study how to design synthetic data algorithms that achieve better loss scaling: not only lo…

Data Augmentation