paper-with-me

홈 › 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 version of analytic tableau method specially designed for natural logic. The proof procedure operates on logical forms that preserve linguistic expressions to a large extent. %This property makes the logical forms easily obtainable from syntactic trees. %, in particular, Combinatory Categorial Grammar derivation trees. The nature of proofs is deductive and transparent. On the FraCaS and SICK textual entailment datasets, the prover achieves high results comparable to state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1708.09417

Code (1)

kovvalsky/LangPro 공식 구현

Tasks

Automated Theorem ProvingNatural Language Inference

Similar Papers 제목 키워드 기반

NaturalProver: Grounded Mathematical Proof Generation with Language Models

2022-05-25 · Sean Welleck, Jiacheng Liu, Ximing Lu, Hannaneh Hajishirzi 외

Theorem proving in natural mathematical language - the mixture of symbolic and natural language used by humans - plays a central role in mathematical advances and education, and tests aspects of reasoning that are core t…

Automated Theorem ProvingLanguage ModelingLanguage Modelling

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

Talking with the Theorem Prover to Interactively Solve Natural Language Inference

2021-11-01 · PACLIC 2021 11 · Atsushi Sumita, Yusuke Miyao, Koji Mineshima
Natural Language Inference

FairLangProc: A Python package for fairness in NLP

2025-08-05 · Arturo Pérez-Peralta, Sandra Benítez-Peña, Rosa E. Lillo arxiv

The rise in usage of Large Language Models to near ubiquitousness in recent years has risen societal concern about their applications in decision-making contexts, such as organizational justice or healthcare. This, in tu…

REAL-Prover: Retrieval Augmented Lean Prover for Mathematical Reasoning

2025-05-27 · Ziju Shen, Naohao Huang, Fanyi Yang, Yutong Wang 외

Nowadays, formal theorem provers have made monumental progress on high-school and competition-level mathematics, but few of them generalize to more advanced mathematics. In this paper, we present REAL-Prover, a new open-…

Language ModelingLanguage ModellingLarge Language ModelMath+2