LogicTrack: Auditing Reasoning Trajectories of Large Language Models with Formal Logic Solvers

📅 2026-09-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决大型语言模型推理过程中的逻辑错误问题,提出LogicTrack框架,通过形式化逻辑求解器验证每一步推理,并使用基于求解器的回溯奖励机制优化模型。
📝 Abstract
Chain-of-Thought (CoT) reasoning has been shown to improve the performance of large language models (LLMs), yet existing optimization methods largely rely on outcome-based feedback, leaving the logical validity of intermediate reasoning steps largely unverified. To address the gap whereby LLMs arrive at correct final answers through logically flawed intermediate reasoning chains, we propose LogicTrack, a neuro-symbolic framework that audits reasoning trajectories by auto-formalizing each reasoning step into symbolic representations and verifying it with automated theorem provers. LogicTrack introduces Solver-Based Backtracking Reward (SBR), a step-wise scoring mechanism that quantifies logical soundness and guides backtracking tree search at inference time. We further extend LogicTrack to construct supervised fine-tuning (SFT) data with backtracking traces from its trajectories, enabling fine-tuned models to internalize step-wise auditing as an intrinsic capability. Extensive experiments across 8 reasoning benchmarks and 7 LLMs demonstrate that LogicTrack effectively improves both the verifiability of reasoning chains and final answer pass rate, thereby enhancing overall CoT quality and trustworthiness in high-stakes domains.
Problem

Research questions and friction points this paper is trying to address.

Chain-of-Thought
large language models
logical validity
intermediate reasoning steps
neuro-symbolic framework
Innovation

Methods, ideas, or system contributions that make the work stand out.

LogicTrack
Solver-Based Backtracking Reward (SBR)
auto-formalizing
automated theorem provers
neuro-symbolic framework