ARTFEED — Contemporary Art Intelligence

SymStep Boosts LLM Logical Reasoning to 100% on Key Benchmarks

ai-technology · 2026-07-29

A novel approach named SymStep significantly enhances the capabilities of large language models (LLMs) in handling logical reasoning tasks that are rich in constraints. This technique compels an LLM to assert one atomic statement at a time (for instance, "DEDUCE: Alice, pet, Cat"), followed by a lightweight constraint propagator that verifies the statement's consistency with previously accepted deductions, discarding contradictions and automatically inferring implied facts. An upgraded version, SymStep+G, offers MRV (Minimum Remaining Values) guidance after each accepted claim, steering the LLM towards the most constrained unresolved variable. In tests on a 35-puzzle subset of ZebraLogicBench, SymStep+G achieved 97%, while both Direct prompting and Chain-of-Thought (CoT) scored 0%. SymStep attained 100% on AR-LSAT analytical reasoning tasks compared to CoT's 87%. On LGP-14, SymStep+G also scored 100%, while CoT and Logic-LM, the previous strongest symbolic+LLM baseline, both scored 0%. Ablation studies indicate that MRV guidance is essential for optimal performance. This method resolves the shortcomings of CoT prompting in constraint-heavy tasks, where unverified errors can accumulate unnoticed. The research is accessible on arXiv with ID 2607.23055.

Key facts

  • SymStep introduces atomic claim verification with constraint propagation.
  • SymStep+G adds MRV guidance for selecting the most constrained variable.
  • On ZebraLogicBench subset, SymStep+G achieves 97% vs 0% for Direct and CoT.
  • On AR-LSAT, SymStep achieves 100% vs 87% for CoT.
  • On LGP-14, SymStep+G achieves 100% vs 0% for CoT and Logic-LM.
  • Ablation studies confirm MRV guidance is essential.
  • The method targets constraint-dense logical reasoning failures in CoT.
  • Paper available on arXiv: 2607.23055.

Entities

Institutions

  • arXiv

Sources