Learning to Prove Theorems by Learning to Generate Theorems
2020-02-17NeurIPS 2020Code Available1· sign in to hype
Mingzhe Wang, Jia Deng
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/princeton-vl/MetaGenOfficialIn paperpytorch★ 33
- github.com/jinpz/refactorpytorch★ 8
Abstract
We consider the task of automated theorem proving, a key AI task. Deep learning has shown promise for training theorem provers, but there are limited human-written theorems and proofs available for supervised learning. To address this limitation, we propose to learn a neural generator that automatically synthesizes theorems and proofs for the purpose of training a theorem prover. Experiments on real-world tasks demonstrate that synthetic data from our approach improves the theorem prover and advances the state of the art of automated theorem proving in Metamath. Code is available at https://github.com/princeton-vl/MetaGen.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Metamath set.mm | MetaGen-IL + Holophrasm | Percentage correct | 22.1 | — | Unverified |