CLLGMay 21, 2025

Feature Extraction and Steering for Enhanced Chain-of-Thought Reasoning in Language Models

arXiv:2505.15634v414 citationsh-index: 5Proceedings of the 2nd Workshop on Natural Language Processing Meets Climate Change (ClimateNLP 2025)
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving reasoning in LLMs for complex problem-solving, but it is incremental as it builds on existing CoT and steering paradigms.

The paper tackles the problem of enhancing Chain-of-Thought reasoning in language models without requiring costly external datasets, achieving significant improvements in reasoning capabilities through steering techniques.

Large Language Models (LLMs) demonstrate the ability to solve reasoning and mathematical problems using the Chain-of-Thought (CoT) technique. Expanding CoT length, as seen in models such as DeepSeek-R1, significantly enhances this reasoning for complex problems, but requires costly and high-quality long CoT data and fine-tuning. This work, inspired by the deep thinking paradigm of DeepSeek-R1, utilizes a steering technique to enhance the reasoning ability of an LLM without external datasets. Our method first employs Sparse Autoencoders (SAEs) to extract interpretable features from vanilla CoT. These features are then used to steer the LLM's internal states during generation. Recognizing that many LLMs do not have corresponding pre-trained SAEs, we further introduce a novel SAE-free steering algorithm, which directly computes steering directions from the residual activations of an LLM, obviating the need for an explicit SAE. Experimental results demonstrate that both our SAE-based and subsequent SAE-free steering algorithms significantly enhance the reasoning capabilities of LLMs.

Foundations

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

Your Notes