English

Are Language Models Efficient Reasoners? A Perspective from Logic Programming

Computation and Language 2026-01-16 v2 Artificial Intelligence Machine Learning Logic in Computer Science

Abstract

Modern language models (LMs) exhibit strong deductive reasoning capabilities, yet standard evaluations emphasize correctness while overlooking a key aspect of reasoning: efficiency. In real-world reasoning scenarios, much of the available information is irrelevant, and effective deductive inference requires identifying and ignoring such distractions. We propose a framework for assessing LM reasoning efficiency through the lens of logic programming, introducing a simple method to align proofs written in natural language -- as generated by an LM -- with shortest proofs found by executing the logic program. Efficiency is quantified by measuring how well a model avoids unnecessary inference. Empirically, we construct a dataset of math word problems injected with various number of irrelevant axioms that vary in semantic overlap with the goal theorem. We find that current LMs show marked accuracy declines under such conditions -- even with minimal, domain-consistent distractions -- and the proofs they generate frequently exhibit detours through irrelevant inferences.

Keywords

Cite

@article{arxiv.2510.25626,
  title  = {Are Language Models Efficient Reasoners? A Perspective from Logic Programming},
  author = {Andreas Opedal and Yanick Zengaffinen and Haruki Shirakami and Clemente Pasti and Mrinmaya Sachan and Abulhair Saparov and Ryan Cotterell and Bernhard Schölkopf},
  journal= {arXiv preprint arXiv:2510.25626},
  year   = {2026}
}

Comments

NeurIPS 2025

R2 v1 2026-07-01T07:12:11.395Z