paper-with-me

Papers

Token Assorted: Mixing Latent and Text Tokens for Improved Language Model Reasoning

2025-02-05 · DiJia Su, Hanlin Zhu, Yingchen Xu, Jiantao Jiao, Yuandong Tian, Qinqing Zheng

Large Language Models (LLMs) excel at reasoning and planning when trained on chainof-thought (CoT) data, where the step-by-step thought process is explicitly outlined by text tokens. However, this results in lengthy inputs where many words support textual coherence rather than core reasoning information, and processing these inputs consumes substantial computation resources. In this work, we propose a hybrid representation of the reasoning process, where we partially abstract away the initial reasoning steps using latent discrete tokens generated by VQ-VAE, significantly reducing the length of reasoning traces. We explore the use of latent trace abstractions in two scenarios: 1) training the model from scratch for the Keys-Finding Maze problem, 2) fine-tuning LLMs on this hybrid data with an extended vocabulary including unseen latent tokens, for both logical and mathematical reasoning problems. To facilitate effective learning, we introduce a simple training procedure that randomly mixes latent and text tokens, which enables fast adaptation to new latent tokens. Our approach consistently outperforms the baselines methods in various benchmarks.

📄 PDF Abstract BibTeX arXiv:2502.03275

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMathematical Reasoning

Methods 이 논문이 사용한 방법론

VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

Improving Latent Reasoning in LLMs via Soft Concept Mixing

2025-11-21 · Kang Wang, Xiangyu Duan, Tianyi Du arxiv

Unlike human reasoning in abstract conceptual spaces, large language models (LLMs) typically reason by generating discrete tokens, which potentially limit their expressive power. The recent work Soft Thinking has shown t…

Reinforcement Learning

Exploring Unbiased Deepfake Detection via Token-Level Shuffling and Mixing

2025-01-08 · Xinghe Fu, Zhiyuan Yan, Taiping Yao, Shen Chen 외

The generalization problem is broadly recognized as a critical challenge in detecting deepfakes. Most previous work believes that the generalization gap is caused by the differences among various forgery methods. However…

DeepFake DetectionFace SwappingPosition

Unmixing-Guided Spatial-Spectral Mamba with Clustering Tokens for Hyperspectral Image Classification

2026-04-10 · Yimin Zhu, Lincoln Linlin Xu arxiv

Although hyperspectral image (HSI) classification is critical for supporting various environmental applications, it is a challenging task due to the spectral-mixture effect, the spatial-spectral heterogeneity and the dif…

Hyperspectral Image Classification

Token-Label Alignment for Vision Transformers

2022-10-12 · ICCV 2023 1 · Han Xiao, Wenzhao Zheng, Zheng Zhu, Jie zhou 외

Data mixing strategies (e.g., CutMix) have shown the ability to greatly improve the performance of convolutional neural networks (CNNs). They mix two images as inputs for training and assign them with a mixed label with …

image-classificationImage ClassificationSemantic SegmentationTransfer Learning

Leveraging Latent Visual Reasoning in Silence

2026-05-18 · Dongyao Zhu, Zhen Wang, Xi Xiao, Han Jiang 외 arxiv

Latent visual reasoning involves visual evidence more directly in multimodal reasoning by inserting continuous latent tokens before textual generation. However, the necessity of these latent tokens at inference remains a…

Reinforcement LearningMultimodal ReasoningSpatial ReasoningVisual Grounding