Knowledge File / AI技能杠杆
趋势解读:ByteDance study finds that asking LMMs questions beats,评估 LLM Agent 表现
字节跳动与港科大联合研究发现,使用问答对训练多模态模型能显著提升长文档理解能力,而字符识别任务反而损害性能。基于此训练的MMProLong模型在预算有限的情况下超越了多个大型开源模型。
SOURCE / AI技能杠杆
MIN / 9
ACCESS / 会员
POST / 2026-05-24 21:28:45
原贴
查看原文原文
Multimodal AI models are supposed to handle ever-longer documents, but how they're trained to do so usually stays a trade secret. A new study shows that character recognition as a training task actually hurts performance and that question-answer pairs work far better. Researchers from ByteDance Seed and the Hong Kong University of Science and Technology (HKUST) studied how image-language models can be trained efficiently on long documents. The result is a model called MMProLong, built on Alibaba's open Qwen2.5-VL , that beats much larger competitors. Modern multimodal AI models need to handle increasingly long inputs: entire PDF collections of rendered pages, hours of video, or agents that remember their tasks across many steps. AI labs like OpenAI, Google, and Alibaba tout context windows of up to 1 million tokens, capable of holding not just text but thousands of page images or video frames. But according to the authors, technical reports barely reveal what data a model should see and in what mix. At first glance, the study's central finding seems obvious. For a multimodal model to learn to find the right spot in a 100-page document, having it transcribe the text of every page barely helps. It's more effective to ask questions whose answers are buried somewhere in those pages. The researchers tested both approaches head-to-head. In one setup, the model had to perform text recognition either across all pages of a document or for a few selected pages, while the remaining pages stayed in context as distractions. In the other setup, the researchers used a separate model ( Seed 2.0 from ByteDance ) to generate question-answer pairs for individual sections of a document. The question then went into training alongside the entire document, forcing the model to locate the relevant passage within a long context. Pure text recognition as a training task actually worsened performance compared to the starting point. Question-answer training, on the other hand, brought clear gains. The model only learns to navigate long texts when it has to filter out and categorize information with a specific goal. Three more findings turned up in the experiments. Feeding the model mainly very long documents at the top end of the context window isn't worth it. A broader mix of shorter and longer examples works more reliably. Long-context ability isn't a skill tied to a specific length but requires flexible searching across different distances. The real bottleneck also turns out to be finding the relevant passage, not reasoning about it. A mix weighted toward extraction tasks with a smaller share of calculation tasks delivered the best results. The third finding is surprising because it contradicts common practice with text-only language models. Adding short training examples doesn't appear strictly necessary. The model largely kept its short-task abilities even when trained only on long question-answer data. The format of the data itself probably helps: even when the context is very long, the task is still framed as a question-answer interaction in the familiar instruction-following format. With this recipe and a fairly modest training budget, MMProLong beats several much larger open models like InternVL3-38B and Gemma3-27B . The model was trained on only 128,000 tokens but stays stable at 256,000 and even 512,000 token input lengths, while the original model falls apart sharply at those ranges. This ability also transfers to tasks the model was never specifically trained on, like understanding long videos. In an extra transfer experiment, the recipe proved effective on the stronger Qwen3-VL-8B too, even though that model is already built for long contexts.
中文翻译
多模态AI模型本应处理越来越长的文档,但如何训练它们这样做通常仍是商业机密。一项新研究表明,字符识别作为训练任务实际上损害了性能,而问答对的效果要好得多。
核心信息
字节跳动与港科大联合研究发现,使用问答对训练多模态模型能显著提升长文档理解能力,而字符识别任务反而损害性能。基于此训练的MMProLong模型在预算有限的情况下超越了多个大型开源模型。
- 字符识别训练损害多模态模型长文本性能
- 问答对训练显著提升长文档理解能力
- 长短混合训练并非必要,长问答数据即可保持短任务能力
- 信息提取任务比推理计算更关键
- 低成本训练(12.8万tokens)超越大模型
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容