English

Parallel Continuous Chain-of-Thought with Jacobi Iteration

Computation and Language 2026-02-27 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2506.18582,
  title  = {Parallel Continuous Chain-of-Thought with Jacobi Iteration},
  author = {Haoyi Wu and Zhihao Teng and Kewei Tu},
  journal= {arXiv preprint arXiv:2506.18582},
  year   = {2026}
}

Comments

Accepted to EMNLP 2025 main conference

R2 v1 2026-07-01T03:29:21.751Z