PulseAugur
EN
LIVE 16:57:45

New research details deductive reasoning in language models

A new research paper explores the mechanisms behind deductive reasoning in language models, distinguishing between horizontal and vertical reasoning. The study, which trained small transformer models on symbolic implication tasks, found that Chain-of-Thought supervision helps models learn rule-based inference rather than relying on statistical shortcuts. For horizontal reasoning, models developed interpretable circuits for rule completion and decision-making, while for vertical reasoning, Chain-of-Thought acted more as a curriculum learning tool to acquire complex patterns. AI

IMPACT Provides a low-level account of how transformers implement deductive reasoning, suggesting different functions for Chain-of-Thought in horizontal versus vertical reasoning.

RANK_REASON Research paper published on arXiv detailing findings about language model reasoning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New research details deductive reasoning in language models

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Davide Maltoni, Matteo Ferrara ·

    Deductive Logic in Language Models: Horizontal vs Vertical Reasoning

    arXiv:2510.09340v2 Announce Type: replace Abstract: Recent language models exhibit significant logical reasoning abilities, yet the mechanisms supporting deductive inference remain poorly understood. This paper studies small transformer-based language models trained from scratch …