Natural Language Translation of Formal Proofs through Informalization of Proof Steps and Recursive Summarization along Proof Structure
By: Seiji Hattori, Takuya Matsuzaki, Makoto Fujiwara
Potential Business Impact:
Makes computer math proofs easy to read.
This paper proposes a natural language translation method for machine-verifiable formal proofs that leverages the informalization (verbalization of formal language proof steps) and summarization capabilities of LLMs. For evaluation, it was applied to formal proof data created in accordance with natural language proofs taken from an undergraduate-level textbook, and the quality of the generated natural language proofs was analyzed in comparison with the original natural language proofs. Furthermore, we will demonstrate that this method can output highly readable and accurate natural language proofs by applying it to existing formal proof library of the Lean proof assistant.
Similar Papers
StepProof: Step-by-step verification of natural language mathematical proofs
Logic in Computer Science
Lets computers check math steps written in English.
Neural Theorem Proving: Generating and Structuring Proofs for Formal Verification
Artificial Intelligence
Helps computers check if code is correct.
Translating Informal Proofs into Formal Proofs Using a Chain of States
Logic in Computer Science
Helps computers turn math ideas into proof code.