VinQA: Visual Elements Interleaved Long-form Answer Generation for Real-World Multimodal Document QA

22d ago · Global · primary source: export.arxiv.org

A new dataset called VinQA pushes multimodal document question-answering beyond text-only responses by requiring models to interleave cited charts, tables, and diagrams directly into long-form answers, according to research submitted on 15 Jun 2026 [1]. The work addresses a gap in how multimodal large language models, or MLLMs, handle real-world documents. While such documents routinely mix text with visual elements in varied layouts, existing QA research has largely produced text-only answers, underusing those visuals [2]. VinQA is grounded in relevant document pages and demands that generated answers explicitly cite and embed visual components alongside supporting text [1]. To feed raw page images into an MLLM, the researchers study two encoding strategies. Page Encoding encodes full-page images and treats bounding-box regions as citable units. Modality Encoding parses each page, extracts text, crops visual elements, and encodes them separately, using the cropped items as citable units [2]. The team also introduces M-GroSE, a multimodal evaluation framework that extends GroUSE to score answers on four dimensions: completeness, answer relevancy, faithfulness, and unanswerability. A separate metric, Visual Source F1, directly measures visual citation accuracy [2]. Proprietary frontier models still post the highest overall scores on the VinQA test split. However, fine-tuning the open Qwen2.5-VL models — a family of large language models developed by Alibaba Cloud and distributed under open-source licenses [9] — on the training split substantially lifts their performance and narrows the gap with proprietary systems [1]. Modality Encoding proves more robust initially for complex documents containing long text, many visual elements, and diverse citation needs. After training on VinQA, Page Encoding reaches a comparable level, competing effectively without the explicit parsing that Modality Encoding requires [2]. An MLLM-based judge called Visual G-Eval confirms that the fine-tuned models insert visual elements at semantically appropriate positions with faithful supporting text [2]. The paper appears on arXiv, a preprint server that accounts for roughly 95 percent of the paper URLs Hugging Face users link in their repositories [4]. Hugging Face and arXiv have collaborated to embed interactive demos directly alongside papers, allowing users to try state-of-the-art research without writing code [5].

research-papertool-release

Background sources we checked (8)
  • arxiv.org ↗ Real-world documents combine text with tables, charts, photographs, and diagrams arranged in diverse layouts, yet existing research on multimodal large language models (MLLMs) for document QA predominantly produces text-only responses, underutilizing these visual elements. We int…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue