paper-with-me

홈 › Papers

Video Models Start to Solve Chess, Maze, Sudoku, Mental Rotation, and Raven' Matrices

2025-11-02 · Hokin Deng arxiv

We show that video generation models could reason now. Testing on tasks such as chess, maze, Sudoku, mental rotation, and Raven's Matrices, leading models such as Sora-2 achieve sixty percent success rates. We establish a robust experimental paradigm centered on the "Task Pair" design. We build a code framework, with 39 models available already, that supports this paradigm and allows for easy scaling - users can add models and tasks efficiently. We show our automated evaluation strongly correlates with human judgment, and therefore this paradigm is highly scalable. We see an opportunity, given the availability of our paradigm, to do reinforcement learning for improving reasoning in video models. You could checkout all of our raw $\href{https://grow-ai-like-a-child.com/video-reason/}{results}$ and our $\href{https://github.com/hokindeng/VMEvalKit}{VMEvalKit}$ codebase.

📄 PDF Abstract BibTeX arXiv:2512.05969

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVideo Generation

Similar Papers 제목 키워드 기반

Lattice Deduction Transformers

2026-05-09 · Liam Davis, Leopold Haller, Alberto Alfarano, Mark Santolucito arxiv

We introduce the Lattice Deduction Transformer (LDT), a recurrent transformer that approximates logically sound deduction by projecting its latent state through a lattice between forward passes. We train on-policy in a p…

Puzzle Solving without Search or Human Knowledge: An Unnatural Language Approach

2021-09-07 · David Noever, Ryerson Burdick

The application of Generative Pre-trained Transformer (GPT-2) to learn text-archived game notation provides a model environment for exploring sparse reward gameplay. The transformer architecture proves amenable to traini…

Rubik's Cube

One Model, Two Roles: Emergent Specialization in a Shared Recurrent Transformer

2026-05-18 · Jucheng Shen, Barbara Su, Anastasios Kyrillidis arxiv

Can a shared-weight recurrent Transformer develop distinct internal roles without being partitioned into separate modules? We study this in Asymmetric Input Recurrence (AIR), a minimal two-state reasoning architecture in…

Liquid Reasoning Transformers: A Sudoku-Based Prototype for Chess-Scale Algorithmic Tasks

2025-12-14 · Shivansh Sahni, Wenzhi Zhang arxiv

The Liquid Reasoning Transformer (LRT) is a transformer architecture designed for inference with adaptive depths using iterative changes, discard-based correction, and a learned stopping mechanism. Instead of relying on …

Can You Learn an Algorithm? Generalizing from Easy to Hard Problems with Recurrent Networks

2021-06-08 · NeurIPS 2021 12 · Avi Schwarzschild, Eitan Borgnia, Arjun Gupta, Furong Huang 외

Deep neural networks are powerful machines for visual pattern recognition, but reasoning tasks that are easy for humans may still be difficult for neural models. Humans possess the ability to extrapolate reasoning strate…