paper-with-me

Papers

Soft Tokens, Hard Truths

2025-09-23 · Natasha Butt, Ariel Kwiatkowski, Ismail Labiad, Julia Kempe, Yann Ollivier arxiv

The use of continuous instead of discrete tokens during the Chain-of-Thought (CoT) phase of reasoning LLMs has garnered attention recently, based on the intuition that a continuous mixture of discrete tokens could simulate a superposition of several reasoning paths simultaneously. Theoretical results have formally proven that continuous tokens have much greater expressivity and can solve specific problems more efficiently. However, practical use of continuous tokens has been limited by strong training difficulties: previous works either just use continuous tokens at inference time on a pre-trained discrete-token model, or must distill the continuous CoT from ground-truth discrete CoTs and face computational costs that limit the CoT to very few tokens. This is the first work introducing a scalable method to learn continuous CoTs via reinforcement learning (RL), without distilling from reference discrete CoTs. We use "soft" tokens: mixtures of tokens together with noise on the input embedding to provide RL exploration. Computational overhead is minimal, enabling us to learn continuous CoTs with hundreds of tokens. On math reasoning benchmarks with Llama and Qwen models up to 8B, training with continuous CoTs match discrete-token CoTs for pass@1 and surpass them for pass@32, showing greater CoT diversity. In systematic comparisons, the best-performing scenario is to train with continuous CoT tokens then use discrete tokens for inference, meaning the "soft" models can be deployed in a standard way. Finally, we show continuous CoT RL training better preserves the predictions of the base model on out-of-domain tasks, thus providing a softer touch to the base model.

📄 PDF Abstract BibTeX arXiv:2509.19170

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforced Self-Attention Network: a Hybrid of Hard and Soft Attention for Sequence Modeling

2018-01-31 · Tao Shen, Tianyi Zhou, Guodong Long, Jing Jiang 외

Many natural language processing tasks solely rely on sparse dependencies between a few tokens in a sentence. Soft attention mechanisms show promising performance in modeling local/global dependencies by soft probabiliti…

Hard AttentionNatural Language InferenceSentence

Rethinking Dataset Distillation: Hard Truths about Soft Labels

2026-04-20 · Priyam Dey, Aditya Sahdev, Sunny Bhati, Konda Reddy Mopuri 외 arxiv

Despite the perceived success of large-scale dataset distillation (DD) methods, recent evidence finds that simple random image baselines perform on-par with state-of-theart DD methods like SRe2L due to the use of soft la…

Incorporating Attribution Importance for Improving Faithfulness Metrics

2023-05-17 · Zhixue Zhao, Nikolaos Aletras

Feature attribution methods (FAs) are popular approaches for providing insights into the model reasoning process of making predictions. The more faithful a FA is, the more accurately it reflects which parts of the input …

Collaborative Large Language Model for Recommender Systems

2023-11-02 · Yaochen Zhu, Liang Wu, Qi Guo, Liangjie Hong 외

Recently, there has been growing interest in developing the next-generation recommender systems (RSs) based on pretrained large language models (LLMs). However, the semantic gap between natural language and recommendatio…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+2

Tight bounds for maximum $\ell_1$-margin classifiers

2022-12-07 · Stefan Stojanovic, Konstantin Donhauser, Fanny Yang

Popular iterative algorithms such as boosting methods and coordinate descent on linear models converge to the maximum $\ell_1$-margin classifier, a.k.a. sparse hard-margin SVM, in high dimensional regimes where the data …