Trident Improves Long-Document VQA with Multi-Aspect Annotation.

Guanchen Wu, Jiayuan Ding, Subhabrata Mukherjee, Carl Yang· August 18, 2026 View original

Key takeaways

  • Long-document VQA is bottlenecked by reranking and evidence selection, especially for multimodal content.
  • Trident-R improves reranking by annotating candidates with visual, structural, and semantic information.
  • Trident-S enhances generation by prompting VLMs with structured lenses.
  • Structured annotation is crucial for improving multimodal long-document question answering.

Who benefits

LegalHealthcareAerospaceManufacturingConsulting

Summary

Researchers introduce Trident, a system that significantly enhances long-document multimodal question answering by using multi-aspect page annotation for reranking and generation. Trident-R annotates document candidates with visual captions, section paths, and entity tags for LLM reranking, while Trident-S prompts VLMs with topical and structural lenses for synthesis.

This research addresses the bottleneck in long-document visual question answering (VQA), where current retrieve-then-read pipelines struggle with reranking and evidence selection, especially when documents contain mixed modalities like text, tables, and images. Even advanced retrievers often fail to provide sufficient context for text-only rerankers, leading to poor performance. The proposed solution, Trident, aims to improve this by enriching the information available to the reranker and the VLM during generation. Trident consists of two main components. Trident-R is a retriever-agnostic LLM reranker that transforms each retrieved document candidate into a comprehensive semantic record. This record includes not only text snippets but also visual captions, section paths, entity tags, and multi-axis concept hits, allowing the LLM to make more informed reranking decisions. Trident-S, the second component, is a generation-side module that guides the VLM by prompting it with topical, entity, and structural lenses before synthesizing the final answer. The results show that this annotation-plus-rerank protocol substantially boosts retrieval F1 scores across various document pools and significantly improves generation accuracy for open-ended synthesis questions, demonstrating the critical role of structured annotation in multimodal long-document VQA.

Why it matters

Professionals working with large, complex documents (e.g., legal, medical, technical manuals) can leverage this approach to build more accurate and efficient AI systems for information retrieval and question answering.

How to implement this in your domain

  1. 1Implement a multi-aspect page annotation pipeline for your long-document datasets, extracting visual captions, section paths, and entity tags.
  2. 2Integrate an LLM-based reranker that can process these rich semantic records to improve retrieval accuracy.
  3. 3Develop generation-side modules that prompt Vision-Language Models (VLMs) with structured information (topical, entity, structural lenses) for better answer synthesis.
  4. 4Evaluate your document QA systems using metrics that account for multimodal evidence and long-document context.
  5. 5Explore fine-tuning LLMs and VLMs on datasets augmented with multi-aspect annotations.

Original post by Guanchen Wu, Jiayuan Ding, Subhabrata Mukherjee, Carl Yang

"arXiv:2608.14841v1 Announce Type: new 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…"

View on X

Originally posted by Guanchen Wu, Jiayuan Ding, Subhabrata Mukherjee, Carl Yang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses