Chess-World-Model: A 10M-Game Benchmark for Exact State Tracking from Chess Move Sequences
This paper introduces Chess-World-Model, a large-scale benchmark derived from 10 million real chess games that evaluates state-tracking capabilities, revealing that recurrent architectures significantly outperform Transformers and that out-of-distribution testing is essential to expose model failures that scale alone cannot conceal.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Big Idea: The "Chess Memory Test"
Imagine you are watching a chess game on TV, but the screen is black. You can only hear the announcer calling out the moves: "Pawn to E4, Knight to F3, Bishop to C4..."
Your job is to keep a perfect mental picture of the entire board in your head at all times. You need to know exactly where every piece is, whose turn it is, and even obscure rules like "can I castle right now?" or "is there a special capture available?"
This paper introduces a massive new test called CHESS-WORLD-MODEL to see if AI models can do this. Instead of just guessing the next move (like a chess bot), the AI has to reconstruct the entire state of the board after every single move.
Why This Matters: The "Shortcut" Problem
The authors argue that many AI models are like students who memorize answers rather than learning the math.
- The Problem: If you train an AI on millions of real human chess games, it might just memorize common opening patterns (like "Knights usually go to F3 in the first 10 moves"). It gets a high score, but it hasn't actually learned how the game works. It's just guessing based on what usually happens.
- The Solution: The authors created a "trap" test. They generated a second set of test games where the moves are chosen completely at random (but still legal). These games look weird and chaotic, nothing like human play.
- If the AI truly learned the rules of chess (the "physics" of the game), it should handle these random games just fine.
- If the AI was just memorizing human patterns, it will fail miserably on the random games.
The Experiment: Who Played?
The researchers tested four different types of AI "brains" (architectures) to see which one is best at keeping track of the state:
- The Transformer: The most popular type of AI today (the kind behind many chatbots). It looks at the whole history of moves at once.
- Three "Recurrent" Models (SLiCE, Mamba-3, Gated DeltaNet): These are newer types of AI designed to update their memory step-by-step, like a human thinking move-by-move.
They tested these models at four different sizes, ranging from "small" (3 million parameters) to "large" (40 million parameters).
The Results: Size Isn't Everything
Here is what they found, using some simple analogies:
1. The Small Models: Recurrent Wins
At the smaller sizes, the "step-by-step" models (Recurrent) were much better than the "look-at-everything" model (Transformer).
- Analogy: Imagine a small team trying to track a moving car. The Transformer is like a team that tries to take a photo of the whole road every second and stitch it together. The Recurrent models are like a team that updates a single map marker as the car moves. For small teams, the map marker approach is much more efficient.
2. The Big Models: The "Saturation" Trap
When they made the models huge (around 18 million parameters), all of them became nearly perfect at predicting the board state for real human games.
- The Trap: If you only looked at how they did on human games, you would think all the models were equally brilliant. The differences disappeared. It looked like "bigger is always better."
3. The Random Test: The Truth Revealed
This is the paper's most important finding. When they tested these huge models on the random, chaotic games:
- The models that were "perfect" on human games suddenly started failing.
- The Recurrent models (especially the ones with more complex internal math) stayed much more accurate.
- Analogy: It's like a student who gets an A+ on a practice test because they memorized the answer key. But when you give them a completely different test with the same rules but random questions, they fail. The Recurrent models were the ones who actually learned the rules, not just the answers.
4. The "Expressivity" Factor
The researchers also tested "simplified" versions of the Recurrent models (removing some of their complex math features).
- On human games, the simplified models still did okay.
- On random games, the simplified models crashed.
- Takeaway: To handle the unexpected, you need a brain that is flexible and expressive, not just a big one.
The Conclusion
The paper concludes that CHESS-WORLD-MODEL is a better way to test AI "world models" (systems that understand how the world changes).
- Old way: Test on familiar data. (Result: Bigger models always win; we can't tell if they are smart or just memorizing).
- New way: Test on familiar data and weird, random data. (Result: We can see which models actually understand the underlying rules and which ones are just faking it).
The authors show that scale (making models bigger) can hide failures. A model can look perfect on standard tests but fail to understand the basic rules of a system when things get weird. The new benchmark exposes these hidden failures, helping researchers build AI that truly understands how to track states over time.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.