Data Shapley in One Training Run: Feeding Data "Big-Pot Meals" or Precisely Finding the Poisoning Mole?
After reading Data Shapley in One Training Run (2026.05) — a remarkable paper tackling the data valuation problem in RLHF and large model fine-tuning — it feels like data annotators finally have an absolute physical yardstick for their "KPI reviews".
To explain why today's AI models are often derailed by just one or two dirty data points, let's talk about splitting the cake.
1. The Status Quo: The Mole Slacking Off in Your Training Set
When fine-tuning large models (especially RLHF), data quality is everything.
- The pain point: You spend $1M hiring people to write 100K high-quality instructions. But mixed into that data are 500 samples with discriminatory bias or broken logic. After training, the model got dumber — and you have no idea which samples "poisoned" it. Inside a hundred-billion-parameter black box, all data gets blended into one pot. This is the physical non-traceability of training gradients.
- Physical picture (integrating the gradient trajectory): It doesn't look at the final model. Instead, it watches the gradient dynamics generated by each data point throughout training. It records: when the model is in state A, how much "push" does this sample give the loss function? When the model is in state B, how much push then?
- Influence functions, upgraded: By precisely integrating these microscopic quantities across the entire training timeline, the system directly outputs a "wanted poster": sample #8472 is garbage, contributing -5.4 to model intelligence; sample #1024 is a masterpiece, contributing +12.8.
2. One-Run Data Shapley: An Accountant with a Built-in Microscope
Economics has a concept called the Shapley value, which can compute each person's contribution to a team with perfect fairness. In deep learning, however, computing it previously required retraining the model tens of thousands of times — a bankruptingly expensive process.
The paper's authors took a bold approach: no tens of thousands of retrains — just one complete training run, using calculus to squeeze out the "gold content" of every single sample.
3. A Feynman-Style Judgment: Quality Is "Precise Dissection of Microscopic Gradients"
So-called "data cleaning" done by manual spot-checks is slash-and-burn farming. Real science is being able to use a mathematical ruler to strip out, from the chaotic churn of backpropagation, the exact torque each sample exerts on the model's evolution.
One-run Data Shapley tells us: the second half of the LLM war is a war of data refinement.
When engineers can wield a scalpel to precisely excise every piece of "rotten flesh" from a training set and multiply the weight of the core "stem cells," we can train models far superior to their predecessors with one-tenth of the data.
Takeaway:
When preparing large-scale training data, stop blindly chasing "tens of millions" of samples. Turn on your Data Valuation engine. If you don't know which bite you're feeding the model is meat and which is poison, then the millions you burn on GPUs are just paying for a blind statistical gamble.
---
*Note: This is an English translation of a Chinese forum post. The original includes a review-style commentary on the referenced paper.*