paper-with-me

Papers

DocPrune:Efficient Document Question Answering via Background, Question, and Comprehension-aware Token Pruning

2026-04-24 · Joonmyung Choi, Sanghyeok Lee, Jongha Kim, Sehyung Kim, Dohwan Ko, Jihyung Kil, Hyunwoo J. Kim arxiv

Recent advances in vision-language models have demonstrated remarkable performance across diverse multi-modal tasks, including document question answering that leverages structured visual cues from text, tables, and figures. However, unlike natural images, document images contain large backgrounds and only sparse supporting evidence, leading to the inefficient consumption of substantial computational resources, especially for long documents. We observe that existing token-reduction methods for natural images and videos fall short in utilizing the structural sparsity unique to documents. To address this, we propose DocPrune, a training-free and progressive document token pruning framework designed for efficient long-document understanding. The proposed method preserves only the essential tokens for the task while removing unnecessary ones, such as background or question-irrelevant tokens. Moreover, it automatically selects the appropriate layers to initiate token pruning based on the model's level of comprehension. Our experiments on the M3DocRAG show that DocPrune improves throughput by 3.0x and 3.3x in the encoder and decoder, respectively, while boosting the F1 score by +1.0, achieving both higher accuracy and efficiency without any additional training.

📄 PDF Abstract BibTeX arXiv:2604.22281

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

DocPruner: A Storage-Efficient Framework for Multi-Vector Visual Document Retrieval via Adaptive Patch-Level Embedding Pruning

2025-09-28 · Yibo Yan, Guangwei Xu, Xin Zou, Shuliang Liu 외 arxiv

Visual Document Retrieval (VDR), the task of retrieving visually-rich document pages using queries that combine visual and textual cues, is crucial for numerous real-world applications. Recent state-of-the-art methods le…

Chinese Movie Dialogue Question Answering Dataset

2022-11-01 · ROCLING 2022 11 · Shang-Bao Luo, Cheng-Chung Fan, Kuan-Yu Chen, Yu Tsao 외

This paper constructs a Chinese dialogue-based information-seeking question answering dataset CMDQA, which is mainly applied to the scenario of getting Chinese movie related information. It contains 10K QA dialogs (40K t…

Information RetrievalQuestion AnsweringRetrieval

CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge

2018-11-02 · NAACL 2019 6 · Alon Talmor, Jonathan Herzig, Nicholas Lourie, Jonathan Berant

When answering a question, people often draw upon their rich world knowledge in addition to the particular context. Recent work has focused primarily on answering questions given some relevant document or context, and re…

Common Sense ReasoningMultiple-choiceQuestion AnsweringWorld Knowledge

JDocQA: Japanese Document Question Answering Dataset for Generative Language Models

2024-03-28 · Eri Onami, Shuhei Kurita, Taiki Miyanishi, Taro Watanabe

Document question answering is a task of question answering on given documents such as reports, slides, pamphlets, and websites, and it is a truly demanding task as paper and electronic forms of documents are so common i…

HallucinationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Document Visual Question Answering Challenge 2020

2020-08-20 · Minesh Mathew, Ruben Tito, Dimosthenis Karatzas, R. Manmatha 외

This paper presents results of Document Visual Question Answering Challenge organized as part of "Text and Documents in the Deep Learning Era" workshop, in CVPR 2020. The challenge introduces a new problem - Visual Quest…

Question AnsweringRetrievalTask 2Visual Question Answering+1