← Latest papers
🤖 machine learning

Evaluating the Architectural Reasoning Capabilities of LLM Provers via the Obfuscated Natural Number Game

This paper introduces the Obfuscated Natural Number Game as a benchmark to evaluate "Architectural Reasoning"—the ability to synthesize proofs using only local axioms without semantic cues—and demonstrates that while general large language models suffer performance degradation under obfuscation, specialized reasoning models maintain their accuracy, thereby distinguishing genuine logical reasoning from pattern matching.

Original authors: Lixing Li

Published 2026-05-04
📖 4 min read☕ Coffee break read

Original authors: Lixing Li

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 student to solve a math puzzle. Usually, the puzzle comes with helpful labels like "Addition," "Multiplication," or "Succesor." A smart student might not actually understand the rules of the game; they might just recognize the word "Addition" and recall a memorized trick they've seen before.

This paper asks a tough question: Are these AI models actually doing math, or are they just good at recognizing words?

To find out, the researchers created a "blindfolded" version of a famous math game called the Natural Number Game. Here is how they did it and what they found, explained simply:

The Experiment: The "Alien" Game

The researchers took a standard math game where every rule and number has a clear name (like add or zero). Then, they ran a "scrambler" on it. They replaced every meaningful name with random, nonsense strings like x9z, q22, and b7a.

  • The Original Game: You see add and know it means addition.
  • The Scrambled Game (Obfuscated NNG): You see x9z and have no idea what it means. You can't guess; you have to look at the logic of how the pieces fit together to figure out what x9z does.

This tests something the authors call "Architectural Reasoning." It's the ability to build a solution using only the structural blueprints (the logic), ignoring the helpful signs on the doors (the names).

The Results: The "Latency Tax"

The researchers tested several top-tier AI models on both the original game and the scrambled game. They found two main things:

1. The "Universal Latency Tax" (Everyone gets slower)
When the names were scrambled, every single AI model took longer to solve the problems.

  • Analogy: Imagine you are driving to a familiar coffee shop. You know the signs, the street names, and the landmarks. Now, imagine someone painted over all the signs and renamed the streets with random letters. You still know how to drive, but you have to stop, look at the map, and think harder about every turn. You arrive eventually, but it takes much longer.
  • The Finding: The AI models had to do this "mental map reconstruction" for every problem. They couldn't just rely on memory; they had to process the raw logic, which cost them time.

2. The "Reasoning vs. Rote" Split
While everyone got slower, the accuracy of the models split into two distinct groups:

  • The "General" Models (e.g., GPT-4o, Claude): These models are like students who are great at memorizing flashcards. When the names were scrambled, they got confused. Their success rate dropped significantly.
    • What this means: They were relying on the "signs" (the names) to solve the puzzle. When the signs were gone, they couldn't find their way.
  • The "Reasoning" Models (e.g., DeepSeek-R1, GPT-5, DeepSeek-Prover-V2): These models are like students who actually understand the rules of the game. Even when the names were scrambled, their success rate stayed exactly the same.
    • What this means: They didn't need the labels. They looked at the logical structure (the "architecture") and figured out the solution just as well as before.

The Conclusion

The paper concludes that there is a real difference between AI that just matches patterns (like recognizing the word "add") and AI that can truly reason through logic structures.

  • General models are like tourists who need a guidebook with names on it. If you take the guidebook away, they get lost.
  • Reasoning models are like architects who can read the blueprints. Even if the building has no signs, they can still figure out how the walls and beams fit together.

The study proves that while all AI models get "slower" when forced to think without labels, only the true "reasoning" models can keep their accuracy high in this "alien" environment. This suggests that for AI to discover new math in the future (where no names or labels exist yet), we need these reasoning-focused models, not just the ones that are good at pattern matching.

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 →