← Latest papers
🤖 machine learning

Proper Dataset Valuation by Pointwise Mutual Information

This paper proposes an information-theoretic framework for evaluating data curation methods by quantifying dataset quality through the mutual information between curated and test data, thereby overcoming the limitations of traditional test-score-based metrics that can incentivize overfitting and fail to capture true informativeness.

Original authors: Rui Ray Chen, Xuan Qi, Yuxin Chen, Yongchan Kwon, James Zou, Shuran Zheng

Published 2026-09-09
📖 7 min read🧠 Deep dive

Original authors: Rui Ray Chen, Xuan Qi, Yuxin Chen, Yongchan Kwon, James Zou, Shuran Zheng

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

In the modern era of artificial intelligence, the quality of the data used to train machines has become just as critical as the complexity of the machines themselves. For years, the prevailing wisdom was that more data was better, leading to massive collections of text and images. However, as these systems grow larger, researchers have realized that simply adding volume is not enough; the data must be curated, filtered, and refined to be truly useful. The central challenge in this field is knowing which methods of cleaning and selecting data actually improve a model's ability to learn, and which methods merely trick the system into looking smart on a specific test without truly understanding the world. This is a problem of measurement: if you judge a data selection method solely by how well the resulting model performs on a known exam, you risk encouraging strategies that memorize the exam questions rather than teaching the underlying lessons.

A team of researchers from Tsinghua University, Stanford University, and Together AI has proposed a new way to evaluate these data curation methods, one that looks past the final test score to measure the actual information a dataset provides. They argue that a good dataset is one that reduces uncertainty about the true rules governing a task, a concept they formalize using a framework that ensures more informative data leads to better, more generalizable models. To do this, they developed a method to calculate how much a curated dataset tells us about a separate test dataset, using a mathematical concept known as mutual information. Their work demonstrates that traditional testing often rewards strategies that make training data look suspiciously like the test data, a practice that can degrade a model's ability to handle new, unseen situations. In contrast, their new scoring system correctly identifies when a dataset has been stripped of its true learning value, even if the model's test scores appear to improve.

The researchers began by identifying a flaw in how the industry currently judges data quality. The standard approach is to take a dataset, clean it using some new technique, train a model on it, and see how well that model performs on a benchmark test. While this seems logical, it creates a dangerous incentive. If a data curator knows exactly what the test looks like, they can tweak the training data to match the test distribution perfectly. This might boost the score on that specific exam, but it often means the model has learned to recognize the test's specific patterns rather than the general principles of the task. The researchers call this "strategic" curation. It is a form of manipulating the system where the data becomes less informative about the true nature of the problem, even though the test results look better. To fix this, they needed a way to measure the "informativeness" of a dataset directly, independent of how well a model happens to score on a specific set of questions.

They turned to a concept from information theory called the Blackwell ordering, which provides a rigorous way to compare how much information different datasets contain about an unknown truth. In simple terms, if one dataset allows you to make better decisions about a hidden truth than another, it is considered more informative. The researchers showed that if a data curation method makes a dataset less informative according to this ordering, it is a strategic method that should be penalized. To measure this informativeness in practice, they proposed calculating the mutual information between the curated training data and the test data. Mutual information is a measure of how much knowing one thing tells you about another. If the training data and the test data are highly informative about each other, it suggests the training data is capturing the true underlying structure of the problem. If a curation method reduces this connection, it is likely removing valuable learning signals.

The challenge was that calculating this mutual information for large, complex datasets is notoriously difficult. Existing methods work well for small, simple pairs of data points but break down when faced with the high-dimensional complexity of thousands of images or text documents. To overcome this, the team devised a novel approach that treats the dataset as a tool for training a machine learning model. Instead of trying to compare the raw data points directly, they trained a Bayesian model—a type of model that estimates the probability of different outcomes—on the training data and then on the test data. By analyzing how the model's beliefs about the world changed when it saw the training data versus the test data, they could derive a precise score for how much information the training set provided. This score, which they call the Pointwise Mutual Information (PMI) score, acts as a truth-teller for data quality.

The researchers tested their method on several real-world scenarios, ranging from image classification tasks to large language model training. In one set of experiments, they created datasets where the training data contained both essential features (like the shape of a digit) and non-essential features (like the background color). They then applied two different curation strategies: one that removed mislabeled data to improve quality, and another that removed data based solely on the non-essential background color to make the training set look more like the test set. The results were stark. The traditional test-score method gave a higher score to the strategy that removed data based on background color, falsely suggesting it was a better approach. In reality, this strategy had reduced the dataset's ability to teach the model about the actual shapes of the digits. The new PMI score, however, correctly assigned a lower score to this strategic removal, recognizing that it had stripped the data of its true learning value.

Further experiments with large language models reinforced these findings. The team used datasets designed to test how well models could generalize to new, unseen types of questions. They compared three ways of selecting training data: one that maximized diversity, one that was random, and one that focused on highly similar, redundant examples. The standard test accuracy on the training data's own distribution favored the redundant, low-diversity selection, giving it the highest score. However, when these models were tested on a completely different, real-world dataset, the model trained on the redundant data performed the worst. The PMI score, conversely, ranked the diverse, high-quality data as the best, perfectly aligning with the model's actual ability to generalize. This confirmed that the new metric successfully distinguishes between data that truly teaches a model and data that merely helps it memorize a specific test.

The implications of this work are significant for the future of artificial intelligence. As models become more powerful, the bottleneck shifts from computing power to the quality of the data they consume. If researchers continue to rely on test scores to curate data, they risk building models that are brittle and prone to failure when faced with the unexpected. The new PMI scoring function offers a way to ensure that data curation efforts are focused on genuine learning rather than strategic manipulation. By providing a reliable way to measure the true informativeness of a dataset, this method helps developers build systems that are not just good at passing exams, but are robust and capable of understanding the complex, varied world they are designed to navigate. The study concludes that while traditional metrics can be misleading, an information-theoretic approach grounded in the relationship between training and test data offers a clear, principled path forward for evaluating the quality of the data that powers modern intelligence.

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 →