How to Train Your Long-Context Visual Document Model
Researchers have introduced a synthetic data pipeline for long-document understanding, achieving improved performance on benchmark tasks. The pipeline generates thinking traces by scoring each page for question relevance and extracting textual evidence[1].
A comprehensive study on training long-context visual document models has achieved state-of-the-art performance on MMLongBenchDoc, a benchmark for long-document visual question answering. The study systematically examined continued pretraining, supervised finetuning, and preference optimization for 24B and 32B parameter models, achieving state-of-the-art performance on MMLongBenchDoc for both parameter scales[1]. The researchers also released MMLBD-C, a manually corrected version of MMLongBenchDoc, to reduce erroneous and low-quality examples in the benchmark. The synthetic data pipeline introduced by the researchers generates thinking traces by scoring each page for question relevance and extracting textual evidence. The resulting reasoning capability is internalized via low-strength model merging. The study found that training on context lengths that match evaluation context lengths outperforms training on longer contexts. The accuracy on MMLongBenchDoc with Qwen3 VL was 58.3, while the points improvement over distillation from Thinking version's traces on MMLBD-C with Mistral was 3.8[1].
research-paperbenchmarkmodel-release
Background sources we checked (4)
- arxiv.org ↗ We present the first comprehensive, large-scale study of training long-context vision language models up to 344K context, targeting long-document visual question answering with measured transfer to long-context text. While several such strong are open-weight, namely Qwen3 VL and …
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ Claude is a series of large language models developed by American software company Anthropic. Claude was released as an AI-based chatbot in March 2023. It is also used in AI-assisted software development. Claude is trained using "constitutional AI", a technique developed by Anthr…
- en.wikipedia.org ↗ A reasoning model, also known as a reasoning language model (RLM) or large reasoning model (LRM), is a type of large language model (LLM) that has been specifically trained to solve complex tasks requiring multiple steps of logical reasoning. These models demonstrate superior per…