paper-with-me

홈 › Papers

PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning

2026-01-09 · Jingcheng Hu, Yinmin Zhang, Shijie Shang, Xiaobo Yang, Yue Peng, Zhewei Huang, Hebin Zhou, Xin Wu, Jie Cheng, Fanqi Wan, Xiangwen Kong, Chengyuan Yao, Kaiwen Yan, Ailin Huang, Hongyu Zhou, Qi Han, Zheng Ge, Daxin Jiang, Xiangyu Zhang, Heung-Yeung Shum arxiv

We introduce Parallel Coordinated Reasoning (PaCoRe), a training-and-inference framework designed to overcome a central limitation of contemporary language models: their inability to scale test-time compute (TTC) far beyond sequential reasoning under a fixed context window. PaCoRe departs from the traditional sequential paradigm by driving TTC through massive parallel exploration coordinated via a message-passing architecture in multiple rounds. Each round launches many parallel reasoning trajectories, compacts their findings into context-bounded messages, and synthesizes these messages to guide the next round and ultimately produce the final answer. Trained end-to-end with large-scale, outcome-based reinforcement learning, the model masters the synthesis abilities required by PaCoRe and scales to multi-million-token effective TTC without exceeding context limits. The approach yields strong improvements across diverse domains, and notably pushes reasoning beyond frontier systems in mathematics: an 8B model reaches 94.5% on HMMT 2025, surpassing GPT-5's 93.2% by scaling effective TTC to roughly two million tokens. We open-source model checkpoints, training data, and the full inference pipeline to accelerate follow-up work.

📄 PDF Abstract BibTeX arXiv:2601.05593

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

STEP3-VL-10B Technical Report

2026-01-14 · Ailin Huang, Chengyuan Yao, Chunrui Han, Fanqi Wan 외 arxiv

We present STEP3-VL-10B, a lightweight open-source foundation model designed to redefine the trade-off between compact efficiency and frontier-level multimodal intelligence. STEP3-VL-10B is realized through two strategic…

Reinforcement Learning

ELASTIC: Efficiently Learning to Adaptively Scale Test-Time Compute for Generative Control Policies

2026-06-30 · Andrew Zou Li, Gokul Swamy, Yonatan Bisk, Andrea Bajcsy arxiv

Generative control policies (GCPs), such as diffusion policies and flow-based vision-language-action models, enable test-time scaling in robot control. Test-time compute can be allocated along two axes: sequential scalin…

Reinforcement LearningRobot Manipulation

CodeMonkeys: Scaling Test-Time Compute for Software Engineering

2025-01-24 · Ryan Ehrlich, Bradley Brown, Jordan Juravsky, Ronald Clark 외

Scaling test-time compute is a promising axis for improving LLM capabilities. However, test-time compute can be scaled in a variety of ways, and effectively combining different approaches remains an active area of resear…

SPIRAL: Learning to Search and Aggregate

2026-06-22 · Jubayer Ibn Hamid, Ifdita Hasan Orney, Michael Y. Li, Omar Shaikh 외 arxiv

Language model reasoning can be substantially improved at test time via scaffolds that scale inference compute across different primitives -- sequential reasoning within a trace, independently sampled parallel traces, an…

Reinforcement Learning

Improving Efficiency in Large-Scale Decentralized Distributed Training

2020-02-04 · Wei Zhang, Xiaodong Cui, Abdullah Kayi, Mingrui Liu 외

Decentralized Parallel SGD (D-PSGD) and its asynchronous variant Asynchronous Parallel SGD (AD-PSGD) is a family of distributed learning algorithms that have been demonstrated to perform well for large-scale deep learnin…

speech-recognitionSpeech Recognition