Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/28 04:00:00
Beyond Shapley: An Influence-Based Data Auditing Pipeline for LLM Alignment and Evaluation
AI 中文解读
AI数据审计新工具问世:比删重复数据更聪明,一眼揪出训练集中的“坏样本”!简单说,大模型训练需要大量人工标注的数据,但标注员难免出错,比如把更危险的回答标成“正确”,或者前后矛盾。传统方法像查重或让AI自己打分,常常漏掉这些深层问题。这篇研究设计了一套“影响力评分”系统,无需重新训练模型,就能快速找出哪些数据点会误导AI。测试发现,这套工具能自动把需要人工检查的范围缩小99%以上,并在知名数据集中揪出几千条隐藏错误——比如原本标“安全”的回答其实更危险,或者AI明明选了更合理的答案,却被原始标注扣分。这意味着,未来我们使用的AI助手会更可靠,因为训练数据的“质检”效率大幅提升,连评测标准本身都能被纠错。对普通人来说,以后用AI查资料、写邮件时,模型胡说八道或给出危险建议的概率会显著降低。
arXiv:2607.22766v1 Announce Type: new
Abstract: The alignment of Large Language Models (LLMs) is increasingly bottlenecked by data quality. As datasets scale, massive preference and instruction-tuning corpora inevitably accumulate hidden structural contradictions, safety risks, and systemic human annotation errors. Standard dataset auditing methods, such as semantic deduplication or LLM-as-a-judge, struggle to capture the actual predictive impact of individual records and often miss deep functional rule clashes. To address this, we introduce a scalable, inference-only data valuation pipeline that approximates the Shapley value without iterative model retraining. By mapping semantic k-NN neighborhoods into a directed graph, our framework evaluates data utility directly through a reference LLM's probability distribution using zero-shot and one-shot conditional log-likelihood shifts. Our pipeline then translates these predictive influence scores into localized advantage metrics to isolate gradient-conflicting records. We demonstrate the pipeline's efficacy in sanitizing two heavily vetted alignment datasets. First, applying our pipeline to the HelpSteer2 dataset reduced the manual audit search space by 99.1%, successfully uncovering falsely-labeled records across diverse failure modes. Second, applying our automated audit strategy to Anthropic's HH-RLHF training and evaluation splits identified thousands of hidden safety and factual preference inversions. Crucially, by extending this audit to the evaluation split, we expose severe vulnerabilities in current benchmark integrity: highly capable models frequently predict the safer or more helpful response, only to be penalized by objectively flawed human ground-truth labels. Overall, our work provides a mathematically grounded, highly efficient diagnostic tool to uncover human label failures, sanitize evaluation benchmarks, and ensure the integrity of LLM alignment data.
分享
阅读原文 ↗