Escaping the Cognitive Well: Efficient Competition Math with Off-the-Shelf Models
This paper introduces a cost-efficient inference pipeline using off-the-shelf models that achieves state-of-the-art performance on IMO-style math problems by overcoming the "Cognitive Well" failure mode through context-detached conjecture extraction and independent verification.
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 trying to solve a incredibly difficult math puzzle, like the ones given to the world's best high school math students at the International Olympiad.
For a long time, computers (specifically Large Language Models or "LLMs") have been terrible at this. They could solve easy puzzles, but when things got hard, they would get stuck, make mistakes, and keep making the same mistakes over and over.
To fix this, researchers tried a "brute force" approach: they would ask the computer to try solving the problem thousands of times, having one part of the computer act as a "Solver" (trying to write the answer) and another part act as a "Grader" (checking the work). If the Grader found a mistake, the Solver would try again.
The Problem: The "Cognitive Well"
The authors of this paper discovered a funny but dangerous trap in this process. They call it the "Cognitive Well."
Imagine you are walking in a deep, foggy valley. You think you are climbing up a hill, but you are actually just walking in circles at the bottom.
- The Solver writes a proof that looks almost right.
- The Grader (which is the same AI model) looks at it. Because the AI is "contaminated" by the context of the proof it just read, it gets fooled. It thinks, "Oh, that looks mostly correct! Just a tiny typo here and there."
- The Grader gives it a high score.
- The Solver thinks, "Great! I'm almost done!" and keeps refining the same wrong idea.
- The AI is now stuck in a "well" of its own making, convinced it is solving the problem when it is actually completely wrong.
Previous methods tried to escape this well by throwing massive amounts of money at the problem—running the computer thousands of times in parallel. One method cost about $3,000 per single math problem. That is too expensive for most people to use.
The Solution: The "Detective" Pipeline
The authors built a new, much cheaper system (costing about $9 per problem) that escapes the Cognitive Well using three clever tricks:
Don't Just Guess, Isolate the Clues (Conjecture Extraction):
Instead of just asking the AI to "try harder," the system stops and asks: "What specific piece of logic is missing?"
Imagine a detective looking at a broken alibi. Instead of just saying "This doesn't make sense," the detective pulls out the specific claim: "He said he was at the park at 5 PM." The system isolates that single claim and treats it as a separate, tiny math problem.The "Fresh Eyes" Test (Context Detachment):
This is the most important part. The system takes that isolated claim (the "conjecture") and puts it in a brand new, clean room. It asks the AI to prove the claim and prove the opposite of the claim, without seeing the original messy proof.- If the AI proves the claim is true, it adds it to a "Cheat Sheet" of facts.
- If the AI proves the claim is false (by proving the opposite), it realizes the original proof was built on a lie.
- This breaks the AI out of the "Cognitive Well" because the AI can no longer be tricked by the confusing context of the original wrong proof.
The "Dialectic" Team:
The system doesn't just ask one AI to do the work. It creates a virtual meeting room with different "personas."- The Architect: Tries to build the solution.
- The Skeptic (Momus): Constantly attacks the plan, looking for holes.
- The Grader: Checks the logic line-by-line.
By forcing these different "personalities" to argue with each other, the system avoids the lazy thinking that leads to the Cognitive Well.
The Results
The authors tested this new pipeline on the hardest math problems available (the "IMO-ProofBench").
- Performance: Their system solved 87.6% of the problems correctly. This is better than the "Gold Medal" winning systems from big tech companies (which are secret and unreleased) and far better than other public methods.
- Cost: While other methods cost thousands of dollars per problem, theirs cost about $9.
- Versatility: It works on many different types of AI models, not just one specific brand.
In Summary
The paper shows that you don't need to spend a fortune or run millions of simulations to solve hard math problems. Instead, you need a smarter strategy: when the AI gets stuck in a loop of confidence about a wrong answer, you need to pull the specific "suspect" (the logical gap) out of the crowd, test it in isolation, and use the result to guide the next step. This turns a confused, expensive brute-force approach into an efficient, logical detective story.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.