paper-with-me

홈 › Papers

ALDEN: Reinforcement Learning for Active Navigation and Evidence Gathering in Long Documents

2025-10-29 · Tianyu Yang, Terry Ruas, Yijun Tian, Jan Philip Wahle, Daniel Kurzawe, Bela Gipp arxiv

Vision-language models (VLMs) excel at interpreting text-rich images but struggle with long, visually complex documents that demand analysis and integration of information spread across multiple pages. Existing approaches typically rely on fixed reasoning templates or rigid pipelines, which force VLMs into a passive role and hinder both efficiency and generalization. We present Active Long-DocumEnt Navigation (ALDEN), a multi-turn reinforcement learning framework that fine-tunes VLMs as interactive agents capable of actively navigating long, visually rich documents. ALDEN introduces a novel fetch action that directly accesses the page by index, complementing the classic search action and better exploiting document structure. For dense process supervision and efficient training, we propose a rule-based cross-level reward that provides both turn- and token-level signals. To address the empirically observed training instability caused by numerous visual tokens from long documents, we further propose a visual-semantic anchoring mechanism that applies a dual-path KL-divergence constraint to stabilize visual and textual representations separately during training. Trained on a corpus constructed from three open-source datasets, ALDEN achieves state-of-the-art performance on five long-document benchmarks. Overall, ALDEN marks a step beyond passive document reading toward agents that autonomously navigate and reason across long, visually rich documents, offering a robust path to more accurate and efficient long-document understanding.

📄 PDF Abstract BibTeX arXiv:2510.25668

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Deep Active Learning for Text Classification with Diverse Interpretations

2021-08-15 · Qiang Liu, Yanqiao Zhu, Zhaocheng Liu, Yufeng Zhang 외

Recently, Deep Neural Networks (DNNs) have made remarkable progress for text classification, which, however, still require a large number of labeled data. To train high-performing models with the minimal annotation cost,…

Active LearningClassificationDiversityInformativeness+3

Active Visual Information Gathering for Vision-Language Navigation

2020-07-15 · ECCV 2020 8 · Hanqing Wang, Wenguan Wang, Tianmin Shu, Wei Liang 외

Vision-language navigation (VLN) is the task of entailing an agent to carry out navigational instructions inside photo-realistic environments. One of the key challenges in VLN is how to conduct a robust navigation by mit…

Vision-Language Navigation

ALDEN: Boosting Private Data Extraction from Retrieval-Augmented Generation Systems via Active Learning and Distribution Estimation

2026-04-10 · Xingyu Lyu, Jianfeng He, Ning Wang, Yidan Hu 외 arxiv

Retrieval-Augmented Generation (RAG) is widely used to augment large language models with external knowledge retrieval to improve reliability and generalization. However, recent studies have shown that RAG systems remain…

Active Learning

Evidence gathering under competitive and noncompetitive rewards

2024-09-10 · Philip Brookins, Jennifer Brown, Dmitry Ryvkin

Reward schemes may affect not only agents' effort, but also their incentives to gather information to reduce the riskiness of the productive activity. In a laboratory experiment using a novel task, we find that the relat…

Active Evidence-Seeking and Diagnostic Reasoning in Large Language Models for Clinical Decision Support

2026-05-21 · Chen Zhan, Xihe Qiu, Xiaoyu Tan, Xibing Zhuang 외 arxiv

Large language models perform well on static medical examinations, yet clinical diagnosis often requires iterative evidence gathering under uncertainty. Building on prior interactive evaluation efforts, we introduce an O…