SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMs
Yige Xu, Xu Guo, Zhiwei Zeng, Chunyan Miao

TL;DR
SoftCoT introduces a novel method for continuous-space reasoning in LLMs using a fixed assistant model and a trainable projection, improving reasoning performance without modifying the original LLM.
Contribution
The paper proposes a lightweight, non-intrusive approach for soft chain-of-thought reasoning that enhances LLM performance via supervised, parameter-efficient fine-tuning.
Findings
Improved reasoning accuracy on five benchmarks.
Effective use of a fixed assistant model for soft thought generation.
Parameter-efficient fine-tuning enhances LLM reasoning capabilities.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSemantic Web and Ontologies · Advanced Database Systems and Queries · Logic, Reasoning, and Knowledge
MethodsFocus
