← Latest papers
💻 computer science

When to Think, When to Speak: Learning Disclosure Policies for LLM Reasoning

This paper introduces Side-by-Side (SxS) Interleaved Reasoning, a framework that enables large language models to dynamically control the timing of content disclosure during generation to balance the trade-off between deliberation time and premature commitment, thereby improving accuracy-latency performance across various benchmarks.

Original authors: Jiaqi Wei, Xuehang Guo, Pengfei Yu, Xiang Zhang, Wanli Ouyang, Siqi Sun, Qingyun Wang, Chenyu You

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: Jiaqi Wei, Xuehang Guo, Pengfei Yu, Xiang Zhang, Wanli Ouyang, Siqi Sun, Qingyun Wang, Chenyu You

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 asking a brilliant but very cautious friend for help with a complex puzzle.

The Old Way: The "Silence Tax"
In the current way Large Language Models (LLMs) work, your friend has to think out loud. But here's the catch: as soon as they say a word, that word is public. They can't take it back.

  • If they stay silent to think deeply, you sit there waiting in awkward silence (the "Silence Tax").
  • If they start talking immediately to be polite, they might say something wrong or half-baked. Because they already said it, they are now "committed" to that idea, which might make it harder for them to correct their course later. They are forced to keep building on a shaky foundation just because they spoke too soon.

The New Idea: Side-by-Side (SxS) Reasoning
This paper introduces a new way for the AI to talk, called Side-by-Side (SxS) Interleaved Reasoning.

Think of it like a live cooking show with a secret ingredient.

  • The "Think" Mode (Private): The chef (the AI) is in the kitchen, chopping, tasting, and mixing ingredients. You can't see this part. It's their private workspace.
  • The "Speak" Mode (Public): The chef steps out to the counter and tells you, "I'm adding salt now."
  • The Magic Rule: The chef is only allowed to step out and speak if they have already tasted the dish and are 100% sure that the salt is the right move. They don't just shout out guesses to fill the silence.

How It Works (The "Entailment" Trick)
The paper teaches the AI a specific rule: "Don't speak until your thinking supports what you're about to say."

  1. Training the Chef: The researchers took thousands of examples where an AI solved a problem. They used a "supervisor" (another AI) to check: "Does this specific thought step actually prove this specific answer step?"
  2. The Interleaved Dance: They created a new training format where the AI practices switching back and forth between "Thinking" (private) and "Speaking" (public).
    • Think: "I need to calculate the area." (Private)
    • Think: "The formula is length times width." (Private)
    • Speak: "The area is 50." (Public, because the thinking just proved it).
    • Think: "Wait, let me double-check the units." (Private)
    • Speak: "So, 50 square meters." (Public).

The Results: Best of Both Worlds
The paper tested this on math problems (AIME25) and science questions (GPQA-Diamond) using two different sizes of AI models.

  • Faster Updates: Instead of waiting 20,000 tokens (a very long time) for the final answer, the AI now gives you small, verified chunks of the answer much earlier. It's like getting a progress bar that actually moves, rather than a spinning wheel.
  • No "Filler": Because the AI is trained to only speak when it has proof, it doesn't just babble nonsense to fill the silence.
  • Accuracy Remains High: Sometimes, forcing an AI to talk early makes it dumber. But because this method uses a two-step training process (first learning how to switch modes, then using reinforcement learning to make sure the answers are still correct), the AI stays smart.
  • The "Pareto" Win: The paper claims this creates a better balance (a "Pareto trade-off"). You get faster, more frequent updates without sacrificing the quality of the final answer.

In Summary
This paper solves the "Silence Tax" by teaching the AI to be a confident, verified speaker. It allows the model to keep its "thinking hat" on while it works, and only take it off to share a piece of the solution when it knows that piece is solid. This makes the interaction feel faster and more responsive, without forcing the AI to guess or lie to fill the silence.

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 →