Generalized Parallel Scaling with Interdependent Generations

πŸ“… 2025-10-01
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
In parallel LLM inference, conventional N-way independent response generation leads to imbalanced resource utilization and prevents latent information sharing across sequences, thereby limiting response quality and consistency. To address this, we propose Bridgeβ€”a lightweight tensor-level mechanism that reconstructs batched hidden states to enable implicit cross-sequence information sharing, thereby introducing interdependence among parallel responses. Bridge adds only 2.8%–5.1% parameters and is the first method to support arbitrary-width, scalable dependency-aware parallel inference while remaining compatible with downstream aggregation. Integrated with reinforcement learning and verifiable reward training, a single model trained with Bridge generalizes seamlessly across varying parallelism degrees. On reinforcement learning benchmarks, it achieves up to 50% relative improvement in average accuracy and significantly enhances consistency among correct responses.

Technology Category

Application Category

πŸ“ Abstract
Parallel LLM inference scaling involves sampling a set of $N>1$ responses for a single input prompt. However, these $N$ parallel responses tend to be generated independently from each other, partitioning compute resources and leaving potentially useful information in one generation untapped by others. This is in contrast to response length scaling where past computation is used in all future steps. For higher quality responses and response sets, we propose Bridge to generate interdependent responses in parallel by rethinking batched LLM hidden states as holistic tensors rather than independent slices. With only a small amount (2.8%-5.1%) of new parameters, Bridge improves the relative mean accuracy gains from reinforcement learning with verifiable rewards by up to 50% and boosts consistency of correct responses. Trained once, Bridge scales to any generation width, all with greater performance than independent generations, unlocking a more general mode of parallel scaling that effectively leverages information between sequences, compatible with any post-generation aggregation technique.
Problem

Research questions and friction points this paper is trying to address.

Enabling interdependent parallel LLM responses through holistic tensor processing
Overcoming independent generation limitations by sharing computational information
Improving response quality and consistency with minimal additional parameters
Innovation

Methods, ideas, or system contributions that make the work stand out.

Generates interdependent parallel responses via holistic tensors
Adds minimal new parameters to enable cross-sequence information sharing
Improves accuracy and consistency while maintaining generation width flexibility
πŸ”Ž Similar Papers
No similar papers found.