paper-with-me

Papers

MMAT-1M: A Large Reasoning Dataset for Multimodal Agent Tuning

2025-07-29 · Tianhong Gao, Yannian Fu, Weiqun Wu, Haixiao Yue, Shanshan Liu, Gang Zhang arxiv

Large Language Models (LLMs), enhanced through agent tuning, have demonstrated remarkable capabilities in Chain-of-Thought (CoT) and tool utilization, significantly surpassing the performance of standalone models. However, the multimodal domain still lacks a large-scale, high-quality agent tuning dataset to unlock the full potential of multimodal large language models. To bridge this gap, we introduce MMAT-1M, the first million-scale multimodal agent tuning dataset designed to support CoT, reflection, and dynamic tool usage. Our dataset is constructed through a novel four-stage data engine: 1) We first curate publicly available multimodal datasets containing question-answer pairs; 2) Then, leveraging GPT-4o, we generate rationales for the original question-answer pairs and dynamically integrate API calls and Retrieval Augmented Generation (RAG) information through a multi-turn paradigm; 3) Furthermore, we refine the rationales through reflection to ensure logical consistency and accuracy, creating a multi-turn dialogue dataset with both Rationale and Reflection (RR); 4) Finally, to enhance efficiency, we optionally compress multi-turn dialogues into a One-turn Rationale and Reflection (ORR) format. By fine-tuning open-source multimodal models on the MMAT-1M, we observe significant performance gains. For instance, the InternVL2.5-8B-RR model achieves an average improvement of 2.7% across eight public benchmarks and 8.8% on the RAG benchmark Dyn-VQA, demonstrating the dataset's effectiveness in enhancing multimodal reasoning and tool-based capabilities. The dataset is publicly available at https://github.com/VIS-MPU-Agent/MMAT-1M.

📄 PDF Abstract BibTeX arXiv:2507.21924

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

Octopus: Agentic Multimodal Reasoning with Six-Capability Orchestration

2025-11-19 · Yifu Guo, Zishan Xu, Zhiyuan Yao, Yuquan Lu 외 arxiv

Existing multimodal reasoning models and frameworks suffer from fundamental architectural limitations: most lack the human-like ability to autonomously explore diverse reasoning pathways-whether in direct inference, tool…

Multimodal Reasoning

PaperArena: An Evaluation Benchmark for Tool-Augmented Agentic Reasoning on Scientific Literature

2025-10-13 · Daoyu Wang, Mingyue Cheng, Shuo Yu, Zirui Liu 외 arxiv

Understanding and reasoning on the large-scale scientific literature is a crucial touchstone for large language model (LLM) based agents. However, existing works are mainly restricted to tool-free tasks within single pap…

URSA: Understanding and Verifying Chain-of-thought Reasoning in Multimodal Mathematics

2025-01-08 · Ruilin Luo, Zhuofan Zheng, Yifan Wang, Yiyao Yu 외

Chain-of-Thought (CoT) reasoning is widely used to enhance the mathematical reasoning capabilities of large language models (LLMs). The introduction of process supervision for CoT trajectories has sparked discussions on …

MathMathematical ReasoningVisual Grounding

WISE: Weighted Iterative Society-of-Experts for Robust Multimodal Multi-Agent Debate

2025-12-02 · Anoop Cherian, River Doyle, Eyal Ben-Dov, Suhas Lohit 외 arxiv

Recent large language models (LLMs) are trained on diverse corpora and tasks, leading them to develop complementary strengths. Multi-agent debate (MAD) has emerged as a popular way to leverage these strengths for robust …

VProChart: Answering Chart Question through Visual Perception Alignment Agent and Programmatic Solution Reasoning

2024-09-03 · Muye Huang, Lingling Zhang, Lai Han, Wenjun Wu 외

Charts are widely used for data visualization across various fields, including education, research, and business. Chart Question Answering (CQA) is an emerging task focused on the automatic interpretation and reasoning o…

Chart Question AnsweringData VisualizationLogical ReasoningQuestion Answering