paper-with-me

Papers

Simplifying Formal Proof-Generating Models with ChatGPT and Basic Searching Techniques

2025-02-05 · Sangjun Han, Taeil Hur, Youngmi Hur, Kathy Sangkyung Lee, Myungyoon Lee, Hyojae Lim

The challenge of formal proof generation has a rich history, but with modern techniques, we may finally be at the stage of making actual progress in real-life mathematical problems. This paper explores the integration of ChatGPT and basic searching techniques to simplify generating formal proofs, with a particular focus on the miniF2F dataset. We demonstrate how combining a large language model like ChatGPT with a formal language such as Lean, which has the added advantage of being verifiable, enhances the efficiency and accessibility of formal proof generation. Despite its simplicity, our best-performing Lean-based model surpasses all known benchmarks with a 31.15% pass rate. We extend our experiments to include other datasets and employ alternative language models, showcasing our models' comparable performance in diverse settings and allowing for a more nuanced analysis of our results. Our findings offer insights into AI-assisted formal proof generation, suggesting a promising direction for future research in formal mathematical proof.

📄 PDF Abstract BibTeX arXiv:2502.03321

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

130k Lines of Formal Topology in Two Weeks: Simple and Cheap Autoformalization for Everyone?

2026-01-06 · Josef Urban arxiv

This is a brief description of a project that has already autoformalized a large portion of the general topology from the Munkres textbook (which has in total 241 pages in 7 chapters and 39 sections). The project has bee…

Prompt Engineering

Enhancing Formal Theorem Proving: A Comprehensive Dataset for Training AI Models on Coq Code

2024-03-19 · Andreas Florath

In the realm of formal theorem proving, the Coq proof assistant stands out for its rigorous approach to verifying mathematical assertions and software correctness. Despite the advances in artificial intelligence and mach…

Automated Theorem ProvingCode GenerationLEMMAvalid

MiniF2F in Rocq: Automatic Translation Between Proof Assistants -- A Case Study

2025-02-11 · Jules Viennot, Guillaume Baudart, Emilio Jesùs Gallego Arias, Marc Lelarge

In this work, we conduct an experiment using state-of-the-art LLMs to translate MiniF2F into Rocq. The translation task focuses on generating a Rocq theorem based on three sources: a natural language description, the Lea…

Translation

Formalized Lambek Calculus in Higher Order Logic (HOL4)

2017-05-20 · Chun Tian

In this project, a rather complete proof-theoretical formalization of Lambek Calculus (non-associative with arbitrary extensions) has been ported from Coq proof assistent to HOL4 theorem prover, with some improvements an…

An Introduction to Logics of Knowledge and Belief

2015-03-03 · Hans van Ditmarsch, Joseph Y. Halpern, Wiebe van der Hoek, Barteld Kooi

This chapter provides an introduction to some basic concepts of epistemic logic, basic formal languages, their semantics, and proof systems. It also contains an overview of the handbook, and a brief history of epistemic …