Structured Over Scale: Learning Spatial Reasoning from Educational Video
Bishoy Galoaa, Xiangyu Bai, Sarah Ostadabbas
TL;DR
This work addresses the failure of vision-language models to perform robust spatial reasoning by leveraging the structured pedagogy of children's educational content. It introduces DoraVQA, a dataset of $5{,}344$ QA pairs tied to $96$ Dora the Explorer episodes and aligned with a context-question-pause-answer format, and fine-tunes Qwen2-VL and Qwen3-VL using Group Relative Policy Optimization on about $38$ hours of content. The approach yields substantial improvements on DoraVQA and achieves state-of-the-art $86.16\%$ on CVBench, with strong transfer to Video-MME and NExT-QA, demonstrating that content structure can compensate for scale. These results support the core claim that structured supervision can endow VLMs with more robust spatial reasoning across diverse tasks and benchmarks, suggesting a broader role for pedagogical content in multimodal learning.
Abstract
Vision-language models (VLMs) demonstrate impressive performance on standard video understanding benchmarks yet fail systematically on simple reasoning tasks that preschool children can solve, including counting, spatial reasoning, and compositional understanding. We hypothesize that the pedagogically-structured content of educational videos provides an ideal training signal for improving these capabilities. We introduce DoraVQA, a dataset of 5,344 question-answer pairs automatically extracted from 8 seasons of Dora the Explorer with precise timestamp alignment. Each episode follows a consistent \textit{context-question-pause-answer} structure that creates a self-contained learning environment analogous to interactive tutoring. We fine-tune both Qwen2 and Qwen3 using Group Relative Policy Optimization (GRPO), leveraging the clear correctness signals and structured reasoning traces inherent in educational content. Despite training exclusively on 38 hours of children's educational videos, our approach achieves improvements of 8-14 points on DoraVQA and state-of-the-art 86.16\% on CVBench, with strong transfer to Video-MME and NExT-QA, demonstrating effective generalization from narrow pedagogical content to broad multimodal understanding. Through cross-domain benchmarks, we show that VLMs can perform tasks that require robust reasoning learned from structured educational content, suggesting that content structure matters as much as content scale.
