English

LeanReasoner: Boosting Complex Logical Reasoning with Lean

Computation and Language 2024-03-21 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2403.13312,
  title  = {LeanReasoner: Boosting Complex Logical Reasoning with Lean},
  author = {Dongwei Jiang and Marcio Fonseca and Shay B. Cohen},
  journal= {arXiv preprint arXiv:2403.13312},
  year   = {2024}
}

Comments

Accepted to NAACL 2024 main conference

R2 v1 2026-06-28T15:26:51.770Z