paper-with-me

홈 › Papers

A Modular Dataset to Demonstrate LLM Abstraction Capability

2025-03-22 · Adam Atanas, Kai Liu

Large language models (LLMs) exhibit impressive capabilities but struggle with reasoning errors due to hallucinations and flawed logic. To investigate their internal representations of reasoning, we introduce ArrangementPuzzle, a novel puzzle dataset with structured solutions and automated stepwise correctness verification. We trained a classifier model on LLM activations on this dataset and found that it achieved over 80% accuracy in predicting reasoning correctness, implying that LLMs internally distinguish between correct and incorrect reasoning steps, with the strongest representations in middle-late Transformer layers. Further analysis reveals that LLMs encode abstract reasoning concepts within the middle activation layers of the transformer architecture, distinguishing logical from semantic equivalence. These findings provide insights into LLM reasoning mechanisms and contribute to improving AI reliability and interpretability, thereby offering the possibility to manipulate and refine LLM reasoning.

📄 PDF Abstract BibTeX arXiv:2503.17645

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

TEACar: An Open-Source Autonomous Driving Platform

2026-04-27 · Zhongzheng Zhang, Maxwell Ruyle, Andrew Kappes, Tyler Ruble 외 arxiv

Intelligent Transportation Systems (ITS) increasingly rely on vision-based perception and learning-based control, necessitating experimental platforms that support realistic hardware-in-the-loop validation. Small-scale p…

Autonomous Driving

Intrinsically Motivated Acquisition of Modular Slow Features for Humanoids in Continuous and Non-Stationary Environments

2017-01-17 · Varun Raj Kompella, Laurenz Wiskott

A compact information-rich representation of the environment, also called a feature abstraction, can simplify a robot's task of mapping its raw sensory inputs to useful action sequences. However, in environments that are…

Does Deep Learning Learn to Abstract? A Systematic Probing Framework

2023-02-23 · Shengnan An, Zeqi Lin, Bei Chen, Qiang Fu 외

Abstraction is a desirable capability for deep learning models, which means to induce abstract concepts from concrete instances and flexibly apply them beyond the learning context. At the same time, there is a lack of cl…

Deep Learning

Goal-Driven Sequential Data Abstraction

2019-07-29 · ICCV 2019 10 · Umar Riaz Muhammad, Yongxin Yang, Timothy M. Hospedales, Tao Xiang 외

Automatic data abstraction is an important capability for both benchmarking machine intelligence and supporting summarization applications. In the former one asks whether a machine can `understand' enough about the meani…

BenchmarkingGeneral Reinforcement Learningreinforcement-learningReinforcement Learning+1

Modular meta-learning in abstract graph networks for combinatorial generalization

2018-12-19 · Ferran Alet, Maria Bauza, Alberto Rodriguez, Tomas Lozano-Perez 외

Modular meta-learning is a new framework that generalizes to unseen datasets by combining a small set of neural modules in different ways. In this work we propose abstract graph networks: using graphs as abstractions of …

Meta-Learning