paper-with-me

홈 › Papers

ProoFVer: Natural Logic Theorem Proving for Fact Verification

2021-08-25 · Amrith Krishna, Sebastian Riedel, Andreas Vlachos

Fact verification systems typically rely on neural network classifiers for veracity prediction which lack explainability. This paper proposes ProoFVer, which uses a seq2seq model to generate natural logic-based inferences as proofs. These proofs consist of lexical mutations between spans in the claim and the evidence retrieved, each marked with a natural logic operator. Claim veracity is determined solely based on the sequence of these operators. Hence, these proofs are faithful explanations, and this makes ProoFVer faithful by construction. Currently, ProoFVer has the highest label accuracy and the second-best Score in the FEVER leaderboard. Furthermore, it improves by 13.21% points over the next best model on a dataset with counterfactual instances, demonstrating its robustness. As explanations, the proofs show better overlap with human rationales than attention-based highlights and the proofs help humans predict model decisions correctly more often than using the evidence directly.

📄 PDF Abstract BibTeX arXiv:2108.11357

Code (1)

krishnamrith12/proofver 공식 구현 pytorch

Tasks

Automated Theorem ProvingcounterfactualDecision MakingFact VerificationNatural Language Inference

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Learning as Abduction: Trainable Natural Logic Theorem Prover for Natural Language Inference

2020-10-29 · Joint Conference on Lexical and Computational Semantics 2020 · Lasha Abzianidze

Tackling Natural Language Inference with a logic-based method is becoming less and less common. While this might have been counterintuitive several decades ago, nowadays it seems pretty obvious. The main reasons for such…

Automated Theorem ProvingNatural Language InferenceSentence

A Deep Reinforcement Learning Approach to First-Order Logic Theorem Proving

2019-11-05 · Maxwell Crouse, Ibrahim Abdelaziz, Bassem Makni, Spencer Whitehead 외

Automated theorem provers have traditionally relied on manually tuned heuristics to guide how they perform proof search. Deep reinforcement learning has been proposed as a way to obviate the need for such heuristics, how…

Automated Theorem ProvingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Theorem Proving Based on Semantics of DNA Strand Graph

2017-02-15 · Kumar S. Ray, Mandrita Mondal

Because of several technological limitations of traditional silicon based computing, for past few years a paradigm shift, from silicon to carbon, is occurring in computational world. DNA computing has been considered to …

Automated Theorem Proving

Rare Speed-up in Automatic Theorem Proving Reveals Tradeoff Between Computational Time and Information Value

2015-06-14 · Santiago Hernández-Orozco, Francisco Hernández-Quiroz, Hector Zenil, Wilfried Sieg

We show that strategies implemented in automatic theorem proving involve an interesting tradeoff between execution speed, proving speedup/computational time and usefulness of information. We advance formal definitions fo…

Automated Theorem Proving

DeepTheorem: Advancing LLM Reasoning for Theorem Proving Through Natural Language and Reinforcement Learning

2025-05-29 · Ziyin Zhang, Jiahao Xu, Zhiwei He, Tian Liang 외

Theorem proving serves as a major testbed for evaluating complex reasoning abilities in large language models (LLMs). However, traditional automated theorem proving (ATP) approaches rely heavily on formal proof systems t…

Automated Theorem ProvingMathematical Reasoning