A Syllogistic Probe: Tracing the Evolution of Logic Reasoning in Large Language Models
Zhengqing Zang, Yuqi Ding, Yanmei Gu, Changkai Song, Zhengkai Yang, Guoping Du, Junbo Zhao, Haobo Wang
TL;DR
This work investigates whether large language models exhibit an evolution from traditional Aristotelian logic to modern Boolean logic in syllogistic reasoning, using existential import as a probing mechanism. A large, carefully constructed dataset of 9600 syllogisms across languages and moods supports a dual-logic evaluation comparing traditional ($Acc_t$) and modern ($Acc_m$) semantics, with metrics for consistency and precision/recall. The study reveals that model size and reinforcement-learning–driven thinking jointly promote a shift toward modern logic, though the transition can be unstable and model-architecture dependent; base models seed the post-training trajectory and can either facilitate or constrain the shift. CoT prompting and distillation show limited impact, while RL-based thinking can match or exceed the modern-logic performance of larger models, highlighting the importance of post-training reasoning policies alongside scaling. Overall, modern logic behavior in LLMs emerges from a combination of base initialization and task-tailored post-training, with notable cross-lingual and architectural variations and several persistent failure modes related to empty minor terms and mood-specific biases.
Abstract
Human logic has gradually shifted from intuition-driven inference to rigorous formal systems. Motivated by recent advances in large language models (LLMs), we explore whether LLMs exhibit a similar evolution in the underlying logical framework. Using existential import as a probe, we for evaluate syllogism under traditional and modern logic. Through extensive experiments of testing SOTA LLMs on a new syllogism dataset, we have some interesting findings: (i) Model size scaling promotes the shift toward modern logic; (ii) Thinking serves as an efficient accelerator beyond parameter scaling; (iii) the Base model plays a crucial role in determining how easily and stably this shift can emerge. Beyond these core factors, we conduct additional experiments for in-depth analysis of properties of current LLMs on syllogistic reasoning.
