paper-with-me

홈 › Papers

ProofWriter: Generating Implications, Proofs, and Abductive Statements over Natural Language

2020-12-24 · Findings (ACL) 2021 8 · Oyvind Tafjord, Bhavana Dalvi Mishra, Peter Clark

Transformers have been shown to emulate logical deduction over natural language theories (logical rules expressed in natural language), reliably assigning true/false labels to candidate implications. However, their ability to generate implications of a theory has not yet been demonstrated, and methods for reconstructing proofs of answers are imperfect. In this work we show that a generative model, called ProofWriter, can reliably generate both implications of a theory and the natural language proof(s) that support them. In particular, iterating a 1-step implication generator results in proofs that are highly reliable, and represent actual model decisions (rather than post-hoc rationalizations). On the RuleTaker dataset, the accuracy of ProofWriter's proofs exceed previous methods by +9% absolute, and in a way that generalizes to proof depths unseen in training and on out-of-domain problems. We also show that generative techniques can perform a type of abduction with high precision: Given a theory and an unprovable conclusion, identify a missing fact that allows the conclusion to be proved, along with a proof. These results significantly improve the viability of neural methods for systematically reasoning over natural language.

📄 PDF Abstract BibTeX arXiv:2012.13048

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

User Guided Abductive Proof Generation for Answer Set Programming Queries (Extended Version)

2022-09-16 · Avishkar Mahajan, Martin Strecker, Meng Weng Wong

We present a method for generating possible proofs of a query with respect to a given Answer Set Programming (ASP) rule set using an abductive process where the space of abducibles is automatically constructed just from …

Does Entity Abstraction Help Generative Transformers Reason?

2022-01-05 · Nicolas Gontier, Siva Reddy, Christopher Pal

We study the utility of incorporating entity type abstractions into pre-trained Transformers and test these methods on four NLP tasks requiring different forms of logical reasoning: (1) compositional language understandi…

Conversational Question AnsweringLogical ReasoningMulti-hop Question AnsweringQuestion Answering+1

Formal Language Knowledge Corpus for Retrieval Augmented Generation

2024-12-21 · Majd Zayyad, Yossi Adi

The integration of retrieval-augmented techniques with LLMs has shown promise in improving performance across various domains. However, their utility in tasks requiring advanced reasoning, such as generating and evaluati…

Logical ReasoningMathematical ProofsRAGRetrieval+1

Evaluating Autoformalization Robustness via Semantically Similar Paraphrasing

2025-11-16 · Hayden Moore, Asfahan Shah arxiv

Large Language Models (LLMs) have recently emerged as powerful tools for autoformalization. Despite their impressive performance, these models can still struggle to produce grounded and verifiable formalizations. Recent …

Goedel-Prover: A Frontier Model for Open-Source Automated Theorem Proving

2025-02-11 · Yong Lin, Shange Tang, Bohan Lyu, Jiayun Wu 외

We introduce Goedel-Prover, an open-source large language model (LLM) that achieves the state-of-the-art (SOTA) performance in automated formal proof generation for mathematical problems. The key challenge in this field …

Automated Theorem ProvingLarge Language ModelMath