When to Think, When to Speak: Learning Disclosure Policies for LLM Reasoning (May 2026)
FreeSide-by-Side (SxS) Interleaved Reasoning — makes disclosure timing a controllable decision in autoregressive generation; interleaves partial disclosures with continued private reasoning, releasing content only when supported by reasoning so far; improves accuracy–latency Pareto trade-offs on Qwen3-3
About When to Think, When to Speak: Learning Disclosure Policies for LLM Reasoning (May 2026)
This paper introduces Side-by-Side (SxS) Interleaved Reasoning, a method that makes disclosure timing a controllable decision within standard autoregressive generation for large language models. SxS interleaves partial disclosures with continued private reasoning in the same context, releasing content only when it is supported by the reasoning so far. The approach addresses the 'silence tax' of single-stream autoregressive interfaces, where additional deliberation postpones task-relevant content and naive early streaming risks premature commitments. SxS is trained using supervised fine-tuning (SFT) to acquire dual-action semantics and reinforcement learning (RL) to recover reasoning performance. Evaluated on Qwen3-30B-A3B (MoE) and Qwen3-4B (dense) models, the method improves accuracy–content-latency Pareto trade-offs on in-domain (AIME25) and out-of-domain (GPQA-Diamond) benchmarks. The paper was accepted at ICML 2026.
Key Features
Pros & Cons
- Addresses the 'silence tax' by allowing controlled disclosure timing
- Reduces risk of premature commitments that bias subsequent generations
- Demonstrates improved accuracy–latency Pareto trade-offs across multiple benchmarks and model scales
- Method is compatible with standard autoregressive generation and does not require architectural changes
- Requires additional training with SFT and RL, increasing computational overhead
- Complexity of interleaved reasoning may be challenging to implement in production systems
- Limited evaluation to Qwen3 models; generalizability to other LLMs not yet shown