ATG: Benchmarking Automated Theorem Generation for Generative Language Models
Xiaohan Lin, Qingxing Cao, Yinya Huang, Zhicheng Yang, Zhengying Liu, Zhenguo Li, Xiaodan Liang
TL;DR
The paper addresses the gap in automated theorem generation by introducing ATG, a benchmark built on the Metamath/set.mm framework to generate reusable theorems that accelerate downstream proving. It defines a formal task, proposes robust evaluation metrics (APR, Human-Aligned Precision, Theorem Count), and creates wb/wif/minimp datasets to study generation across depths. The authors present a self-play policy learning pipeline using Monte Carlo Tree Search guided by neural policy/value networks, demonstrating that high-quality ATG data can improve ATP performance for Holophrasm and GPT-f, with notable gains when combined with human-annotated theorems. This work offers a practical pathway to improve complex theorem proving by enabling models to synthesize and reuse subpropositions, with broader implications for formal methods and AI-assisted mathematical reasoning.
Abstract
Humans can develop new theorems to explore broader and more complex mathematical results. While current generative language models (LMs) have achieved significant improvement in automatically proving theorems, their ability to generate new or reusable theorems is still under-explored. Without the new theorems, current LMs struggle to prove harder theorems that are distant from the given hypotheses with the exponentially growing search space. Therefore, this paper proposes an Automated Theorem Generation (ATG) benchmark that evaluates whether an agent can automatically generate valuable (and possibly brand new) theorems that are applicable for downstream theorem proving as reusable knowledge. Specifically, we construct the ATG benchmark by splitting the Metamath library into three sets: axioms, library, and problem based on their proving depth. We conduct extensive experiments to investigate whether current LMs can generate theorems in the library and benefit the problem theorems proving. The results demonstrate that high-quality ATG data facilitates models' performances on downstream ATP. However, there is still room for current LMs to develop better ATG and generate more advanced and human-like theorems. We hope the new ATG challenge can shed some light on advanced complex theorem proving.
