← Latest papers
📊 statistics

The Exceedance Design Effect: Effective Sample Size for Thresholds under Clustering

This paper demonstrates that when calibration data is clustered rather than independent, the effective sample size for threshold-based machine learning systems varies depending on the specific threshold level rather than being a single fixed value, necessitating a new closed-form correction to accurately predict coverage reliability and avoid the pitfalls of existing methods.

Original authors: Adam Noonan

Published 2026-08-24
📖 5 min read🧠 Deep dive

Original authors: Adam Noonan

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 world of modern artificial intelligence, systems are often taught to be cautious. Before an AI answers a difficult question or generates a piece of code, it runs a safety check to decide if it is confident enough to proceed. To set this safety check, engineers gather a large collection of practice examples, known as a calibration set. They look at the scores the AI gives to these examples and pick a cutoff point, usually at a specific spot in the ranking, such as the top ninety percent. The promise is that if the AI is used on new, unseen data, it will stay within that safety limit ninety percent of the time. This promise relies on a fundamental assumption: that every practice example is an independent, unique event, like rolling a die where the result of one roll has no influence on the next.

However, in the complex pipelines that power today's language models, this independence is often an illusion. When an AI reasons through a problem, it might generate several different paths or "branches" of thought from the same starting point. These branches share a common history, much like siblings who share a family background. Because they come from the same source, their scores tend to move together. If one branch is confident, the others likely will be too. For decades, statisticians have known how to handle such clustered data when calculating simple averages, but they have not known how to adjust the rules when the goal is to set a threshold or a cutoff line. This gap meant that AI systems were being calibrated with a false sense of security, believing they had more independent data than they actually possessed.

A new study by independent researcher Adam Noonan reveals exactly how this shared ancestry distorts the safety guarantees of these systems. The research demonstrates that the standard way of counting data points fails when the data comes in clusters. The study shows that the "effective" number of independent examples is not a single fixed number for a dataset. Instead, it changes depending on where the safety cutoff is set. A cluster of scores might act like a single independent point if the cutoff is high, but like two separate points if the cutoff is lower. The similarity of the scores as numbers does not matter; what matters is whether they fall on the same side of the line.

The researchers proved a mathematical law describing this phenomenon, which they call the "exceedance design effect." They found that the usual method of correcting for clustered data, which looks at how similar the scores are to each other, is often wrong. In many real-world cases, the scores might look uncorrelated, yet the decision to pass or fail the safety check is highly correlated. When the researchers tested this on a released dataset of over twenty-five thousand examples from a process-reward model, they discovered a startling reality. While the dataset contained twenty-five thousand rows, the amount of independent information it actually provided was equivalent to only about one thousand three hundred. The system was behaving as if it had twenty times less data than the spreadsheet suggested.

This discrepancy has serious consequences for anyone deploying these systems. The average performance of the system might look correct over many trials, but for a single deployment, the risk of failure is much higher than promised. The study shows that the safety margin is not just slightly off; it is significantly wider than expected, meaning the system is far less reliable in individual cases than the average numbers suggest. Furthermore, the research rules out the idea that simply collecting more data from the same sources will fix the problem. Increasing the number of reasoning branches for a single question yields diminishing returns because the branches are too similar. The only way to truly increase the reliability of the safety check is to gather more distinct questions, not more variations of the same question.

The paper also addresses a common misconception that the problem can be solved by looking at the correlation between the scores themselves. The researchers showed that this approach can be dangerously misleading. In one instance involving a standard reading comprehension dataset, the correlation between scores was so close to zero that a practitioner would conclude no correction was needed. Yet, when they looked at the actual pass-or-fail decisions, the correlation was significant, and the system was effectively much smaller than it appeared. The study provides a new recipe for practitioners: instead of counting every row in a dataset, they must count the number of independent sources, such as the number of unique questions, and adjust their expectations based on how those sources are clustered.

Ultimately, this work provides a clear, closed-form law for understanding how clustered data affects safety thresholds. It moves beyond vague warnings to offer a precise measurement of the risk. The findings confirm that the damage caused by ignoring these dependencies is invisible in the average results but fully felt by the user who deploys the system once. By understanding that a dataset has a different effective size for every level of safety it aims to achieve, engineers can finally calibrate their AI systems with a realistic view of their limitations, ensuring that the promises made to users are actually kept.

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 →