paper-with-me

Papers

When Do Symbolic Solvers Enhance Reasoning in Large Language Models?

2025-12-02 · Zhiyuan He, Dingmin Wang arxiv

Large Reasoning Models (LRMs) achieve strong performance on complex reasoning tasks by generating long Chains of Thought (CoTs). However, this paradigm might incur substantial token overhead, especially when models "overthink" by producing lengthy reasoning chains, which can even lead to incorrect answers. A promising direction is the symbolic-solver-integrated approach, which leverages the code generation capabilities of LLMs to translate reasoning tasks into executable code and then solve them with a symbolic solver. In this paper, we explore an open question of when the conventional long-CoT can be enhanced by symbolic solvers. Our experimental results show that the symbolic-solver-integrated method only helps when the problem requires limited implicit reasoning but involves an ample search space. The latest LLMs, like GPT-4o, show better performance on deductive problems with shallow reasoning depth, while the symbolic-solver-integrated method significantly improves the LLMs' performance in constraint satisfaction problems that require repeated backtracks. When a declarative exemplar is provided, even CodeLlama-13B can outperform GPT-4o in difficult Zebra puzzles.

📄 PDF Abstract BibTeX arXiv:2512.03272

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Matrix as Plan: Structured Logical Reasoning with Feedback-Driven Replanning

2026-01-15 · Ke Chen, Jiandian Zeng, Zihao Peng, Guo Li 외 arxiv

As knowledge and semantics on the web grow increasingly complex, enhancing Large Language Models (LLMs)' comprehension and reasoning capabilities has become particularly important. Chain-of-Thought (CoT) prompting has be…

Logical Reasoning

G-RRM: Guiding Symbolic Solvers with Recurrent Reasoning Models

2026-07-02 · Timo Bertram, Sidhant Bhavnani, Richard Freinschlag, Erich Kobler 외 arxiv

In this work, we focus on SE-RRMs, a symbol-equivariant instantiation of RRMs that exhibits improved extrapolation to larger problem sizes. We propose a neuro-symbolic approach, ``Guiding with Recurrent Reasoning Models'…

A Closer Look at Logical Reasoning with LLMs: The Choice of Tool Matters

2024-06-01 · Long Hei Matthew Lam, Ramya Keerthy Thatikonda, Ehsan Shareghi

The emergence of Large Language Models (LLMs) has demonstrated promising progress in solving logical reasoning tasks effectively. Several recent approaches have proposed to change the role of the LLM from the reasoner in…

Logical ReasoningTranslation

CoMAT: Chain of Mathematically Annotated Thought Improves Mathematical Reasoning

2024-10-14 · Joshua Ong Jun Leang, Aryo Pradipta Gema, Shay B. Cohen

Mathematical reasoning remains a significant challenge for large language models (LLMs), despite progress in prompting techniques such as Chain-of-Thought (CoT). We present Chain of Mathematically Annotated Thought (CoMA…

MathMathematical ReasoningMMLUNatural Language Queries

Chronosymbolic Learning: Efficient CHC Solving with Symbolic Reasoning and Inductive Learning

2023-05-02 · Ziyan Luo, Xujie Si

Solving Constrained Horn Clauses (CHCs) is a fundamental challenge behind a wide range of verification and analysis tasks. Data-driven approaches show great promise in improving CHC solving without the painstaking manual…

Inductive Learning