← Latest papers
💬 NLP

ReForm: Reflective Autoformalization with Prospective Bounded Sequence Optimization

ReForm is a reflective autoformalization method that improves the semantic accuracy of translating natural language mathematics into formal statements by integrating iterative self-correction with a novel training technique called Prospective Bounded Sequence Optimization (PBSO).

Original authors: Guoxin Chen, Jing Wu, Xinjie Chen, Wayne Xin Zhao, Ruihua Song, Chengxi Li, Kai Fan, Dayiheng Liu, Minpeng Liao

Published 2026-02-11
📖 3 min read☕ Coffee break read

Original authors: Guoxin Chen, Jing Wu, Xinjie Chen, Wayne Xin Zhao, Ruihua Song, Chengxi Li, Kai Fan, Dayiheng Liu, Minpeng Liao

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 Problem: The "Lost in Translation" Math Dilemma

Imagine you are a world-class mathematician who speaks only English. You have a brilliant idea for a new theorem, but you need to explain it to a super-intelligent robot that only understands a very strict, hyper-logical language called Lean (a formal computer language).

If you tell the robot, "The number is roughly around ten," the robot will crash. It needs to know exactly: "Is it 10.0? Is it 10.00001? Is it an integer?"

Currently, we use AI (Large Language Models) to act as the translator between English and Lean. But there is a huge problem: AI is a "one-shot" translator. It reads the English, writes the Lean code in one go, and hits "send."

Because math is incredibly sensitive, even a tiny slip—like writing "less than" instead of "less than or equal to"—makes the entire translation useless. The AI is like a student who rushes through a math test, finishes in ten seconds, and hands it in without ever checking if they made a silly mistake.


The Solution: REFORM (The "Self-Correcting Scholar")

The researchers created a new method called REFORM. Instead of being a rushed translator, REFORM turns the AI into a Reflective Scholar.

Think of the difference between these two students:

  1. The One-Pass Student: Reads the question, writes the answer, and turns it in immediately. (This is how current AI works).
  2. The REFORM Student: Reads the question, writes a draft, stops to critique their own work, realizes, "Wait, I forgot to mention that xx must be a positive number!", erases the mistake, and writes a perfect final version.

How it works (The Three Pillars):

1. The Self-Correction Loop (The "Mirror" Method)
REFORM doesn't just translate; it talks to itself. It follows a loop:

  • Step A: "Here is my first attempt at the Lean code."
  • Step B: "Let me look at that code in a mirror. Does it actually match the English question? Hmm, I missed a constraint about the variable xx."
  • Step C: "Okay, let me fix that and try again."

2. PBSO (The "Fair Grading" System)
Training an AI to think this way is hard. If you just reward the AI for the final answer, it might learn to "cheat" by giving a correct answer but writing a lazy, useless critique in the middle.

The researchers invented PBSO (Prospective Bounded Sequence Optimization). Think of this as a teacher who doesn't just grade the final exam, but also gives points for the quality of the scratchpad work. It rewards the AI for:

  • Getting the final math right (The Goal).
  • Writing a smart, helpful critique of its own mistakes (The Process).
    This ensures the AI actually learns how to think, rather than just memorizing answers.

3. ConsistencyCheck (The "Expert Audit")
To prove this worked, they didn't just trust the AI. They hired human experts to check the AI's work. They even discovered something shocking: Human experts make mistakes in formal math about 38% of the time! This proves that autoformalization is so hard that even humans need help, making the REFORM method even more important.


The Result: A Massive Leap Forward

The results were like comparing a student who guesses to a student who studies. REFORM improved the accuracy of math translation by an average of 22.6% over the previous best models.

In short, REFORM moves AI from being a fast-talking translator to a careful, thinking mathematician.

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 →