paper-with-me

홈 › Papers

Lyra: Orchestrating Dual Correction in Automated Theorem Proving

2023-09-27 · Chuanyang Zheng, Haiming Wang, Enze Xie, Zhengying Liu, Jiankai Sun, Huajian Xin, Jianhao Shen, Zhenguo Li, Yu Li

Large Language Models (LLMs) present an intriguing avenue for exploration in the field of formal theorem proving. Nevertheless, their full potential, particularly concerning the mitigation of hallucinations and refinement through prover error messages, remains an area that has yet to be thoroughly investigated. To enhance the effectiveness of LLMs in the field, we introduce the Lyra, a new framework that employs two distinct correction mechanisms: Tool Correction (TC) and Conjecture Correction (CC). To implement Tool Correction in the post-processing of formal proofs, we leverage prior knowledge to utilize predefined prover tools (e.g., Sledgehammer) for guiding the replacement of incorrect tools. Tool Correction significantly contributes to mitigating hallucinations, thereby improving the overall accuracy of the proof. In addition, we introduce Conjecture Correction, an error feedback mechanism designed to interact with prover to refine formal proof conjectures with prover error messages. Compared to the previous refinement framework, the proposed Conjecture Correction refines generation with instruction but does not collect paired (generation, error & refinement) prompts. Our method has achieved state-of-the-art (SOTA) performance on both miniF2F validation (48.0% -> 55.3%) and test (45.5% -> 51.2%). We also present 3 IMO problems solved by Lyra. We believe Tool Correction (post-process for hallucination mitigation) and Conjecture Correction (subgoal adjustment from interaction with environment) could provide a promising avenue for future research in this field.

📄 PDF Abstract BibTeX arXiv:2309.15806

Code (1)

chuanyang-zheng/lyra-theorem-prover 공식 구현

Tasks

Automated Theorem ProvingHallucination

Similar Papers 제목 키워드 기반

Polyra Swarms: A Shape-Based Approach to Machine Learning

2025-06-16 · Simon Klüttermann, Emmanuel Müller

We propose Polyra Swarms, a novel machine-learning approach that approximates shapes instead of functions. Our method enables general-purpose learning with very low bias. In particular, we show that depending on the task…

Anomaly Detection

Lectures on Jacques Herbrand as a Logician

2009-02-26 · Claus-Peter Wirth, Joerg Siekmann, Christoph Benzmueller, Serge Autexier

We give some lectures on the work on formal logic of Jacques Herbrand, and sketch his life and his influence on automated theorem proving. The intended audience ranges from students interested in logic over historians to…

Automated Theorem ProvingFormal LogicLEMMATranslation

Polyrating: A Cost-Effective and Bias-Aware Rating System for LLM Evaluation

2024-09-01 · Jasper Dekoninck, Maximilian Baader, Martin Vechev

Rating-based human evaluation has become an essential tool to accurately evaluate the impressive performance of large language models (LLMs). However, current rating systems suffer from several important limitations: fir…

Lyra: An Efficient and Speech-Centric Framework for Omni-Cognition

2024-12-12 · Zhisheng Zhong, Chengyao Wang, Yuqi Liu, Senqiao Yang 외

As Multi-modal Large Language Models (MLLMs) evolve, expanding beyond single-domain capabilities is essential to meet the demands for more versatile and efficient AI. However, previous omni-models have insufficiently exp…

EgoSchemaMMEMM-Vet+5

Goedel-Prover-V2: Scaling Formal Theorem Proving with Scaffolded Data Synthesis and Self-Correction

2025-08-05 · Yong Lin, Shange Tang, Bohan Lyu, Ziran Yang 외 arxiv

We introduce Goedel-Prover-V2, a series of open-source language models that set a new state-of-the-art in automated theorem proving. Built on the standard expert iteration and reinforcement learning pipeline, our approac…

Automated Theorem ProvingReinforcement Learning