paper-with-me

홈 › Papers

Mathematics with large language models as provers and verifiers

2025-10-11 · Hieu Le Duc, Leo Liberti arxiv

During 2024 and 2025 the discussion about the theorem-proving capabilities of large language models started reporting interesting success stories, mostly to do with difficult exercises (such as problems from the International Mathematical Olympiad), but also with conjectures [Feldman & Karbasi, arXiv:2509.18383v1] formulated for the purpose of verifying whether the artificial intelligence could prove it. In this paper we report a theorem proving feat achieved by ChatGPT by using a protocol involving different prover and verifier instances of the gpt-5 model working collaboratively. To make sure that the produced proofs do not suffer from hallucinations, the final proof is formally verified by the lean proof assistant, and the conformance of premises and conclusion of the lean code is verified by a human. Our methodology is by no means complete or exact. It was nonetheless able to solve five out of six 2025 IMO problems, and close about a third of the sixty-six number theory conjectures in [Cohen, Journal of Integer Sequences, 2025].

📄 PDF Abstract BibTeX arXiv:2510.12829

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Vehicle: Interfacing Neural Network Verifiers with Interactive Theorem Provers

2022-02-10 · Matthew L. Daggitt, Wen Kokke, Robert Atkey, Luca Arnaboldi 외

Verification of neural networks is currently a hot topic in automated theorem proving. Progress has been rapid and there are now a wide range of tools available that can verify properties of networks with hundreds of tho…

Automated Theorem Proving

PutnamBench: Evaluating Neural Theorem-Provers on the Putnam Mathematical Competition

2024-07-15 · George Tsoukalas, Jasper Lee, John Jennings, Jimmy Xin 외

We present PutnamBench, a new multi-language benchmark for evaluating the ability of neural theorem-provers to solve competition mathematics problems. PutnamBench consists of 1692 hand-constructed formalizations of 640 t…

Automated Theorem Proving

Prover-Verifier Games improve legibility of LLM outputs

2024-07-18 · Jan Hendrik Kirchner, Yining Chen, Harri Edwards, Jan Leike 외

One way to increase confidence in the outputs of Large Language Models (LLMs) is to support them with reasoning that is clear and easy to check -- a property we call legibility. We study legibility in the context of solv…

Math

Rewarding Progress: Scaling Automated Process Verifiers for LLM Reasoning

2024-10-10 · Amrith Setlur, Chirag Nagpal, Adam Fisch, Xinyang Geng 외

A promising approach for improving reasoning in large language models is to use process reward models (PRMs). PRMs provide feedback at each step of a multi-step reasoning trace, potentially improving credit assignment ov…

Reinforcement Learning (RL)

SorryDB: Can AI Provers Complete Real-World Lean Theorems?

2026-03-03 · Austin Letson, Leopoldo Sarra, Auguste Poiroux, Oliver Dressler 외 arxiv

We present SorryDB, a dynamically-updating benchmark of open Lean tasks drawn from 78 real world formalization projects on GitHub. Unlike existing static benchmarks, often composed of competition problems, hillclimbing t…