paper-with-me

홈 › Papers

Multiplex Thinking: Reasoning via Token-wise Branch-and-Merge

2026-01-13 · Yao Tang, Li Dong, Yaru Hao, Qingxiu Dong, Furu Wei, Jiatao Gu arxiv

Large language models often solve complex reasoning tasks more effectively with Chain-of-Thought (CoT), but at the cost of long, low-bandwidth token sequences. Humans, by contrast, often reason softly by maintaining a distribution over plausible next steps. Motivated by this, we propose Multiplex Thinking, a stochastic soft reasoning mechanism that, at each thinking step, samples K candidate tokens and aggregates their embeddings into a single continuous multiplex token. This preserves the vocabulary embedding prior and the sampling dynamics of standard discrete generation, while inducing a tractable probability distribution over multiplex rollouts. Consequently, multiplex trajectories can be directly optimized with on-policy reinforcement learning (RL). Importantly, Multiplex Thinking is self-adaptive: when the model is confident, the multiplex token is nearly discrete and behaves like standard CoT; when it is uncertain, it compactly represents multiple plausible next steps without increasing sequence length. Across challenging math reasoning benchmarks, Multiplex Thinking consistently outperforms strong discrete CoT and RL baselines from Pass@1 through Pass@1024, while producing shorter sequences. The code and checkpoints are available at https://github.com/GMLR-Penn/Multiplex-Thinking.

📄 PDF Abstract BibTeX arXiv:2601.08808

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Relational Context Learning for Human-Object Interaction Detection

2023-04-11 · CVPR 2023 1 · Sanghyun Kim, Deunsol Jung, Minsu Cho

Recent state-of-the-art methods for HOI detection typically build on transformer architectures with two decoder branches, one for human-object pair detection and the other for interaction classification. Such disentangle…

DecoderHuman-Object Interaction DetectionObjectRelational Reasoning+1

Parallel-Probe: Towards Efficient Parallel Thinking via 2D Probing

2026-02-03 · Tong Zheng, Chengsong Huang, Runpeng Dai, Yun He 외 arxiv

Parallel thinking has emerged as a promising paradigm for reasoning, yet it imposes significant computational burdens. Existing efficiency methods primarily rely on local, per-trajectory signals and lack principled mecha…

Rethinking On-Policy Self-Distillation for Thinking Models

2026-07-06 · Simran Kaur, Narutatsu Ri, Yinghui He, Liam Fowl 외 arxiv

Self-distillation is a promising recipe for self-improvement in language models. In this setting, a model can serve as its own teacher when given privileged information, such as a solution to a math problem. This seems e…

SAT: Balancing Reasoning Accuracy and Efficiency with Stepwise Adaptive Thinking

2026-04-09 · Weiyang Huang, Xuefeng Bai, Kehai Chen, Xinyang Chen 외 arxiv

Large Reasoning Models (LRMs) have revolutionized complex problem-solving, yet they exhibit a pervasive "overthinking", generating unnecessarily long reasoning chains. While current solutions improve token efficiency, th…

Entropy-Aware Branching for Improved Mathematical Reasoning

2025-03-27 · Xianzhi Li, Ethan Callanan, Xiaodan Zhu, Mathieu Sibue 외

While Large Language Models (LLMs) are effectively aligned through extensive pre-training and fine-tuning, they still struggle with varying levels of uncertainty during token generation. In our investigation of mathemati…

Mathematical Reasoning