What the Reranker Sees: Multi-Aspect Page Annotation for Long-Document Multimodal Question Answering

📅 2026-08-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the critical bottleneck of missing visual and structural evidence in rerankers for long-document multimodal question answering. To overcome this limitation, we propose Trident, a novel framework that enhances retrieval-agnostic reranking through multi-dimensional page semantic annotation and optimizes the generation module via structured prompting. By effectively transcending the constraints of text-only reranking, Trident achieves precise evidence retrieval and synthesis in complex multimodal contexts. Experimental results demonstrate that our approach significantly outperforms baselines in retrieval F1 score and improves open-ended generation accuracy by 6.6 points. Recognized as the state-of-the-art QA pipeline, Trident successfully resolves the challenges associated with accurate evidence identification and integration within long-document multimodal scenarios.
📝 Abstract
Long-document visual question answering (VQA) over documents of tens to hundreds of pages mixing text, tables, charts, and figures typically follows retrieve-then-read pipelines. In our setting, the bottleneck shifts from retrieval recall to reranker-side evidence selection: on MMLongBench-Doc, BGE-M3 reaches Recall@20 = 0.86 but only F1@5 = 0.254, and even the visual retriever ColPali reaches only F1@5 = 0.332; a text-only rerank LLM seeing only raw snippets misses table, chart, and layout evidence even when the upstream retriever encoded images. We propose Trident, with two complementary components: Trident-R, a retriever-agnostic LLM reranker that converts each candidate into an LLM-readable semantic record, including a visual caption, section path, entity tags, multi-axis concept hits, and a text snippet, then performs a single adaptive-K rerank call; and Trident-S, a generation-side module that prompts the VLM under topical, entity, and structural lenses before synthesis. On two long-document datasets, the annotation+rerank protocol substantially improves retrieval F1 across five heterogeneous pools, with every reranked pool exceeding the strongest adaptive-K baseline PageIndex. An LLM rerank without the annotation barely changes first-hit ranking, indicating the lift comes from the structured annotation. Trident-S targets open-ended synthesis questions by design, adding up to 6.6 points in generation accuracy on these questions. The best Trident configuration is the strongest downstream QA pipeline in our evaluation, with rankings consistent across two LLM judges (kappa = 0.913).
Problem

Research questions and friction points this paper is trying to address.

Long-document VQA
Reranker
Evidence selection
Multimodal reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Multi-Aspect Page Annotation
LLM Reranker
Long-Document VQA
Adaptive-K Reranking
Structured Semantic Record