Pushing the Boundaries of Natural Reasoning: Interleaved Bonus from Formal-Logic Verification
Chuxue Cao, Jinluan Yang, Haoran Li, Kunhao Pan, Zijian Zhao, Zhengyu Chen, Yuchen Tian, Lijun Wu, Conghui He, Sirui Han, Yike Guo
TL;DR
This work tackles the mismatch between probabilistic natural-language reasoning and formal logical validity in large language models by introducing a formal-logic verification-guided framework that interleaves symbolic checks during generation. It employs a two-stage training pipeline—formal-logic guided supervised fine-tuning with a hierarchical data synthesis and execution-based validation, followed by reinforcement learning with a multi-dimensional reward (GRPO)—to enforce structural integrity and logical correctness across multiple reasoning domains. Evaluations on six benchmarks show that FLV improves state-of-the-art performance for 7B and 14B models by substantial margins, demonstrating the scalability and robustness of verifier-guided reasoning across logical, mathematical, and general tasks. The approach advances trustworthy AI by providing interpretable, step-level correctness guarantees and highlighting a practical trade-off between computation and reasoning fidelity, with potential implications for real-world problem solving and safety-critical applications.
Abstract
Large Language Models (LLMs) show remarkable capabilities, yet their stochastic next-token prediction creates logical inconsistencies and reward hacking that formal symbolic systems avoid. To bridge this gap, we introduce a formal logic verification-guided framework that dynamically interleaves formal symbolic verification with the natural language generation process, providing real-time feedback to detect and rectify errors as they occur. Distinguished from previous neuro-symbolic methods limited by passive post-hoc validation, our approach actively penalizes intermediate fallacies during the reasoning chain. We operationalize this framework via a novel two-stage training pipeline that synergizes formal logic verification-guided supervised fine-tuning and policy optimization. Extensive evaluation on six benchmarks spanning mathematical, logical, and general reasoning demonstrates that our 7B and 14B models outperform state-of-the-art baselines by average margins of 10.4% and 14.2%, respectively. These results validate that formal verification can serve as a scalable mechanism to significantly push the performance boundaries of advanced LLM reasoning.
