Scaling Synthetic Logical Reasoning Datasets With Context-sensitive Declarative Grammars · The Large Language Model Bible Contribute to LLM-Bible

Scaling Synthetic Logical Reasoning Datasets With Context-sensitive Declarative Grammars

Sileo Damien. Arxiv 2024

[Paper]    
BERT Ethics And Bias GPT Model Architecture Tools Training Techniques

Logical reasoning remains a challenge for natural language processing, but it can be improved by training language models to mimic theorem provers on procedurally generated problems. Previous work used domain-specific proof generation algorithms, which biases reasoning toward specific proof traces and limits auditability and extensibility. We present a simpler and more general declarative framework with flexible context-sensitive rules binding multiple languages (specifically, simplified English and the TPTP theorem-proving language). We construct first-order logic problems by selecting up to 32 premises and one hypothesis. We demonstrate that using semantic constraints during generation and careful English verbalization of predicates enhances logical reasoning without hurting natural English tasks. We use relatively small DeBERTa-v3 models to achieve state-of-the-art accuracy on the FOLIO human-authored logic dataset, surpassing GPT-4 in accuracy with or without an external solver by 12%.

Similar Work