← Latest papers
🤖 AI

Pessimistic Verification for Open Ended Math Questions

This paper introduces "pessimistic verification," an agentic workflow that rejects math solutions if any parallel verifier detects an error, and its enhanced "progressive" variant using fine-grained proof decomposition, which significantly outperforms existing methods in accuracy and token efficiency on challenging open-ended math problems while revealing that current benchmarks may underestimate strong models due to annotation errors.

Original authors: Yanxing Huang, Zihan Tang, Zejin Lin, Peng Li, Yang Liu

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

Original authors: Yanxing Huang, Zihan Tang, Zejin Lin, Peng Li, Yang Liu

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 a teacher grading a stack of math exams. Your goal isn't just to see if the final answer is right, but to check if the student's logic is sound. If the student made a single mistake in step 3, the whole proof is wrong, even if they magically got the right number at the end.

This paper introduces a new way for AI to act as that teacher. The authors call it "Pessimistic Verification."

Here is the simple breakdown of their idea, using everyday analogies:

1. The Problem: The "Optimistic" AI

Currently, when AI tries to check math proofs, it often acts like an optimistic friend. It reads the whole proof, thinks, "Hmm, looks mostly good," and gives it a passing grade.

  • The Flaw: AI is bad at spotting hidden errors. It often misses small mistakes because it's trying to be "nice" or because it gets overwhelmed by long, complex arguments.
  • The Cost: To be safe, current systems try to check the proof dozens of times. This is like asking 64 different friends to read the same essay. It works, but it's incredibly expensive and slow (like burning a lot of money on coffee for all those friends).

2. The Solution: The "Pessimistic" AI

The authors propose a Pessimistic approach. Imagine a strict, paranoid security guard at a bank.

  • The Rule: "If anyone finds a single flaw, the whole thing is rejected immediately."
  • How it works: Instead of asking the AI to write a long essay about why the proof is good, you ask it: "Is there a mistake?"
  • The Magic: It is much easier for an AI to find a mistake than to prove something is perfect. By focusing only on finding errors, the AI becomes much sharper. If it finds a mistake, it stops and says, "False." If it doesn't find one after a few tries, it says, "True."

3. The Three Variations (The Tools)

The paper tests three ways to apply this "Pessimistic" mindset:

  • Simple Pessimistic (The "Repeat" Method):

    • Analogy: You ask the same security guard to read the whole proof 10 times in a row.
    • Result: Better than once, but still a bit wasteful because the guard reads the whole thing every time.
  • Vertical Pessimistic (The "Zoom-In" Method):

    • Analogy: Instead of reading the whole book, you cut the proof into small paragraphs. You ask the guard to look only at paragraph 1, then only at paragraph 2.
    • Result: This helps find tiny, hidden typos that get lost in a long read. But it can be slow if you cut the proof into too many tiny pieces.
  • Progressive Pessimistic (The "Smart Detective" Method):

    • Analogy: This is the winner. The detective starts by scanning the whole proof quickly. If they don't see a big obvious error, they zoom in on a specific paragraph. If they still don't see it, they zoom in even further on a single sentence.
    • Why it wins: It's efficient. It doesn't waste time zooming in on parts that are clearly fine. It only digs deep where it suspects trouble. It finds errors faster and uses less computing power than the other methods.

4. The Big Surprise: The "Grading Key" was Wrong

One of the most interesting findings in the paper is about the "answer keys" used to test these AI systems.

  • The Discovery: The researchers found that the "correct" answers in the test datasets were actually wrong.
  • The Analogy: Imagine a teacher's answer key says a student's proof is "A+." But the new "Pessimistic AI" looks at it and says, "Wait, there's a math error here!"
  • The Result: The researchers checked the proofs manually and realized the AI was right. The human graders (and the answer keys) had missed the errors.
  • Takeaway: The current tests for AI math skills are actually underestimating how good the smartest AIs are, because the tests themselves contain mistakes.

5. The Final Test: Solving Real Olympiad Problems

The authors didn't just stop at grading; they let their AI try to solve the hardest math problems in the world (like the International Math Olympiad).

  • They used their "Progressive Pessimistic" method to check the AI's work as it solved the problems.
  • Outcome: The AI solved more problems correctly and did it using fewer computer resources (tokens) than previous methods. It was like having a team of detectives that could solve a mystery faster and cheaper than anyone else.

Summary

The paper argues that to verify math, we shouldn't try to be perfect; we should try to be suspicious. By teaching AI to aggressively hunt for errors and break proofs into smaller, manageable chunks, we can make them smarter, faster, and more reliable. And in the process, they discovered that many of our current "correct" math answers are actually incorrect.

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 →