Socratic-Geo: Synthetic Data Generation and Geometric Reasoning via Multi-Agent Interaction
Zhengbo Jiao, Shaobo Wang, Zifan Zhang, Wei Wang, Bing Zhao, Hu Wei, Linfeng Zhang
TL;DR
The work tackles the data bottleneck in geometric reasoning for multimodal models by introducing Socratic-Geo, a fully autonomous, goal-driven data-synthesis framework that couples generation with learning through a triad of agents (Teacher, Solver, Generator) and validation via Reflect and RePI. The Teacher crafts executable geometry code with verification loops, the Solver learns via Group Relative Policy Optimization guided by failure-driven augmentation, and the Generator distills the Teacher's drawing rules into a diffusion model trained on image-code-instruction pairs. From 108 seed problems, the approach reaches $49.11$ accuracy across six benchmarks using roughly one-quarter of baseline data, while the open-source Socratic-Generator achieves $42.4$ on GenExam-Math, setting a new state-of-the-art and approaching closed-source systems. The results demonstrate strong data efficiency, domain generalization to chart reasoning and multimodal coding, and a scalable, self-improving data engine for STEM reasoning tasks.
Abstract
Multimodal Large Language Models (MLLMs) have significantly advanced vision-language understanding. However, even state-of-the-art models struggle with geometric reasoning, revealing a critical bottleneck: the extreme scarcity of high-quality image-text pairs. Human annotation is prohibitively expensive, while automated methods fail to ensure fidelity and training effectiveness. Existing approaches either passively adapt to available images or employ inefficient random exploration with filtering, decoupling generation from learning needs. We propose Socratic-Geo, a fully autonomous framework that dynamically couples data synthesis with model learning through multi-agent interaction. The Teacher agent generates parameterized Python scripts with reflective feedback (Reflect for solvability, RePI for visual validity), ensuring image-text pair purity. The Solver agent optimizes reasoning through preference learning, with failure paths guiding Teacher's targeted augmentation. Independently, the Generator learns image generation capabilities on accumulated "image-code-instruction" triplets, distilling programmatic drawing intelligence into visual generation. Starting from only 108 seed problems, Socratic-Solver achieves 49.11 on six benchmarks using one-quarter of baseline data, surpassing strong baselines by 2.43 points. Socratic-Generator achieves 42.4% on GenExam, establishing new state-of-the-art for open-source models, surpassing Seedream-4.0 (39.8%) and approaching Gemini-2.5-Flash-Image (43.1%).
