paper-with-me

홈 › Papers

Generating Compressed Combinatory Proof Structures -- An Approach to Automated First-Order Theorem Proving

2022-09-26 · Christoph Wernhard

Representing a proof tree by a combinator term that reduces to the tree lets subtle forms of duplication within the tree materialize as duplicated subterms of the combinator term. In a DAG representation of the combinator term these straightforwardly factor into shared subgraphs. To search for proofs, combinator terms can be enumerated, like clausal tableaux, interwoven with unification of formulas that are associated with nodes of the enumerated structures. To restrict the search space, the enumeration can be based on proof schemas defined as parameterized combinator terms. We introduce here this "combinator term as proof structure" approach to automated first-order proving, present an implementation and first experimental results. The approach builds on a term view of proof structures rooted in condensed detachment and the connection method. It realizes features known from the connection structure calculus, which has not been implemented so far.

📄 PDF Abstract BibTeX arXiv:2209.12592

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem Proving

Similar Papers 제목 키워드 기반

LangPro: Natural Language Theorem Prover

2017-08-30 · EMNLP 2017 9 · Lasha Abzianidze

LangPro is an automated theorem prover for natural language (https://github.com/kovvalsky/LangPro). Given a set of premises and a hypothesis, it is able to prove semantic relations between them. The prover is based on a …

Automated Theorem ProvingNatural Language Inference

Combinatory Chemistry: Towards a Simple Model of Emergent Evolution

2020-03-17 · Germán Kruszewski, Tomas Mikolov

An explanatory model for the emergence of evolvable units must display emerging structures that (1) preserve themselves in time (2) self-reproduce and (3) tolerate a certain amount of variation when reproducing. To tackl…

Artificial Life

Generating Millions Of Lean Theorems With Proofs By Exploring State Transition Graphs

2025-02-16 · David Yin, Jing Gao

Large Language Models (LLMs) have demonstrated significant potential in generating mathematical proofs. However, a persistent challenge is that LLMs occasionally make mistakes, while even a minor mistake can invalidate a…

Automated Theorem ProvingMathematical Proofs

Determining Semantic Textual Similarity using Natural Deduction Proofs

2017-07-27 · EMNLP 2017 9 · Hitomi Yanaka, Koji Mineshima, Pascual Martinez-Gomez, Daisuke Bekki

Determining semantic textual similarity is a core research subject in natural language processing. Since vector-based models for sentence representation often use shallow information, capturing accurate semantics is diff…

Semantic Textual SimilaritySentence

Automated Planning Techniques for Elementary Proofs in Abstract Algebra

2023-12-11 · Alice Petrov, Christian Muise

This paper explores the application of automated planning to automated theorem proving, which is a branch of automated reasoning concerned with the development of algorithms and computer programs to construct mathematica…

Abstract AlgebraAutomated Theorem ProvingMathematical Proofs