- Tencent-linked research separates learning efficiency from hardware throughput.
- Larger batches help only if their throughput gain exceeds any extra samples needed.
- Reported gains require learning-rate retuning and apply within tested ranges.
More parallel work does not automatically mean faster learning
Research highlighted by Tencent's Hunyuan team examines a deceptively simple question: when does increasing the batch size make reinforcement learning for language models finish sooner? The paper, submitted to arXiv on August 29 and later featured on Tencent's research index, distinguishes processing more examples at once from reaching a target quality in less elapsed time.
A batch is the collection of examples used for an update. Increasing it may make better use of hardware, but with a fixed sample budget it also means fewer updates. The paper argues that comparisons become misleading if those two effects are collapsed into a single throughput number.
The authors' decision rule
The researchers compare training configurations at equal cumulative sample counts and retune hyperparameters that depend on batch size. In the tested range, adjusting the learning rate produced broadly similar learning curves when measured against the number of samples consumed.
They then evaluate the system separately. Generating new trajectories and training on them have different computational characteristics. Their reported experiments found generation-throughput gains of up to 2.29 times on fixed hardware. In GRPO experiments, combining better throughput with retuning reduced time to a target by up to 29%; increasing the batch without retuning was slower despite the throughput improvement.
Why the distinction matters
Consider a configuration that produces samples twice as fast but needs three times as many to reach the same quality. It has improved a hardware metric while making the actual training job longer. Conversely, a modest throughput improvement can be useful if sample efficiency is preserved. This arithmetic is the practical idea behind the paper's rule.
The result does not say that the largest possible batch is optimal, or that one scaling formula works indefinitely. The authors describe a bounded range in which their approximate invariance holds and report experiments with GRPO and PPO. Their findings should be read within that experimental scope.
The workload used to test the rule
The GRPO experiments use Qwen3-30B-A3B-Instruct-2507 and 4,853 filtered mathematical problems derived from DAPO-MATH-17K. Each prompt produces eight sampled responses. Evaluation averages mean-at-32 performance on the 2024 and 2025 AIME competitions. These are mathematical-reasoning workloads, so the measured saving should not be presented as a demonstrated speedup for every coding, browsing or office-agent training run.
The authors hold accelerator allocation fixed and vary the prompt batch from 64 to 4,096. They initialize Adam learning rates using square-root scaling, while keeping other tuning choices fixed. That is a deliberately restricted experiment: failure to preserve sample efficiency might reflect either the batch becoming too large or the limits of that tuning recipe. The largest-batch results are therefore part of the finding, not inconvenient cases to omit from the headline.
A measurement framework for reinforcement learning
The contribution is a way to organize tuning: first check whether learning behavior remains comparable as batch size changes, then optimize execution within that region. That connects algorithm design to the real cost of running the system.
For readers following China's model development, the work also makes a distinction often missing from training announcements. More hardware, more trajectories per update and faster completion are separate claims. A credible speedup needs a fixed target and an account of the resources used to reach it.
Sources & context
Go to the original material. Company claims remain attributed to their sources.
01Updates & corrections
— Expanded with additional reporting and source context.

