paper-with-me

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 token space by generating more intermediate steps, recent studies in Coconut and SoftCoT have demonstrated that thinking in the continuous latent space can further enhance the reasoning performance. Such latent thoughts encode informative thinking without the information loss associated with autoregressive token generation, sparking increased interest in continuous-space reasoning. Unlike discrete decoding, where repeated sampling enables exploring diverse reasoning paths, latent representations in continuous space are fixed for a given input, which limits diverse exploration, as all decoded paths originate from the same latent thought. To overcome this limitation, we introduce SoftCoT++ to extend SoftCoT to the Test-Time Scaling paradigm by enabling diverse exploration of thinking paths. Specifically, we perturb latent thoughts via multiple specialized initial tokens and apply contrastive learning to promote diversity among soft thought representations. Experiments across five reasoning benchmarks and two distinct LLM architectures demonstrate that SoftCoT++ significantly boosts SoftCoT and also outperforms SoftCoT with self-consistency scaling. Moreover, it shows strong compatibility with conventional scaling techniques such as self-consistency. Source code is available at https://github.com/xuyige/SoftCoT.

📄 PDF Abstract BibTeX arXiv:2505.11484

Code (1)

xuyige/softcot 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

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 con…

parameter-efficient fine-tuning

Efficient and Trainable Language Model Test-Time Scaling via Local Branch Routing

2026-06-24 · Yutong Yin, Mingyu Jin, Jin Pan, Changyi Yang 외 arxiv

Test-time scaling improves language-model reasoning, but existing approaches often face a difficult trade-off: long chain-of-thought sampling remains single-threaded, while sentence- or solution-level search can be compu…

Reinforcement LearningMathematical Reasoning

When Fewer Layers Break More Chains: Layer Pruning Harms Test-Time Scaling in LLMs

2025-10-25 · Keyu Wang, Tian Lyu, Guinan Su, Jonas Geiping 외 arxiv

Layer pruning has emerged as a widely adopted technique for improving the efficiency of large language models (LLMs). Although existing methods demonstrate strong performance retention on general knowledge tasks, their e…

General Knowledge

On Test-Time Scaling for Vision-Language Models

2026-06-27 · Fawaz Sammani, Tzoulio Chamiti, Nikos Deligiannis arxiv

Test-time scaling is a paradigm where large models use additional compute at inference to achieve better performance, without changing model weights. While it has been widely studied for Large Language Models (LLMs), its…