← Latest papers
🤖 machine learning

Beyond Shapley: An Influence-Based Data Auditing Pipeline for LLM Alignment and Evaluation

This paper introduces a scalable, inference-only data auditing pipeline that approximates Shapley values to efficiently identify and remove conflicting, mislabeled, or unsafe records from LLM alignment datasets and benchmarks, thereby significantly reducing manual audit efforts and exposing critical flaws in human-annotated ground truth.

Original authors: Yunting Song, Matthew Watson, Peter Grabowski, Jun Qin

Published 2026-07-28
📖 4 min read☕ Coffee break read

Original authors: Yunting Song, Matthew Watson, Peter Grabowski, Jun Qin

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a super-smart robot how to be a helpful, safe, and honest human assistant. You don't program it with rigid rules; instead, you show it millions of examples of good conversations and bad ones, letting it learn by example. This is how modern AI gets its "personality" and safety filters. But here's the catch: the robot is only as good as the stories you tell it. If your storybook is filled with typos, lies, or confusing contradictions, the robot will get confused and might start acting strangely.

For a long time, checking these storybooks was like trying to find a single bad apple in a mountain of fruit by looking at them one by one. It was slow, expensive, and often missed the subtle problems. Scientists have tried using math to figure out which stories are most important, a method called "Shapley value," but doing the math exactly is so heavy it would take forever for a giant pile of data. The big question is: How can we quickly spot the hidden mistakes, the confusing contradictions, and the bad advice in these massive training books without reading every single page or re-teaching the robot from scratch?

This paper introduces a clever new detective tool called an "influence-based data auditing pipeline." Think of it as a magic magnifying glass that doesn't need to re-read the whole book to find the errors. Instead of retraining the robot, the researchers use a trick: they ask the robot, "If I show you this specific story before you read this next one, does it help you understand, or does it confuse you?"

The researchers built a system that groups similar stories together and then tests them like a game of "spot the difference." They take a story and ask the robot to predict the ending. Then, they show the robot a similar story first (like a hint) and ask it to predict the ending again. If the "hint" story makes the robot's prediction worse, it's a huge red flag. It means the two stories are fighting each other, like one saying "Always tell the truth" and the other saying "It's okay to lie in this case."

The team tested this on two famous collections of training data. First, they looked at a dataset called HelpSteer2. Their tool found that out of thousands of records, they could shrink the list of things humans needed to check by 99.1%. They uncovered hidden errors where humans had given perfect scores to answers that were actually full of made-up facts or ignored important instructions. For example, they found cases where a robot was praised for writing a perfect-looking essay that contained fake dates and fake scientific papers, while a similar essay with the same fake facts was correctly punished. This revealed a "superficiality bias," where human reviewers liked how the text looked but didn't check if the facts were real.

Next, they audited a dataset called HH-RLHF, which is used to teach robots to choose between two answers. They found thousands of hidden contradictions where the "correct" answer chosen by humans was actually dangerous or unhelpful. In one scary example, a human reviewer picked a response that suggested pouring bleach into someone's eye as a prank, while rejecting a safe response that just asked for clarification. The tool spotted these safety risks that standard checks missed.

Perhaps most surprisingly, when they used this tool to check the test questions (the exams used to grade the robots), they found that the exams themselves were broken. The "correct" answers in the test bank were often wrong. In many cases, the smartest robots were actually picking the safer, better answer, but the test marked them as "wrong" because the human-written answer key was flawed. This suggests that some of the biggest problems in AI safety might not be the robots failing, but the tests being unfair.

The authors are careful to say that while their math tool is incredibly fast and effective at narrowing down the search, it still needs a human (or a very smart AI judge) to make the final call on whether a story is truly broken. They didn't fix the data themselves, but they built a highly efficient map that shows exactly where the potholes are, saving researchers from having to drive over every single inch of road to find them. By using this method, they reduced the work of checking a massive dataset from looking at thousands of items to just a few dozen high-priority suspects, proving that sometimes, the best way to find the truth is to see how the pieces of a puzzle push and pull against each other.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →