Large Language Models Meet Symbolic Provers for Logical Reasoning Evaluation
Chengwen Qi, Ren Ma, Bowen Li, He Du, Binyuan Hui, Jinwang Wu, Yuanjun Laili, Conghui He
TL;DR
ProverGen introduces ProverQA, a challenging first-order logic reasoning benchmark generated by a three-stage pipeline that combines LLMs with a symbolic prover to ensure logical coherence. The framework yields a 1,500-instance dataset across easy, medium, and hard levels, with natural-language explanations and robust distraction mechanisms to test reasoning fidelity. Experimental results reveal that even strong LLMs struggle on hard ProverQA items, and finetuning on ProverQA data yields substantial improvements in both in-distribution and out-of-distribution settings. The work provides open-source tooling for reproducible data generation and demonstrates the potential of integrating symbolic reasoning with data-generation pipelines to advance logical reasoning evaluation and model robustness.
Abstract
First-order logic (FOL) reasoning, which involves sequential deduction, is pivotal for intelligent systems and serves as a valuable task for evaluating reasoning capabilities, particularly in chain-of-thought (CoT) contexts. Existing benchmarks often rely on extensive human annotation or handcrafted templates, making it difficult to achieve the necessary complexity, scalability, and diversity for robust evaluation. To address these limitations, we propose a novel framework called ProverGen that synergizes the generative strengths of Large Language Models (LLMs) with the rigor and precision of symbolic provers, enabling the creation of a scalable, diverse, and high-quality FOL reasoning dataset, ProverQA. ProverQA is also distinguished by its inclusion of accessible and logically coherent intermediate reasoning steps for each problem. Our evaluation shows that state-of-the-art LLMs struggle to solve ProverQA problems, even with CoT prompting, highlighting the dataset's challenging nature. We also finetune Llama3.1-8B-Instruct on a separate training set generated by our framework. The finetuned model demonstrates consistent improvements on both in-distribution and out-of-distribution test sets, suggesting the value of our proposed data generation framework. Code available at: https://github.com/opendatalab/ProverGen
