CLFeb 17, 2025

SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMs

arXiv:2502.12134v2126 citationsh-index: 13Has CodeACL
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in reasoning efficiency for LLM users, offering an incremental improvement over existing CoT methods.

The paper tackles the inefficiency of discrete token decoding in Chain-of-Thought reasoning for LLMs by proposing SoftCoT, a method that uses a lightweight assistant model to generate continuous soft thought tokens, achieving improved reasoning performance on five benchmarks through parameter-efficient fine-tuning.

Chain-of-Thought (CoT) reasoning enables Large Language Models (LLMs) to solve complex reasoning tasks by generating intermediate reasoning steps. However, most existing approaches focus on hard token decoding, which constrains reasoning within the discrete vocabulary space and may not always be optimal. While recent efforts explore continuous-space reasoning, they often require full-model fine-tuning and suffer from catastrophic forgetting, limiting their applicability to state-of-the-art LLMs that already perform well in zero-shot settings with a proper instruction. To address this challenge, we propose a novel approach for continuous-space reasoning that does not require modifying the LLM. Specifically, we employ a lightweight fixed assistant model to speculatively generate instance-specific soft thought tokens as the initial chain of thoughts, which are then mapped into the LLM's representation space via a trainable projection module. Experimental results on five reasoning benchmarks demonstrate that our method enhances LLM reasoning performance through supervised, parameter-efficient fine-tuning. Source code is available at https://github.com/xuyige/SoftCoT.

Code Implementations1 repo
Foundations

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

Your Notes