Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Message Passing Enables Efficient Reasoning

About

While inference-time scaling has improved the reasoning abilities of large language models (LLMs), the need to generate long chains-of-thought (CoTs) is a computational bottleneck. Thus, in contrast to sequential scaling methods like CoT, recent parallel scaling techniques instead use fork and join (FJ) primitives to divide work across multiple LLM threads. However, in the fork-join paradigm, threads are typically transient and do not communicate pointwise with one another which limits scalability. To tackle this, we introduce Message Passing Language Models (MPLMs), a framework for LLM reasoning in which threads communicate directly via lightweight send and receive primitives. MPLMs enable efficient scaling through two key mechanisms: (1) reduced communication costs, achieved by avoiding redundant context sharing, and (2) preemption, which allows threads to terminate early based on partial information from their peers. We demonstrate the promise of MPLMs on 3 classes of tasks. First, on Sudoku puzzles, we show that MPLMs require an asymptotically smaller context than both serial CoT and parallel FJ. We then fine-tune a single model to solve 25 x 25 puzzles that remain challenging for standard CoT and FJ approaches, as well as frontier reasoning models without tools. Second, on 3-SAT puzzles, the capability of preemption allows termination of unpromising branches, which results in improved efficiency. Finally, we show that appropriately prompted large pre-trained models follow the MPLM protocol, achieving competitive results on long-context question answering relative to popular fork-join approaches.

Xuecheng Liu, Daman Arora, Gokul Swamy, Andrea Zanette• 2026

Related benchmarks

TaskDatasetResultRank
Long-context Question AnsweringLongBench v2 (full)
Overall Accuracy46.5
10
Multi-document Question AnsweringLongBench Multi-Doc QA v2
Accuracy47.2
7
Sudoku SolvingSudoku n=2 4x4 (eval)
Accuracy100
5
Long-context Question AnsweringLongBench I. Single-Document QA v2
Accuracy48
4
Long-context Question AnsweringLongBench Long In-context Learning v2
Accuracy49.4
4
Long-context Question AnsweringLongBench IV. Long-dialogue History Understanding v2
Accuracy61.6
4
Sudoku SolvingSudoku n=3 9x9 (val)
Accuracy100
4
Long-context Question AnsweringLongBench Code Repository Understanding v2
Accuracy35
4
Long-context Question AnsweringLongBench VI. Long Structured Data Understanding v2
Accuracy42.4
4
Boolean Satisfiability (SAT)SAT 8-20 variables (test)
Success Rate (8 Variables)100
3
Showing 10 of 12 rows

Other info

Follow for update