paper-with-me

Papers

Automated Formal Proofs of Combinatorial Identities via Wilf-Zeilberger Guidance and LLMs

2026-05-06 · Beibei Xiong, Hangyu Lv, Junqi Liu, Yisen Wang, Shaoshi Chen, Jianlin Wang, Zhengfeng Yang, Lihong Zhi arxiv

Automating formal proofs of combinatorial identities is challenging for LLM-based provers, as long-horizon proof planning is required and unconstrained search quickly explodes. Symbolic methods such as the Wilf-Zeilberger (WZ) method can achieve a mechanized proof of combinatorial identities by constructing special auxiliary functions and demonstrating that they satisfy specific recurrence relations. We propose WZ-LLM, a neuro-symbolic framework that turns WZ proof plans into executable proof sketches in Lean 4 and uses an LLM-based prover to discharge the resulting machine-checkable subgoals. We also train a dedicated WZ-Prover via a Lean-kernel-verified bootstrapping loop with expert-verified iteration, followed by DAPO-based refinement. Experiments show that WZ-LLM achieves a 34% proof success rate on LCI-Test (100 classic combinatorial identities), outperforming strong baselines such as DeepSeek-V3 and Goedel-Prover-V2, and delivering consistent gains on CombiBench and PutnamBench-Comb. These results indicate that our framework provides two complementary strengths: improved direct proving for identities beyond the scope of WZ, and substantially higher end-to-end success when WZ sketches guide a specialized prover.

📄 PDF Abstract BibTeX arXiv:2605.04472

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Combinatorial Identities Benchmark for Theorem Proving via Automated Theorem Generation

2025-02-25 · Beibei Xiong, Hangyu Lv, Haojia Shan, Jianlin Wang 외

Large language models (LLMs) have significantly advanced formal theorem proving, yet the scarcity of high-quality training data constrains their capabilities in complex mathematical domains. Combinatorics, a cornerstone …

Automated Theorem ProvingLanguage ModelingLanguage ModellingLarge Language Model

Draft, Sketch, and Prove: Guiding Formal Theorem Provers with Informal Proofs

2022-10-21 · Albert Q. Jiang, Sean Welleck, Jin Peng Zhou, Wenda Li 외

The formalization of existing mathematical proofs is a notoriously difficult process. Despite decades of research on automation and proof assistants, writing formal proofs remains arduous and only accessible to a few exp…

Automated Theorem ProvingLanguage ModelingLanguage ModellingMathematical Proofs

LEAP: Supercharging LLMs for Formal Mathematics with Agentic Frameworks

2026-06-02 · Po-Nien Kung, Linfeng Song, Dawsen Hwang, Jinsung Yoon 외 arxiv

Large Language Models (LLMs) exhibit strong informal mathematical reasoning but struggle to generate mechanically verifiable proofs in formal languages like Lean. We present LEAP, an agentic framework that enables genera…

Mathematical ReasoningInstruction Following

Four Geometry Problems to Introduce Automated Deduction in Secondary Schools

2022-02-08 · Pedro Quaresma, Vanda Santos

The introduction of automated deduction systems in secondary schools face several bottlenecks, the absence of the subject of rigorous mathematical demonstrations in the curricula, the lack of knowledge by the teachers ab…

APOLLO: Automated LLM and Lean Collaboration for Advanced Formal Reasoning

2025-05-09 · Azim Ospanov, Farzan Farnia, Roozbeh Yousefzadeh

Formal reasoning and automated theorem proving constitute a challenging subfield of machine learning, in which machines are tasked with proving mathematical theorems using formal languages like Lean. A formal verificatio…

Automated Theorem Proving