← Latest papers
💬 NLP

Share More, Search Less: Collaborative Parallel Thinking for Efficient Test-Time Scaling

This paper proposes Collaborative Parallel Thinking (CPT), a training-free framework that enhances test-time scaling efficiency by enabling parallel reasoning branches to share and reuse intermediate discoveries in real-time, thereby reducing redundant exploration and achieving superior accuracy-latency trade-offs on mathematical benchmarks.

Original authors: Xinglin Wang, Hao Lin, Shaoxiong Feng, Peiwen Yuan, Yiwei Li, Jiayi Shi, Yueqi Zhang, Chuyi Tan, Ji Zhang, Boyuan Pan, Yao Hu, Kan Li

Published 2026-05-27
📖 3 min read☕ Coffee break read

Original authors: Xinglin Wang, Hao Lin, Shaoxiong Feng, Peiwen Yuan, Yiwei Li, Jiayi Shi, Yueqi Zhang, Chuyi Tan, Ji Zhang, Boyuan Pan, Yao Hu, Kan Li

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a very difficult math puzzle. You have a team of 64 brilliant detectives (these are the "parallel branches" of an AI) working on the same case at the same time.

The Old Way: The "Silent Room" Problem
In the past, when these 64 detectives worked, they were in completely separate, soundproof rooms.

  • Detective A spends 10 minutes figuring out that "the answer must be an even number."
  • Detective B spends the next 10 minutes figuring out the exact same thing.
  • Detective C spends another 10 minutes rediscovering it again.

They are all working hard, but they are wasting a huge amount of time and energy re-discovering things the others have already found. They are like a group of people trying to find a lost key in a dark room, where everyone is blindly feeling around the same spot, unaware that someone else already found the key and put it on the table.

The New Solution: "Collaborative Parallel Thinking" (CPT)
The authors of this paper propose a new way to work called Collaborative Parallel Thinking (CPT). Think of it as giving the detectives a shared digital whiteboard in the middle of the room.

Here is how it works:

  1. Work Independently First: The detectives start working in their own rooms. They need time to think on their own so they don't just copy each other immediately.
  2. The "Whiteboard" Update: Every so often (after they've written a certain amount of text), they pause. A special assistant (the AI itself) reads what they wrote, pulls out the most important clues (like "the answer is even" or "don't divide by zero"), and writes them on the Shared Whiteboard.
  3. Deduplication: If Detective A and Detective B both wrote "the answer is even," the assistant only writes it on the board once. This keeps the board clean and prevents clutter.
  4. Broadcasting: The assistant then reads the contents of the whiteboard out loud to everyone. Now, when Detective C starts their next step, they can see the board. They don't have to waste time figuring out that the answer is even; they can skip that step and move on to the next hard part.
  5. Smart Timing: The system is smart about when to share. If the detectives are still finding lots of new clues, they keep working alone. But once they start finding the same old clues over and over, the system says, "Okay, it's time to share the board!"

Why This Matters
The paper tested this on tough math competitions (like HMMT and AIME). They found that:

  • Less Wasted Time: The detectives stopped wasting time re-finding clues.
  • Faster Answers: Because they didn't have to repeat work, they reached the correct answer faster.
  • Better Results: Even with the same amount of time (or "latency"), the team using the shared whiteboard got more questions right than teams working in silence.

The Catch (Limitations)
The paper notes that updating the whiteboard isn't free. Every time the assistant reads the board and tells everyone what's on it, it takes a tiny bit of extra energy to process that new information. However, the time saved by not re-doing the work is much bigger than the cost of updating the board.

In a Nutshell
Instead of 64 people blindly searching the same room and bumping into each other, CPT gives them a shared map. They still explore different paths, but they share their discoveries instantly so no one wastes time walking the same dead-end twice. It's about sharing more and searching less.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →