AnE:通过锚点进化推动多模态大语言模型的推理前沿 / AnE: Pushing the Reasoning Frontier of Multimodal LLMs via Anchor Evolution
1️⃣ 一句话总结
本文提出了一种名为“锚点进化”的新方法,通过引入可靠的真实数据作为“锚点”来纠正模型推理中的错误,并利用渐进式学习机制让模型逐步摆脱外部辅助,从而显著提升多模态大语言模型的复杂推理能力。
Post-training via Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) is crucial for enhancing reasoning in Multimodal Large Language Models (MLLMs), yet existing paradigms often reach a performance bottleneck due to the limitations of static data. While current methods leverage self-reflection or self-evolution to push these boundaries, they still suffer from cognitive drift and hallucinated reasoning paths caused by low-quality synthetic data. To address these challenges, we propose Anchor Evolution (AnE), a new paradigm that integrates truth-anchored data curation and model evolution, achieving faithful and steady performance gains at the reasoning frontier. Specifically, we propose Truth Anchor Expansion, which pinpoints the model failing frontier via trajectory rollouts and leverages ground-truth databases to retrieve high-fidelity anchors for faithful data curation. Subsequently, we introduce the Scaffold-Stripping Mechanism to internalize reasoning capabilities. This mechanism first anchors reasoning paths via scaffold-augmented supervision to mitigate the learning complexity and distribution drift of direct SFT on raw data, then leverages RL to strip the scaffold template, thereby effectively transitioning the reasoning paths into intrinsic model capabilities. Experimental results on multimodal reasoning benchmarks show that our method substantially advances the model performance frontier, improving the base model by 10.3\% across eight multimodal benchmarks and achieving state-of-the-art results. The code will be made publicly available.
AnE:通过锚点进化推动多模态大语言模型的推理前沿 / AnE: Pushing the Reasoning Frontier of Multimodal LLMs via Anchor Evolution
本文提出了一种名为“锚点进化”的新方法,通过引入可靠的真实数据作为“锚点”来纠正模型推理中的错误,并利用渐进式学习机制让模型逐步摆脱外部辅助,从而显著提升多模态大语言模型的复杂推理能力。
源自 arXiv: 2605.25571