遇见数据集

OpenMOSS-Team/VideoThinkBench

收藏
Hugging Face2026-07-16 更新2026-02-07 收录
官方服务:

资源简介:

--- language: - en task_categories: - text-to-video - image-to-video - visual-question-answering - question-answering license: mit dataset_info: - config_name: Eyeballing_Puzzles features: - name: task dtype: string - name: id dtype: string - name: prompt dtype: string - name: image dtype: image - name: solution_image dtype: image - config_name: Visual_Puzzles features: - name: task dtype: string - name: id dtype: string - name: prompt dtype: string - name: image dtype: image - name: solution_image dtype: image - config_name: ARC_AGI_2 features: - name: task dtype: string - name: id dtype: string - name: prompt dtype: string - name: image dtype: image - name: solution_image dtype: image - config_name: Mazes features: - name: task dtype: string - name: id dtype: string - name: prompt dtype: string - name: image dtype: image - name: solution_image dtype: image - config_name: Text_Centric_Tasks features: - name: task dtype: string - name: id dtype: string - name: prompt dtype: string - name: image dtype: image - name: answer dtype: string configs: - config_name: Eyeballing_Puzzles data_files: - split: minitest path: minitest_Vision-Centric_Reasoning/Eyeballing_Puzzles.parquet - split: test path: Vision-Centric_Reasoning/Eyeballing_Puzzles.parquet - config_name: Visual_Puzzles data_files: - split: minitest path: minitest_Vision-Centric_Reasoning/Visual_Puzzles.parquet - split: test path: Vision-Centric_Reasoning/Visual_Puzzles.parquet - config_name: ARC_AGI_2 data_files: - split: minitest path: minitest_Vision-Centric_Reasoning/ARC-AGI-2.parquet - split: test path: Vision-Centric_Reasoning/ARC-AGI-2.parquet - config_name: Mazes data_files: - split: minitest path: minitest_Vision-Centric_Reasoning/Mazes.parquet - split: test path: Vision-Centric_Reasoning/Mazes.parquet - config_name: Text_Centric_Tasks data_files: - split: minitest path: minitest_Text-Centric_Reasoning/Text-Centric.parquet - split: test path: Text-Centric_Reasoning/Text-Centric.parquet --- <div align="center"> # [CVPR 2026] Thinking with Video: Video Generation as a Promising Multimodal Reasoning Paradigm </div> <div align="center" style="font-size: 15pt"> <a href='https://arxiv.org/abs/2511.04570'><img src='https://img.shields.io/badge/Arxiv-2511.04570-purple'></a> <a href='https://huggingface.co/papers/2511.04570'><img src='https://img.shields.io/badge/HF%20Paper-2511.04570-blue'></a> <a href='https://thinking-with-video.github.io/'><img src='https://img.shields.io/badge/Project-Website-green'></a> <a href='https://github.com/tongjingqi/Thinking-with-Video'><img src='https://img.shields.io/badge/Code-GitHub-black'></a> <a href='https://thinking-with-video.github.io/#leaderboard'><img src='https://img.shields.io/badge/Leaderboard-Table-E07A5F'></a> </div> <div align="center"> <a href="https://huggingface.co/papers/month/2025-11"> <img src="assets/huggingface_paper_gold_month.svg"/> </a> </div> ## 🎊 News <!-- omit in toc --> - [2026.02] 🔥🔥*Our work has been accepted by* **CVPR 2026**! 🎉🎉🎉 - [2025.11] Our paper "Thinking with Video: Video Generation as a Promising Multimodal Reasoning Paradigm" has been released on arXiv! 📄 [[Paper](https://arxiv.org/abs/2511.04570)] On HuggingFace, it has achieved "#1 Paper of the Day"! - [2025.11] 🔥We release *["minitest"](https://huggingface.co/datasets/OpenMOSS-Team/VideoThinkBench)* of our VideoThinkBench, including 500 test samples of vision-centric tasks and 250 test samples of text-centric tasks. - [2025.12] 🔥We release VideoThinkBench [Leaderboard](https://thinking-with-video.github.io/#leaderboard) that includes different models. ## 📜 Brief Introduction <!-- omit in toc --> Moving beyond the traditional paradigms of "Thinking with Text" (e.g., Chain-of-Thought) and "Thinking with Images", we propose "**Thinking with Video**"—a new paradigm that unifies visual and textual reasoning through video generation models. It naturally enables human-like dynamic reasoning through video generation, such as **drawing and imagination**. 💡 **A New Unified Reasoning Paradigm** &nbsp;&nbsp;&nbsp;&nbsp;"Thinking with Video" leverages video generation models to visualize dynamic processes, represent temporal evolution, and embed text within video frames. This approach achieves unified multimodal understanding and generation, overcoming the static constraints of image-based reasoning and the modality separation in traditional approaches. 📊 **VideoThinkBench: A Comprehensive Benchmark** &nbsp;&nbsp;&nbsp;&nbsp;We developed VideoThinkBench, the first reasoning benchmark specifically designed for evaluating video generation models. It comprises vision-centric tasks (eyeballing puzzles, visual puzzles, ARC-AGI-2, mazes) that leverage dynamic visual reasoning, and text-centric tasks adapted from established benchmarks (MATH, GSM8K, MMLU, MMMU, etc.) that test text-based reasoning capabilities within generated videos. 🚀 **Surpassing VLMs on Several Tasks** &nbsp;&nbsp;&nbsp;&nbsp;Our evaluation shows that Sora-2 demonstrates competitive reasoning capabilities across both categories. Notably, Sora-2 **surpasses state-of-the-art vision-language models on several vision-centric tasks**, showcasing the unique advantages of dynamic visual reasoning. On text-centric tasks, Sora-2 achieves strong performance including 98.9% on GSM8K, 94.0% on MATH, and 75.5% on MMMU, demonstrating the potential of "Thinking with Video" as a unified multimodal reasoning paradigm. <div align="center"> <img src="assets/main_picture.png" width=80% /> </div> ## 📝 Paper Abstract <!-- omit in toc --> "Thinking with Text" and "Thinking with Images" paradigm significantly improve the reasoning ability of large language models (LLMs) and Vision Language Models (VLMs). However, these paradigms have inherent limitations. (1) Images capture only single moments and fail to represent dynamic processes or continuous changes, and (2) The separation of text and vision as distinct modalities, hindering unified multimodal understanding and generation. To overcome these limitations, we introduce "Thinking with Video", a new paradigm that leverages video generation models, such as Sora-2, to bridge visual and textual reasoning in a unified temporal framework. To support this exploration, we developed the Video Thinking Benchmark (VideoThinkBench). VideoThinkBench encompasses two task categories: (1) vision-centric tasks (e.g., Eyeballing Puzzles), and (2) text-centric tasks (e.g., subsets of GSM8K, MMMU). Our evaluation establishes Sora-2 as a capable reasoner. On vision-centric tasks, Sora-2 is generally comparable to state-of-the-art (SOTA) VLMs, and even surpasses VLMs on several tasks, such as Eyeballing Games. On text-centric tasks, Sora-2 achieves 92% accuracy on MATH, and 75.53% accuracy on MMMU. Furthermore, we systematically analyse the source of these abilities. We also find that self-consistency and in-context learning can improve Sora-2's performance. In summary, our findings demonstrate that the video generation model is the potential unified multimodal understanding and generation model, positions "thinking with video" as a unified multimodal reasoning paradigm. ## 📚 VideoThinkBench Details <!-- omit in toc --> VideoThinkBench is a comprehensive benchmark for evaluating video generation models' reasoning capabilities, consisting of two main categories: ### Vision-Centric Tasks - **Eyeballing Puzzles**: Spatial reasoning tasks requiring visual estimation and drawing - **Visual Puzzles**: Pattern recognition and visual logic problems - **ARC-AGI-2**: Abstract reasoning tasks requiring few-shot learning - **Mazes**: Path-finding and navigation challenges ### Text-Centric Tasks Adapted from established benchmarks including: - **Mathematical Reasoning**: MATH, GSM8K, AIME, MathVista, MathVision - **Multimodal Understanding**: MMMU, MMBench - **General Knowledge**: MMLU, MMLU-Pro - **Scientific Reasoning**: GPQA-diamond, SuperGPQA <!-- Dataset is available on [Hugging Face](https://huggingface.co/datasets/fnlp/VideoThinkBench). --> ## ✨ Benchmark Results <!-- omit in toc --> ### Performance Comparison Across All Tasks The table below summarizes the accuracy (%) of Sora-2 compared with state-of-the-art vision-language models across all second-level tasks in VideoThinkBench: | **Category** | **Task** | **Sora-2** | **Gemini 2.5 Pro** | **GPT5 high** | **Claude Sonnet 4.5** | |--------------|----------|------------|-------------------|--------------|---------------------| | **Vision-Centric** | Eyeballing-Point | 44.7 | 27.8 | 33.6 | 36.2 | | | Eyeballing-Line | 38.0 | 21.0 | 24.0 | 26.3 | | | Eyeballing-Shape | 34.5 | 34.5 | 32.5 | 50.5 | | | Visual-Color | 67.0 | 73.9 | 79.6 | 85.6 | | | Visual-Shape | 64.9 | 92.9 | 97.5 | 68.6 | | | ARC-AGI-2 | 1.3 | 4.9 | 9.9 | 13.6 | | | **Average** | **41.7** | **42.5** | **46.2** | **46.8** | | **Text-Centric** | Text-Only Math | 53.6 | 94.8 | 97.2 | 90.0 | | | Text-Only General Knowledge | 63.1 | 84.5 | 85.2 | 86.3 | | | Multimodal Math | 56.3 | 66.7 | 69.6 | 65.6 | | | Multimodal General Knowledge | 49.4 | 83.0 | 80.6 | 82.3 | | | **Average** | **55.6** | **82.3** | **83.2** | **81.1** | | **Overall Average** | | **47.3** | **58.4** | **61.0** | **60.5** | **Note**: For Sora-2: Eyeballing Puzzles use Major Frame evaluation; Visual Puzzles show the average of Color-Filling and Shape-Drawing tasks; Text-Centric Reasoning tasks use Video evaluation results. **🔥Leaderboard: [HERE](https://thinking-with-video.github.io/#leaderboard)** <!-- ## 💻 Sample Usage (Evaluation) --> <!-- To evaluate models on the tasks within VideoThinkBench, you can use the provided scripts from the accompanying GitHub repository. --> <!-- First, you need to clone the repository and install the dependencies: --> <!-- ```bash --> <!-- git clone https://github.com/tongjingqi/Thinking-with-Video.git --> <!-- cd Thinking-with-Video --> <!-- pip install -r requirements.txt --> <!-- ``` --> <!-- *(Note: Installation dependencies are listed as "Coming soon" in the GitHub README, but the command is provided.)* --> <!-- Then, you can run the evaluation scripts for different task categories: --> <!-- ```bash --> <!-- # Vision-centric tasks evaluation --> <!-- python eval_vision_centric.py --task eyeballing --> <!-- # Text-centric tasks evaluation --> <!-- python eval_text_centric.py --benchmark MATH --> <!-- ``` --> ## 💡 Takeaways <!-- omit in toc --> Our systematic evaluation on VideoThinkBench reveals seven key findings: 1. **Surpassing VLMs on Eyeballing Puzzles**: Sora-2 generally **surpasses SOTA VLMs** on eyeballing puzzles, exhibiting strong **geometric and physical reasoning** abilities. It can simulate the extension and reflection of rays and manipulate geometric elements (e.g., points and lines) to support spatial reasoning. 2. **Inductive Reasoning on Visual Puzzles**: Sora-2's performance is comparable to Claude Sonnet 4.5 on Shape-Drawing puzzles, demonstrating **inductive reasoning** capabilities. Sora-2 can recognize and apply **patterns of color, shape, and size**, solving visual puzzles involving symmetry, gradients, and compositionality. 3. **Few-Shot Learning Capabilities**: **Sora-2 is a few-shot learner**. On ARC-AGI-2, which requires finding patterns in input-output pairs, while SOTA VLMs achieve less than 5% accuracy, Sora-2 can often make **reasonable predictions**, although they do not strictly match dataset annotations. 4. **Unified Multimodal Reasoning**: On text-centric tasks, Sora-2 shows surprising performance on text and multimodal reasoning benchmarks. The video generation model can **embed text within video frames**, enabling unified multimodal understanding and generation. This demonstrates that "Thinking with Video" is potentially a **unified multimodal reasoning paradigm**. 5. **Improved In-Context Learning with More Examples**: Sora-2 achieves better in-context learning by providing more examples. Experiments show that Sora-2 performs better when provided with all examples compared to only one example, revealing an underexplored direction for analyzing and improving the in-context learning abilities of video generation models. 6. **Test-Time Scaling with Self-Consistency**: **Self-consistency can improve** Sora-2's performance on verifiable video generation reasoning tasks. This reveals an underexplored direction: **test-time scaling in video generation reasoning tasks**. 7. **Analysis of Capability Source**: We systematically analyzed the **source of Sora-2's capabilities**. Sora-2 maintains performance comparable to the original test set on adapted math problems, reducing the likelihood of test set leakage. However, Sora-2 struggles to generate coherent reasoning processes in videos, even when providing correct final answers. Through comparative experiments with Wan 2.5, we speculate that Sora-2's text-centric reasoning ability originates from its **prompt rewriter** model. ## ⚖️ Licenses <!-- omit in toc --> [![Code License](https://img.shields.io/badge/Code%20License-MIT-green.svg)](LICENSE) This project is licensed under the MIT License - see the LICENSE file for details. ## 🔎 Citation If you find our work helpful, please consider citing our paper 📝 and starring us ⭐️! ```bibtex @inproceedings{tong2026thinking, title={Thinking with video: Video generation as a promising multimodal reasoning paradigm}, author={Tong, Jingqi and Mou, Yurong and Li, Hangcheng and Li, Mingzhe and Yang, Yongzhuo and Zhang, Ming and Chen, Qiguang and Liang, Tianyi and Hu, Xiaomeng and Zheng, Yining and others}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, pages={41121--41129}, year={2026} } ``` --- <div align="center"> Made with ❤️ for advancing multimodal reasoning research </div>

VideoThinkBench is a comprehensive benchmark dataset designed to evaluate the reasoning capabilities of video generation models. It consists of two main categories of tasks: vision-centric tasks and text-centric tasks. Vision-centric tasks include Eyeballing Puzzles (spatial reasoning tasks), Visual Puzzles (pattern recognition and visual logic problems), ARC-AGI-2 (abstract reasoning tasks), and Mazes (path-finding and navigation challenges). Text-centric tasks are adapted from established benchmarks such as MATH, GSM8K, MMLU, and MMMU, covering areas like mathematical reasoning, multimodal understanding, general knowledge, and scientific reasoning. The dataset aims to unify visual and textual reasoning through video generation models, overcoming the limitations of traditional image and text-based reasoning paradigms.

提供机构:
OpenMOSS-Team
搜集汇总
数据集介绍
构建方式
VideoThinkBench是首个专为评估视频生成模型推理能力而设计的综合基准数据集。其构建方式涵盖两大任务类别:视觉中心任务与文本中心任务。视觉中心任务包括目测谜题、视觉谜题、ARC-AGI-2及迷宫,这些任务旨在利用动态视觉推理能力,通过视频生成过程展现空间推理、模式识别与路径规划等能力。文本中心任务则从MATH、GSM8K、MMLU、MMMU等成熟基准中改编而来,将数学推理、多模态理解与通用知识等文本推理任务嵌入视频帧中,以检验模型在生成视频内进行文本推理的性能。数据集以Parquet格式存储,提供minitest与test两种划分,便于灵活使用。
特点
VideoThinkBench的核心特点在于其开创性地将视频生成模型作为统一的多模态推理范式进行评估。该数据集不仅覆盖了传统视觉语言模型难以处理的动态过程推理任务,如目测谜题中对几何元素的操控与物理模拟,还通过文本中心任务展示了视频生成模型在嵌入文本后进行数学推理与知识问答的潜力。此外,数据集揭示了视频生成模型在少样本学习、上下文学习以及测试时扩展(如自一致性)方面的独特能力,为分析模型推理能力的来源提供了系统性的视角。其任务设计兼具挑战性与多样性,能够全面评估模型在动态视觉推理与文本推理上的表现。
使用方法
使用VideoThinkBench时,研究者可通过HuggingFace平台加载数据集的minitest或test子集。每个样本包含任务类型、唯一标识符、提示文本、输入图像以及解决方案图像(或文本答案)。对于视觉中心任务,评估可通过调用视频生成模型(如Sora-2)生成视频,并利用Major Frame评估等方法分析输出;对于文本中心任务,则需评估模型在生成视频中嵌入文本的准确性与推理连贯性。配套的GitHub代码仓库提供了评估脚本,支持针对不同任务类别(如目测谜题、数学推理)分别运行,便于复现论文中的实验结果并进行模型性能对比。
背景与挑战
背景概述
VideoThinkBench由OpenMOSS团队于2025年11月创建,旨在探索视频生成模型在多模态推理中的潜力。该研究由Jingqi Tong等人主导,核心问题在于突破传统“以文本思考”和“以图像思考”的范式,提出“以视频思考”的新理念,将视觉与文本推理统一于动态时间框架中。作为首个专门评估视频生成模型推理能力的基准,VideoThinkBench涵盖视觉中心任务(如眼力谜题、视觉谜题)和文本中心任务(如数学推理、多模态理解),并基于Sora-2等模型进行评测。其影响力体现在CVPR 2026的收录及HuggingFace每日论文榜首,标志着视频生成迈向统一多模态理解与生成的新阶段。
当前挑战
VideoThinkBench面临的挑战涵盖领域问题与构建过程两方面。在领域层面,传统图像推理受限于静态表征,难以捕捉动态过程与连续变化,而文本与视觉的模态分离阻碍了统一理解;视频生成模型需解决动态视觉推理的精确性,如在眼力谜题中模拟几何操作,以及在抽象推理任务中实现少样本学习。构建过程中,基准需平衡视觉与文本任务的多样性,确保测试集无泄露风险,同时应对视频生成模型在推理过程中生成连贯逻辑的困难,如Sora-2在提供正确答案时仍难以呈现清晰的推理过程,这要求基准设计能有效评估模型的真实能力而非表面性能。
常用场景
经典使用场景
VideoThinkBench作为首个专为评估视频生成模型推理能力而设计的综合性基准,其经典使用场景聚焦于多模态推理范式的验证与比较。该数据集涵盖视觉中心任务(如眼球谜题、视觉谜题、ARC-AGI-2及迷宫)与文本中心任务(源自MATH、GSM8K、MMLU等成熟基准),通过要求模型生成视频来动态展现推理过程,以此衡量其在几何空间推理、模式归纳、少样本学习及统一多模态理解等方面的表现。研究者可借助此基准,系统性地对比视频生成模型与顶尖视觉语言模型在不同推理维度上的性能差异,从而揭示视频生成作为推理媒介的独特优势。
实际应用
在实际应用中,VideoThinkBench所倡导的推理范式可赋能多个前沿领域。在智能教育场景中,视频生成模型能动态绘制几何图形、演示数学推导过程,为学生提供可视化的解题思路;在机器人导航与路径规划中,模型可生成模拟环境中的运动轨迹,辅助决策系统进行空间推理;在创意设计与视觉艺术领域,模型能够依据文本指令生成连贯的视觉故事或动画,实现从抽象概念到动态画面的转化。此外,该基准中验证的自一致性增强与上下文学习技术,为工业级视频生成系统的推理可靠性提升提供了可复用的方法论。
衍生相关工作
围绕VideoThinkBench已衍生出多项开创性工作。论文本身被CVPR 2026收录,系统揭示了视频生成模型在推理任务中的七大关键发现,包括在眼球谜题上超越视觉语言模型、少样本学习能力、以及自一致性测试时扩展的有效性。后续研究可沿三个方向展开:一是探索提示重写器对视频生成模型文本推理能力的贡献机制;二是将'以视频思考'范式扩展至更复杂的科学推理与常识推理任务;三是开发针对视频生成推理的专用训练策略与架构优化。该基准还催生了公开排行榜,为社区提供了持续追踪模型进展的标准化平台,激励了更多团队投身于视频生成推理这一新兴领域。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务