paper-with-me

Papers

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

2025-02-17 · Yige Xu, Xu Guo, Zhiwei Zeng, Chunyan Miao

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 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 underlying LLM. Specifically, we employ a lightweight assistant model to generate instance-specific soft thought tokens speculatively as the initial chain of thoughts, which are then mapped into the LLM's representation space via a projection module. Experimental results on five reasoning benchmarks demonstrate that our method enhances LLM reasoning performance through supervised, parameter-efficient fine-tuning.

📄 PDF Abstract BibTeX arXiv:2502.12134

Code (1)

xuyige/softcot 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SoftCoT++: Test-Time Scaling with Soft Chain-of-Thought Reasoning

2025-05-16 · Yige Xu, Xu Guo, Zhiwei Zeng, Chunyan Miao

Test-Time Scaling (TTS) refers to approaches that improve reasoning performance by allocating extra computation during inference, without altering the model's parameters. While existing TTS methods operate in a discrete …

Contrastive Learning

LTA-thinker: Latent Thought-Augmented Training Framework for Large Language Models on Complex Reasoning

2025-09-16 · Jiaqi Wang, Binquan Ji, Haibo Luo, Yiyang Qi 외 arxiv

Complex Reasoning in Large Language Models can be dynamically optimized using Test-Time Scaling (TTS) to mitigate Overthinking. Methods such as Coconut, SoftCoT and its variant are effective in continuous latent space in…

Contrastive Learning

ThoughtSource: A central hub for large language model reasoning data

2023-01-27 · Simon Ott, Konstantin Hebenstreit, Valentin Liévin, Christoffer Egeberg Hother 외

Large language models (LLMs) such as GPT-4 have recently demonstrated impressive results across a wide range of tasks. LLMs are still limited, however, in that they frequently fail at complex reasoning, their reasoning p…

Language ModelingLanguage ModellingLarge Language ModelMath+1

MuSR: Testing the Limits of Chain-of-thought with Multistep Soft Reasoning

2023-10-24 · Zayne Sprague, Xi Ye, Kaj Bostrom, Swarat Chaudhuri 외

While large language models (LLMs) equipped with techniques like chain-of-thought prompting have demonstrated impressive capabilities, they still fall short in their ability to reason robustly in complex settings. Howeve…

Beyond Words: A Mathematical Framework for Interpreting Large Language Models

2023-11-06 · Javier González, Aditya V. Nori

Large language models (LLMs) are powerful AI tools that can generate and comprehend natural language text and other complex information. However, the field lacks a mathematical framework to systematically describe, compa…