Enhancing Reasoning Capabilities of LLMs via Principled Synthetic Logic Corpus
Terufumi Morishita, Gaku Morio, Atsuki Yamaguchi, Yasuhiro Sogawa
TL;DR
The paper tackles the limited reasoning capabilities of large language models by introducing Additional Logic Training (ALT) using a systematically designed synthetic logic corpus. It establishes design principles grounded in symbolic logic and empirical findings, then builds the FLD_{\times \mathbbm{2}} corpus to train LLMs on multi-step deductions involving unknown facts, diverse rules, and varied linguistic expressions. Empirical results show substantial gains in logical reasoning (up to ~30 points), with notable improvements in math, coding, and NLI, and ablations confirm the necessity of each design principle and forgetting-prevention via Recall Adam. The work demonstrates that reasoning-trained models can generalize beyond the synthetic tasks and proposes releasing the corpus, code, and trained models to support reproducibility and broader impact. Overall, ALT offers a principled path to more versatile AI that fuses knowledge with robust deductive reasoning.
Abstract
Large language models (LLMs) are capable of solving a wide range of tasks, yet they have struggled with reasoning. To address this, we propose $\textbf{Additional Logic Training (ALT)}$, which aims to enhance LLMs' reasoning capabilities by program-generated logical reasoning samples. We first establish principles for designing high-quality samples by integrating symbolic logic theory and previous empirical insights. Then, based on these principles, we construct a synthetic corpus named $\textbf{Formal Logic Deduction Diverse}$ ($\textbf{FLD}$$_{\times 2}$), comprising numerous samples of multi-step deduction with unknown facts, diverse reasoning rules, diverse linguistic expressions, and challenging distractors. Finally, we empirically show that ALT on FLD$_{\times2}$ substantially enhances the reasoning capabilities of state-of-the-art LLMs, including LLaMA-3.1-70B. Improvements include gains of up to 30 points on logical reasoning benchmarks, up to 10 points on math and coding benchmarks, and 5 points on the benchmark suite BBH.
