← Latest papers
🤖 AI

Recurrent Reasoning on Symbolic Puzzles with Sequence Models

The paper introduces RecurrReason, a difficulty-controlled benchmark of four recurrent logic puzzles, to demonstrate that while fine-tuned Transformer models can achieve high accuracy on specific tasks like Block World, their reasoning capabilities are highly architecture-dependent and brittle when facing out-of-distribution challenges or tasks with complex transition functions like River Crossing.

Original authors: Gowrav Mannem, Chowdhury Marzia Mahjabin, Jason Chen, Shivank Garg, Kevin Zhu

Published 2026-06-16
📖 5 min read🧠 Deep dive

Original authors: Gowrav Mannem, Chowdhury Marzia Mahjabin, Jason Chen, Shivank Garg, Kevin Zhu

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

Imagine you are teaching a very smart, but slightly naive, robot to solve puzzles. You want to see if it truly understands the rules or if it's just guessing based on patterns it saw during practice. This paper, titled "Recurrent Reasoning on Symbolic Puzzles with Sequence Models," sets up a rigorous test to find out exactly that.

Here is the story of what they did, explained simply.

The Setup: A New "Gym" for AI

The researchers created a new training ground called RecurrReason. Think of this as a gym with four specific types of exercise machines (puzzles), each getting harder as you turn a dial labeled N (from 1 to 10).

The four puzzles are:

  1. Tower of Hanoi: Moving disks between pegs without putting a big one on a small one.
  2. River Crossing: Getting people and their "agents" across a river in a boat without anyone getting eaten (a safety rule).
  3. Checkers Jumping: Sliding and jumping checkers to swap sides on a board.
  4. Block World: Moving blocks around on a table to match a target picture.

The key feature of this gym is that the researchers know the perfect, shortest path to solve every single puzzle. They can see exactly where the robot goes wrong.

The Athletes: Two Different Types of Brains

They tested two different types of AI "brains" (models) to see which one could learn the rules:

  • The "T5" Brain (Encoder-Decoder): Imagine this robot has a two-way mirror. It can look at the current puzzle state and the final goal picture at the same time while it thinks. It sees the whole picture before making a move.
  • The "GPT-2" Brain (Decoder-Only): Imagine this robot has a one-way mirror. It can see the current state, but the goal picture is hidden behind it. It has to guess the next move based only on what it just saw, without being able to "peek" at the destination.

The Results: Who Passed the Test?

The results were surprising and very clear:

1. The "Block World" Success Story

  • The Puzzle: Moving blocks around.
  • The Result: The T5 robot became a master, solving 97% of the easy puzzles and 81% of the super-hard ones it had never seen before.
  • Why? This puzzle is "local." To move a block, you only need to check the very top of the stack. It's like checking if the top book on a pile is loose. The T5 robot could easily see the goal and the top block at the same time.

2. The "River Crossing" and "Tower of Hanoi" Failures

  • The Puzzles: Getting people across a river safely or stacking disks in a specific order.
  • The Result: Both robots failed completely. They scored 0% on the River Crossing puzzle and almost 0% on the Tower of Hanoi.
  • Why? These puzzles require "global" thinking.
    • River Crossing: You have to check every single person on both sides of the river to make sure no one is unsafe. It's like trying to organize a party where you have to check every guest's relationship with every other guest before letting them in. The robots got overwhelmed.
    • Tower of Hanoi: The number of steps grows exponentially (doubles with every extra disk). It's like trying to climb a ladder where every time you add a rung, the ladder doubles in height. The robots got lost in the sheer number of steps.

The Big Lessons (The "Aha!" Moments)

1. Architecture Matters More Than Size
The T5 robot was actually smaller (60 million "neurons") than the GPT-2 robot (124 million "neurons"). Yet, T5 won.

  • The Analogy: It's not about having a bigger brain; it's about having the right type of brain. The T5's ability to look at the goal while planning (the two-way mirror) was the secret weapon. The GPT-2 robot, despite being bigger, was blind to the goal while it was thinking, which made it fail.

2. Pre-Training Doesn't Always Help
The researchers tried using robots that had already read millions of books (pre-trained) versus robots that started from scratch.

  • The Finding: Reading a lot of books helped the T5 robot only on the "Block World" puzzle. On the harder puzzles, all the reading in the world didn't help.
  • The Lesson: You can't just "read" your way to solving a logic puzzle. If the puzzle requires checking complex, global rules (like the River Crossing safety rules), general knowledge doesn't translate. The robot needs a specific structure to handle those rules.

3. The "Error Snowball" Effect
The paper explains that in these puzzles, if you make one small mistake, the whole solution falls apart.

  • The Analogy: Imagine walking a tightrope. If you wobble once on a short rope (Block World), you might recover. But if you are walking a rope that is 1,000 miles long (Tower of Hanoi), a tiny wobble at the start means you will definitely fall before you get halfway. The longer the puzzle, the more likely a small error ruins everything.

The Conclusion

The paper concludes that for AI to truly solve complex, multi-step logic problems, we can't just make the models bigger or feed them more data. We need to build architectures that can "see" the goal while they plan and handle puzzles where the rules are simple and local. If the puzzle requires checking the whole board at every single step, current AI models hit a hard wall, no matter how big they are.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →