Sensitive Attributes
Sensitive attributes are pieces of information about a person, such as race, sex, age, disability, or religion, that many organizations treat with special care because using them improperly can lead to unfair or discriminatory outcomes. In AI systems, these attributes are often the focus of efforts to check whether a model treats different groups of people differently. The specific attributes considered sensitive can vary depending on the law, the jurisdiction, and the context in which a system is used.
Sensitive attributes are variables in a dataset or model that identify individuals as members of groups warranting heightened scrutiny for fairness, bias, or non-discrimination purposes, either because they are legally protected or because their use raises ethical or reputational concerns. In fairness analysis they are commonly used as the grouping variable against which disparities in model outcomes or error rates are measured; note that removing a sensitive attribute from a model's inputs does not necessarily prevent disparate outcomes, because correlated proxy variables can encode the same information. The set of attributes treated as sensitive is not universal: it is defined by applicable anti-discrimination law, sector-specific rules, organizational policy, and use-case context, so practitioners should scope the relevant attributes explicitly rather than assume a fixed list. This entry describes the concept generally and does not enumerate the protected classes of any specific legal regime.
Why it matters
Sensitive attributes sit at the center of most efforts to assess whether an AI system treats different groups of people equitably. Because these attributes often map to legally protected classes or to characteristics that carry ethical and reputational weight, their handling can determine whether a model exposes an organization to discrimination claims, regulatory scrutiny, or public criticism. Getting the treatment of sensitive attributes wrong, either by using them inappropriately or by failing to measure disparities across the groups they define, can undermine both the fairness of outcomes and the defensibility of the system.
A common and consequential misconception is that omitting a sensitive attribute from a model's inputs makes the model neutral. In practice, other variables can act as proxies that encode the same information, so disparities can persist even when the attribute itself is excluded. This means that decisions about whether to collect, retain, or use sensitive attributes are not simple, and that fairness assessment often requires access to sensitive-attribute data even when that data is not used as a model input. Organizations frequently face tension between data-minimization or privacy expectations and the need for sensitive-attribute information to test for disparate outcomes.
Because the set of attributes treated as sensitive is not universal, teams that assume a fixed or borrowed list risk scoping their fairness analysis incorrectly for their jurisdiction, sector, or use case. Which attributes matter is shaped by applicable anti-discrimination law, sector-specific rules, organizational policy, and the context in which the system operates, so the same variable may warrant heightened scrutiny in one setting and not in another.
Who it's relevant to
Inside Sensitive Attributes
Common questions
Answers to the questions practitioners most commonly ask about Sensitive Attributes.