NeFut Logo NeFut
Admin Login

[CS.AI] Logical Consistency Challenges in LLMs: New Benchmark for Controlled Reformulation Testing

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:24
#algorithm #AI #Machine Learning

Abstract

Large language models (LLMs) frequently contradict themselves when the surface form of a logically equivalent question changes. We present a benchmark of 350 question families (1,750 total questions) for Controlled Reformulation Testing (CRTBench) to evaluate logical invariance. In this benchmark, we investigate LLMs' ability to maintain consistent answers across controlled reformulations, which include contrapositive rewriting, double negation, negation flipping, and passive voice.

We evaluate several frontier LLMs and observe an accuracy-consistency gap where GPT-5.4-mini achieves $98.9\%$ base accuracy but only $60.3\%$ family-level consistency, while reasoning-optimized o4-mini achieves $96.9\%$ consistency. From our experiments, we observe that failures cluster around logically nontrivial transformations such as contrapositive rewriting ($72.4\%$ for GPT-5.4-mini) and double negation ($84.6\%$), while surface-level rephrasing remains robust ($94-100\%$).

Increasing reasoning effort improves GPT-5.4-mini to $85.4\%$ consistency, but leaves GPT-5.4 unchanged overall because gains on nested negation are offset by failures on quantifier families. These results show that accuracy alone is not enough for evaluating logical reasoning in LLMs.

Blogger's Review: This paper reveals the vulnerabilities of large language models in logical reasoning, especially when faced with complex logical transformations. It provides significant direction for future research aimed at enhancing models' logical consistency and reasoning capabilities, making it a noteworthy read.

Original Source: https://arxiv.org/abs/2607.14528

[h] Back to Home