paper-with-me

Papers

Parallel Continuous Chain-of-Thought with Jacobi Iteration

2025-06-23 · HaoYi Wu, Zhihao Teng, Kewei Tu

Continuous chain-of-thought has been shown to be effective in saving reasoning tokens for large language models. By reasoning with continuous latent thought tokens, continuous CoT is able to perform implicit reasoning in a compact manner. However, the sequential dependencies between latent thought tokens spoil parallel training, leading to long training time. In this paper, we propose Parallel Continuous Chain-of-Thought (PCCoT), which performs Jacobi iteration on the latent thought tokens, updating them iteratively in parallel instead of sequentially and thus improving both training and inference efficiency of continuous CoT. Experiments demonstrate that by choosing the proper number of iterations, we are able to achieve comparable or even better performance while saving nearly 50% of the training and inference time. Moreover, PCCoT shows better stability and robustness in the training process. Our code is available at https://github.com/whyNLP/PCCoT.

📄 PDF Abstract BibTeX arXiv:2506.18582

Code (1)

whynlp/pccot 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Continuous Chain of Thought Enables Parallel Exploration and Reasoning

2025-05-29 · Halil Alperen Gozeten, M. Emrullah Ildiz, Xuechen Zhang, Hrayr Harutyunyan 외

Current language models generate chain-of-thought traces by autoregressively sampling tokens from a finite vocabulary. While this discrete sampling has achieved remarkable success, conducting chain-of-thought with contin…

Logical Reasoning

Parallel Test-Time Scaling for Latent Reasoning Models

2025-10-09 · Runyang You, Yongqi Li, Meng Liu, Wenjie Wang 외 arxiv

Parallel test-time scaling (TTS) is a pivotal approach for enhancing large language models (LLMs), typically by sampling multiple token-based chains-of-thought in parallel and aggregating outcomes through voting or searc…

A Formal Comparison Between Chain of Thought and Latent Thought

2025-09-25 · Kevin Xu, Issei Sato arxiv

Chain of thought (CoT) elicits reasoning in large language models by explicitly generating intermediate tokens. In contrast, latent thought reasoning operates directly in the continuous latent space, enabling computation…

Unifying Optimization and Dynamics to Parallelize Sequential Computation: A Guide to Parallel Newton Methods for Breaking Sequential Bottlenecks

2026-03-17 · Xavier Gonzalez arxiv

Massively parallel hardware (GPUs) and long sequence data have made parallel algorithms essential for machine learning at scale. Yet dynamical systems, like recurrent neural networks and Markov chain Monte Carlo, were th…

Ulterior Motives: Detecting Misaligned Reasoning in Continuous Thought Models

2026-04-25 · Sharan Ramjee arxiv

Chain-of-Thought (CoT) reasoning has emerged as a key technique for eliciting complex reasoning in Large Language Models (LLMs). Although interpretable, its dependence on natural language limits the model's expressive ba…