LogicReward: Incentivizing LLM Reasoning via Step-Wise Logical Supervision

Abstract

Although LLMs exhibit strong reasoning capabilities, existing training methods largely depend on outcome-based feedback, which can produce correct answers with flawed reasoning. Prior work introduces supervision on intermediate steps but still lacks guarantees of logical soundness, which is crucial in high-stakes scenarios where logical consistency is paramount. To address this, we propose LogicReward, a novel reward system that guides model training by enforcing step-level logical correctness with a theorem prover. We further introduce Autoformalization with Soft Unification, which reduces natural language ambiguity and improves formalization quality, enabling more effective use of the theorem prover. An 8B model trained on data constructed with LogicReward surpasses GPT-4o and o4-mini by 11.6\% and 2\% on natural language inference and logical reasoning tasks with simple training procedures. Further analysis shows that LogicReward enhances reasoning faithfulness, improves generalizability to unseen tasks such as math and commonsense reasoning, and provides a reliable reward signal even without ground-truth labels. The code and data are available at https://llm-symbol.github.io/LogicReward.

Cite

Text

Xu et al. "LogicReward: Incentivizing LLM Reasoning via Step-Wise Logical Supervision." International Conference on Learning Representations, 2026.

Markdown

[Xu et al. "LogicReward: Incentivizing LLM Reasoning via Step-Wise Logical Supervision." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/xu2026iclr-logicreward/)

BibTeX

@inproceedings{xu2026iclr-logicreward,
  title     = {{LogicReward: Incentivizing LLM Reasoning via Step-Wise Logical Supervision}},
  author    = {Xu, Jundong and Fei, Hao and Zhou, Huichi and Quan, Xin and Huang, Qijun and Wu, Shengqiong and Wang, William Yang and Lee, Mong-Li and Hsu, Wynne},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/xu2026iclr-logicreward/}
}