AIToday
Large Language ModelsAI Business & Industryr/MachineLearningPublished: Aug 20, 2026, 10:01 JST2 min read

Same training recipe produced wildly different results across three LLMs

Same training recipe produced wildly different results across three LLMs

Key takeaway

  • A researcher training three language models of different sizes with identical post-training procedures found that the same GRPO recipe produced vastly different outcomes: one model showed almost no change, another degraded significantly, and the third improved modestly.

  • The inconsistency—despite holding all hyperparameters and training data constant—suggests that GRPO's effectiveness is unpredictably tied to factors like model scale or architecture, raising practical concerns for teams relying on this post-training method to improve their models.

3 Key Points

  1. What happened

    A researcher trained three language models from scratch (353M, 316M, and 672M parameters) using identical post-training methods—SFT followed by GRPO—with the same synthetic arithmetic curriculum, reward function, hyperparameters, and KL coefficient. Pre-training validation loss improved as expected with model size and architectural improvements (2.8659 → 2.7844 → 2.5885), but GRPO post-training produced inconsistent results: V1's WikiText perplexity barely changed (+0.2%), V2's degraded sharply (+52%), and V3's improved modestly (+5%).

  2. Why it matters

    The finding suggests that identical training recipes do not guarantee consistent outcomes across models of different scales and architectures, even when every hyperparameter and data source is held constant. This raises questions about the robustness and predictability of GRPO (a reinforcement-learning-based post-training method) and points to hidden dependencies on model size or design that are not yet understood—a practical problem for anyone trying to reliably improve LLMs.

  3. What to watch

    The researcher has not published a clear explanation for why GRPO hurt V2 and V3 in particular. Understanding whether the divergence stems from scale, architecture (V2 used Differential Attention + GQA, V3 used XSA + GQA), training data (V3 added code and math), or post-training dynamics could help practitioners predict when GRPO will help or harm a given model.

Ask the AI about this article →

Context & Analysis

The experiment reveals a significant gap in our understanding of how post-training methods scale and interact with model architecture. Pre-training followed a predictable pattern—larger models and better techniques yielded lower validation loss—but GRPO broke that predictability. V2, despite being smaller than V3, suffered a sharp 52% perplexity degradation on WikiText, while V3 only declined by 5%. V1's near-flat outcome (+0.2%) suggests a potential size threshold below which GRPO's effect becomes negligible, but the lack of a clean relationship to scale undermines that hypothesis. The differences in architecture (multi-head attention vs. Differential Attention vs. XSA) and data (V3's inclusion of code and math) introduce confounding variables that make it difficult to isolate which factor drove the divergence. This outcome is practically important because it means practitioners cannot assume that a post-training recipe validated on one model will transfer reliably to another, even within a controlled experimental setting.

FAQ

What is GRPO and how was it applied here?
GRPO is a post-training method that follows SFT (supervised fine-tuning). In this experiment, it was applied to all three models using the same reward function, KL coefficient, and synthetic arithmetic curriculum to test whether the same recipe would yield consistent results.
How did the three models differ in construction?
V1 had 353M parameters with multi-head attention (MHA), V2 had 316M parameters with Differential Attention + GQA, and V3 had 672M parameters with XSA + GQA. V1 and V2 trained on 10B tokens from FineWeb-Edu, while V3 trained on 30B tokens from FineWeb-Edu plus code and math data.
Why did GRPO hurt two of the three models?
The researcher states they are unsure why GRPO hurt V2 and V3 post-training, despite using identical hyperparameters and methods across all three models.
r/MachineLearningRead Original Article

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleAmazon aims for 500 delivery drone neighborhoods by end of 2026

The AI news that matters, in one minute each morning.

Sign up free