LGAICLApr 28, 2025

Improving Reasoning Performance in Large Language Models via Representation Engineering

arXiv:2504.19483v121 citationsh-index: 6ICLR
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing reasoning abilities in LLMs for AI researchers and practitioners, offering a simple, training-free method to modulate performance on specific tasks, though it is incremental as it builds on existing representation engineering techniques.

The authors tackled the problem of improving reasoning performance in large language models by using representation engineering to derive control vectors from model activations and applying them as inference-time interventions, resulting in improved performance on inductive, deductive, and mathematical reasoning tasks without additional training.

Recent advancements in large language models (LLMs) have resulted in increasingly anthropomorphic language concerning the ability of LLMs to reason. Whether reasoning in LLMs should be understood to be inherently different is, however, widely debated. We propose utilizing a representation engineering approach wherein model activations are read from the residual stream of an LLM when processing a reasoning task. The activations are used to derive a control vector that is applied to the model as an inference-time intervention, modulating the representational space of the model, to improve performance on the specified task. We publish the code for deriving control vectors and analyzing model representations. The method allows us to improve performance on reasoning benchmarks and assess how control vectors influence the final logit distribution of a model via metrics such as KL divergence and entropy. We apply control vectors to Mistral-7B-Instruct and a range of Pythia models on an inductive, a deductive and mathematical reasoning task. We show that an LLM can, to a certain degree, be controlled to improve its perceived reasoning ability by modulating activations. The intervention is dependent upon the ability to reliably extract the model's typical state when correctly solving a task. Our results suggest that reasoning performance can be modulated in the same manner as other information-processing tasks performed by LLMs and demonstrate that we are capable of improving performance on specific tasks via a simple intervention on the residual stream with no additional training.

Foundations

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

Your Notes