Demographic Parity
Demographic parity is a way of checking whether an AI model treats different groups similarly by comparing how often each group receives a positive outcome, such as a loan approval or a job offer. Under this measure, the model is considered fair if the rate of positive outcomes is roughly the same across groups defined by a sensitive characteristic. It focuses on whether the outcome depends on group membership, not on whether individual predictions are accurate.
Demographic parity is a group fairness metric requiring that a classifier's positive prediction rate be independent of membership in a sensitive group, so that the probability of a positive outcome is equal across groups (P(Y-hat = 1) equal for all groups). As commonly defined, it is also referred to as statistical parity, acceptance rate parity, and benchmarking, and it corresponds to the notion of no disparate impact in the sense of equal proportions of positive predictions per group. Note that this definition constrains only the distribution of predicted outcomes across groups and does not, by itself, account for differences in base rates or predictive accuracy; it should be distinguished from other fairness criteria such as equalized odds. The specific definitions and framing summarized here are drawn from the cited technical and educational sources and are not derived from any binding regulatory instrument.
Why it matters
Demographic parity gives practitioners a straightforward, outcome-focused lens for examining whether an AI model distributes positive decisions—such as loan approvals or job offers—at similar rates across groups defined by a sensitive characteristic. Because it constrains only the distribution of predicted outcomes and not the accuracy of individual predictions, it is often one of the first fairness checks teams reach for when assessing whether model outputs appear to depend on group membership. In many organizations, this makes it a useful diagnostic within broader efforts to identify potential disparate impact.
At the same time, its focus on equal positive-prediction rates is also its principal limitation, and this is where professionals frequently err. Demographic parity does not, by itself, account for legitimate differences in base rates between groups or for differences in predictive accuracy. Treating it as a sufficient or universal definition of fairness can obscure trade-offs with other criteria, such as equalized odds, which are not generally satisfiable simultaneously. It should therefore be understood as one metric among several, chosen deliberately for a given context rather than assumed to be the correct measure everywhere.
It is important to note that the definitions and framing summarized here are drawn from technical and educational sources, not from any binding regulatory instrument. While demographic parity is sometimes associated informally with the concept of "no disparate impact," that association is a conceptual parallel and should not be read as establishing that satisfying this metric meets any specific legal standard. Whether and how a fairness metric maps onto a jurisdiction's legal requirements is a separate, context-dependent question.
Who it's relevant to
Inside Demographic Parity
Common questions
Answers to the questions practitioners most commonly ask about Demographic Parity.