paper-with-me

홈 › Papers

Emergent Symbolic Mechanisms Support Abstract Reasoning in Large Language Models

2025-02-27 · Yukang Yang, Declan Campbell, Kaixuan Huang, Mengdi Wang, Jonathan Cohen, Taylor Webb

Many recent studies have found evidence for emergent reasoning capabilities in large language models, but debate persists concerning the robustness of these capabilities, and the extent to which they depend on structured reasoning mechanisms. To shed light on these issues, we perform a comprehensive study of the internal mechanisms that support abstract rule induction in an open-source language model (Llama3-70B). We identify an emergent symbolic architecture that implements abstract reasoning via a series of three computations. In early layers, symbol abstraction heads convert input tokens to abstract variables based on the relations between those tokens. In intermediate layers, symbolic induction heads perform sequence induction over these abstract variables. Finally, in later layers, retrieval heads predict the next token by retrieving the value associated with the predicted abstract variable. These results point toward a resolution of the longstanding debate between symbolic and neural network approaches, suggesting that emergent reasoning in neural networks depends on the emergence of symbolic mechanisms.

📄 PDF Abstract BibTeX arXiv:2502.20332

Code (1)

yukang123/LLMSymbMech 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Fuzzy, Symbolic, and Contextual: Enhancing LLM Instruction via Cognitive Scaffolding

2025-08-28 · Vanessa Figueiredo arxiv

We study how prompt-level inductive biases influence the cognitive behavior of large language models (LLMs) in instructional dialogue. We introduce a symbolic scaffolding method paired with a short-term memory schema des…

Understanding Syllogistic Reasoning in LLMs from Formal and Natural Language Perspectives

2025-12-14 · Aheli Poddar, Saptarshi Sahoo, Sujata Ghosh arxiv

We study syllogistic reasoning in LLMs from the logical and natural language perspectives. In process, we explore fundamental reasoning capabilities of the LLMs and the direction this research is moving forward. To aid i…

Natural Language Understanding

Genomic Next-Token Predictors are In-Context Learners

2025-11-16 · Nathan Breslow, Aayush Mishra, Mahler Revsine, Michael C. Schatz 외 arxiv

In-context learning (ICL) -- the capacity of a model to infer and apply abstract patterns from examples provided within its input -- has been extensively studied in large language models trained for next-token prediction…

Math Takes Two: A test for emergent mathematical reasoning in communication

2026-03-30 · Michael Cooper, Samuel Cooper arxiv

Although language models demonstrate remarkable proficiency on mathematical benchmarks, it remains unclear whether this reflects true mathematical reasoning or statistical pattern matching over learning formal syntax. Mo…

Mathematical Reasoning

Goal Space Abstraction in Hierarchical Reinforcement Learning via Reachability Analysis

2023-09-12 · Mehdi Zadem, Sergio Mover, Sao Mai Nguyen

Open-ended learning benefits immensely from the use of symbolic methods for goal representation as they offer ways to structure knowledge for efficient and transferable learning. However, the existing Hierarchical Reinfo…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement Learning