CLMay 1, 2025

Reasoning Capabilities and Invariability of Large Language Models

arXiv:2505.00776v1h-index: 18Has Code2024 IEEE/WIC International Conference on Web Intelligence and Intelligent Agent Technology (WI-IAT)
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of evaluating and improving reasoning in LLMs for researchers and developers, though it is incremental as it builds on existing benchmarking and prompting methods.

The paper analyzed the reasoning capabilities of large language models (LLMs) by introducing a new benchmark dataset with simple logical questions based on geometric figures, finding that while models with over 70 billion parameters performed better in zero-shot settings, there is still significant room for improvement, and chain-of-thought prompting could either help or harm performance depending on its timing.

Large Language Models (LLMs) have shown remarkable capabilities in manipulating natural language across multiple applications, but their ability to handle simple reasoning tasks is often questioned. In this work, we aim to provide a comprehensive analysis of LLMs' reasoning competence, specifically focusing on their prompt dependency. In particular, we introduce a new benchmark dataset with a series of simple reasoning questions demanding shallow logical reasoning. Aligned with cognitive psychology standards, the questions are confined to a basic domain revolving around geometric figures, ensuring that responses are independent of any pre-existing intuition about the world and rely solely on deduction. An empirical analysis involving zero-shot and few-shot prompting across 24 LLMs of different sizes reveals that, while LLMs with over 70 billion parameters perform better in the zero-shot setting, there is still a large room for improvement. An additional test with chain-of-thought prompting over 22 LLMs shows that this additional prompt can aid or damage the performance of models, depending on whether the rationale is required before or after the answer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes