paper-with-me

Papers

LeanReasoner: Boosting Complex Logical Reasoning with Lean

2024-03-20 · Dongwei Jiang, Marcio Fonseca, Shay B. Cohen

Large language models (LLMs) often struggle with complex logical reasoning due to logical inconsistencies and the inherent difficulty of such reasoning. We use Lean, a theorem proving framework, to address these challenges. By formalizing logical reasoning problems into theorems within Lean, we can solve them by proving or disproving the corresponding theorems. This method reduces the risk of logical inconsistencies with the help of Lean's symbolic solver. It also enhances our ability to treat complex reasoning tasks by using Lean's extensive library of theorem proofs. Our method achieves state-of-the-art performance on the FOLIO dataset and achieves performance near this level on ProofWriter. Notably, these results were accomplished by fine-tuning on fewer than 100 in-domain samples for each dataset.

📄 PDF Abstract BibTeX arXiv:2403.13312

Code (1)

some-random/theorem-proving-reasoning 공식 구현

Tasks

Automated Theorem ProvingLogical Reasoning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Graph Neural Reasoning May Fail in Certifying Boolean Unsatisfiability

2019-09-25 · Ziliang Chen, Zhanfu Yang

It is feasible and practically-valuable to bridge the characteristics between graph neural networks (GNNs) and logical reasoning. Despite considerable efforts and successes witnessed to solve Boolean satisfiability (SAT)…

Logical Reasoning

Boosting Deductive Reasoning with Step Signals In RLHF

2024-10-12 · Jialian Li, Yipin Zhang, Wei Shen, Yuzi Yan 외

Logical reasoning is a crucial task for Large Language Models (LLMs), enabling them to tackle complex problems. Among reasoning tasks, multi-step reasoning poses a particular challenge. Grounded in the theory of formal l…

Formal LogicLogical Reasoning

Empower Nested Boolean Logic via Self-Supervised Curriculum Learning

2023-10-09 · Hongqiu Wu, Linfeng Liu, Hai Zhao, Min Zhang

Beyond the great cognitive powers showcased by language models, it is crucial to scrutinize whether their reasoning capabilities stem from strong generalization or merely exposure to relevant data. As opposed to construc…

Logical ReasoningSelf-Supervised Learning

Quantum Boosting

2020-02-12 · ICML 2020 1 · Srinivasan Arunachalam, Reevu Maity

Suppose we have a weak learning algorithm $\mathcal{A}$ for a Boolean-valued problem: $\mathcal{A}$ produces hypotheses whose bias $\gamma$ is small, only slightly better than random guessing (this could, for instance, b…

Adaptive Selection of Symbolic Languages for Improving LLM Logical Reasoning

2025-10-12 · Xiangyu Wang, Haocheng Yang, Fengxiang Cheng, Fenrong Liu arxiv

Large Language Models (LLMs) still struggle with complex logical reasoning. While previous works achieve remarkable improvements, their performance is highly dependent on the correctness of translating natural language (…

Logical Reasoning