@inproceedings{kim-etal-2026-benchmarking-testing,
title = "Benchmarking Testing in Automated Theorem Proving",
author = "Kim, Jongyoon and
Han, Hojae and
Hwang, Seung-Won",
editor = "Li, Yunyao and
Rehm, Georg and
Tu, Mei",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics ({ACL} 2026)",
month = jul,
year = "2026",
address = "San Diego, California, USA",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-industry.150/",
pages = "2241--2260",
ISBN = "979-8-89176-394-4",
abstract = "Recent advances in large language models (LLMs) have shown promise in formal theorem proving, yet evaluating semantic correctness remains challenging. Existing evaluations rely on indirect proxies such as lexical overlap with human-annotated proof,or expensive manual inspection.Inspired by the shift from lexical comparison to test-based evaluation in code generation, we propose T$^2$, a framework that evaluates the semantic correctness of formal theorems: a generated theorem is considered correct only if all dependent successor theorems compile successfully, analogous to integration testing.We construct a benchmark from 5 real-world Lean 4 repositories, comprising 2,206 problems paired with 41 successor theorems on average, automatically extracted without human effort.Experiments demonstrate that while state-of-the-art models achieve high compilation success, they perform significantly worse under our semantic metric.The best model, Claude-Sonnet-4.5, achieves only 38.9{\%} Testing Accuracy on the full set, given both natural language proof and successor theorems as context, revealing a critical gap in current theorem generation capabilities."
}Markdown (Informal)
[Benchmarking Testing in Automated Theorem Proving](https://preview.aclanthology.org/ingest-acl/2026.acl-industry.150/) (Kim et al., ACL 2026)
ACL
- Jongyoon Kim, Hojae Han, and Seung-Won Hwang. 2026. Benchmarking Testing in Automated Theorem Proving. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026), pages 2241–2260, San Diego, California, USA. Association for Computational Linguistics.