AI fairness lenses
Before you can audit an AI assessment for "fairness" or "bias," you must define which meaning you
are using and defend it. Fairness and bias have *very different meanings for different audiences
and disciplines. Failing to articulate the precise standard "can render the results of an audit
uninterpretable across disciplinary lines." This skill gives you the three lenses to choose among and
combine.
Critically: the same word splits. A critic who calls an AI "unfair" may mean what another person
calls "bias"; and "bias" is itself loaded. Name the lens explicitly in any audit.
Lens 1 — Individual attitudes (justice theory)
The most-invoked lens in public discourse. Use organizational justice (a tripartite perception
framework — cognitive, perceptual, emotional) to structure "this feels unfair" claims:
- Distributive justice — perceived fairness of outcomes (who gets hired). Judged against rules
of equality (same outcome to all), need (most to those who need most), or equity
(outcomes proportional to inputs/contribution). People apply different rules to the same decision,
informed by cultural and social values. Most public "AI is unfair" complaints are implicitly
distributive.
- Procedural justice — perceived fairness of the rules and procedures used to decide. Five
rules often implicated by AI decisions (Ford et al.):
- Opportunity to perform — candidate feels they got a fair chance to demonstrate their value.
- Job-relatedness / face validity — e.g., do people believe facial expressions in a video
interview relate to future performance? (And is evidence of relevance required to justify
inclusion?)
- Reconsideration / appeal — algorithmic decisions that can't be appealed violate this.
- Two-way communication — violated when AI replaces face-to-face human interaction.
- Propriety — some simply believe AI-based decisions are morally inappropriate.
- Interactional justice — perceived fairness of the interaction with decision-makers, split
into interpersonal (treated with respect/dignity) and informational (given adequate
information about the decision and how it was reached). Informational justice is directly affected
by transparency about what is assessed and what is done with it; interpersonal justice by the
presentation strategy (e.g., an explanatory video before data collection).
Use this lens to predict and diagnose candidate reactions — see ai-claims-and-stakeholder-audit
(second-party effects).
Lens 2 — Legality, ethicality, and morality
Fairness as alignment with shared human values and established professional/legal guidelines —
"governed by a sense of responsibility to others." Two streams:
- Ethical / moral. A fair system conforms to relevant and established professional guidelines.
- The APA Ethics Code (2017) five principles bind any psychologist working on such a system:
beneficence/nonmaleficence, fidelity/responsibility, integrity, respect for people's rights and
dignity (treat people equitably regardless of personal/group characteristics), and justice
(address and minimize one's own biases). Here "bias" ≈ a goal of impartiality, lacking individual
prejudices and cognitive biases.
- AI-specific codes — OECD Principles on AI (2019), Universal Guidelines for AI (UGAI, 2018) —
reference fair/unbiased decisions but generally don't define them precisely; UGAI names
reliability, validity, and data quality and uses bias / discrimination / unfairness
interchangeably. These tend to leave "bias" vague so it stays applicable as standards evolve —
effectively delegating the technical definition to Lens 3.
- Legal. Laws on discrimination in hiring/housing/admissions often have precise technical
definitions built on statistical concepts and case law. For employment, legally establishing test
bias generally relies on differential prediction (comparing regression lines across legally
defined classes — race, sex, national origin), used to identify the source/justifiability of
disparate (adverse) impact (differential selection rates). Contrast differential treatment
— explicitly treating class members differently (e.g., awarding bonus points to a group, or modeling
class membership as a predictor). Note: advocacy, bills, and even policy often muddle these
decades-old distinct concepts, sometimes deliberately leaving "bias" vague.
Lens 3 — Technical domain-embedded meanings of "bias"
All technical definitions share a root: bias = inaccuracy in estimating a population value from
sample data, where error splits into random vs. systematic. But the disciplines diverge:
- Statistics — sampling bias. Systematic error in sample representation vs. the population. A
performance estimate (e.g., R² = .5) won't generalize if the training sample differs nonrandomly
from the target population (the classic undersampled-minorities / facial-recognition database
problem). Bias here is a consequence of improper sampling; fix by better/representative sampling
or oversampling underrepresented groups (not guaranteed to work in practice).
- Machine learning — the bias-variance tradeoff. ML deliberately introduces bias (e.g., ridge,
lasso, elastic net penalize large weights) to reduce overfitting and improve out-of-sample
predictive accuracy. Here bias can be positive and desirable — a property of a well-engineered
model. Prioritizing "unbiased estimates" above all (as mainstream psychology's low-bias/high-variance
procedures do) can hurt out-of-sample prediction. The cost: individual coefficients are no longer
cleanly interpretable.
- Psychometrics — measurement bias / invariance. Differences in measurement characteristics
across identified groups, commonly assessed as measurement invariance (CFA latent factors) or
IRT item parameters. Psychometric bias may or may not be problematic: if a measure is meant to
assess a construct on which groups genuinely differ (e.g., educational attainment shaped by systemic
opportunity differences), group differences are expected and the test may be biased-but-fair.
Note the psychometric caution that differential prediction is not a sufficient condition for
bias — a test can show differential prediction without problematic measurement properties (the
"six sigma"/manager age example: younger applicants score lower because they've had less exposure,
yet if managerial experience is job-related the differential prediction may still be considered
fair).
How to use the lenses in an audit
- State the claim being evaluated and who is raising the fairness concern.
- Pick the lens(es) that match — concerns may invoke any or all three.
- Define the standard precisely within that lens (which justice rule? which legal test? which
technical bias?) and write it into the audit so conclusions are interpretable.
- Don't equivocate — a finding of "no measurement bias" (Lens 3) does not answer a distributive
or procedural-justice complaint (Lens 1) or a legal disparate-impact question (Lens 2).
- Carry the chosen standard into the model, stakeholder, and meta audits.
Pitfalls
- Auditing "fairness" without naming a lens → uninterpretable results.
- Treating any group difference as "bias" (psychometrically it may be expected and fair).
- Assuming "bias is always bad" — in ML, intentional bias improves generalization.
- Conflating differential prediction, disparate impact, and differential treatment.
- Answering a procedural/distributive-justice complaint with a purely statistical result.
Checklist
See also
ai-audit-planning · ai-model-outputs-audit (subgroup differences, measurement bias) ·
ai-claims-and-stakeholder-audit (justice/candidate reactions) ·
fairness-and-bias-analysis (predictive vs. measurement bias in the Principles)
Source: Landers & Behrend (2023), "Defining Fairness and Bias"; Lenses 1–3; "Contrasting Statistics,
Machine Learning, and Psychometrics Perspectives."
1---2name: ai-fairness-lenses3description: Use FIRST when evaluating, auditing, or debating whether an AI/ML personnel assessment is "fair" or "unbiased" — to define and defend which meaning of fairness/bias applies before drawing conclusions. Covers the three lenses from Landers & Behrend (2023): individual attitudes (distributive/procedural/ interactional justice), legality-ethicality-morality, and technical domain-embedded meanings (statistics vs. machine learning vs. psychometrics). Triggers: "is this AI hiring tool fair/biased", "what does bias mean here", "algorithmic fairness", "disparate impact vs measurement bias in AI", "bias-variance tradeoff", "define fairness for the audit".4license: MIT5---67# AI fairness lenses89**Before** you can audit an AI assessment for "fairness" or "bias," you must define which meaning you10are using and defend it. *Fairness* and *bias* have **very different meanings for different audiences11and disciplines.* Failing to articulate the precise standard "can render the results of an audit12uninterpretable across disciplinary lines." This skill gives you the three lenses to choose among and13combine.1415Critically: the same word splits. A critic who calls an AI "unfair" may mean what another person16calls "bias"; and "bias" is itself loaded. Name the lens explicitly in any audit.1718## Lens 1 — Individual attitudes (justice theory)1920The most-invoked lens in public discourse. Use **organizational justice** (a tripartite perception21framework — cognitive, perceptual, emotional) to structure "this feels unfair" claims:2223- **Distributive justice** — perceived fairness of *outcomes* (who gets hired). Judged against rules24 of **equality** (same outcome to all), **need** (most to those who need most), or **equity**25 (outcomes proportional to inputs/contribution). People apply different rules to the same decision,26 informed by cultural and social values. Most public "AI is unfair" complaints are implicitly27 distributive.28- **Procedural justice** — perceived fairness of the *rules and procedures* used to decide. Five29 rules often implicated by AI decisions (Ford et al.):30 1. **Opportunity to perform** — candidate feels they got a fair chance to demonstrate their value.31 2. **Job-relatedness / face validity** — e.g., do people believe facial expressions in a video32 interview relate to future performance? (And is evidence of relevance required to justify33 inclusion?)34 3. **Reconsideration / appeal** — algorithmic decisions that can't be appealed violate this.35 4. **Two-way communication** — violated when AI replaces face-to-face human interaction.36 5. **Propriety** — some simply believe AI-based decisions are morally inappropriate.37- **Interactional justice** — perceived fairness of the *interaction* with decision-makers, split38 into **interpersonal** (treated with respect/dignity) and **informational** (given adequate39 information about the decision and how it was reached). Informational justice is directly affected40 by **transparency** about what is assessed and what is done with it; interpersonal justice by the41 **presentation strategy** (e.g., an explanatory video before data collection).4243Use this lens to predict and diagnose **candidate reactions** — see `ai-claims-and-stakeholder-audit`44(second-party effects).4546## Lens 2 — Legality, ethicality, and morality4748Fairness as alignment with shared human values and established professional/legal guidelines —49"governed by a sense of responsibility to others." Two streams:5051- **Ethical / moral.** A fair system conforms to relevant and established professional guidelines.52 - The **APA Ethics Code** (2017) five principles bind any psychologist working on such a system:53 beneficence/nonmaleficence, fidelity/responsibility, integrity, **respect for people's rights and54 dignity** (treat people equitably regardless of personal/group characteristics), and **justice**55 (address and minimize one's own biases). Here "bias" ≈ a goal of impartiality, lacking individual56 prejudices and cognitive biases.57 - **AI-specific codes** — OECD *Principles on AI* (2019), Universal Guidelines for AI (UGAI, 2018) —58 reference fair/unbiased decisions but generally **don't define them precisely**; UGAI names59 reliability, validity, and data quality and uses *bias / discrimination / unfairness*60 interchangeably. These tend to leave "bias" vague so it stays applicable as standards evolve —61 effectively delegating the technical definition to Lens 3.62- **Legal.** Laws on discrimination in hiring/housing/admissions often have **precise technical63 definitions** built on statistical concepts and case law. For employment, legally establishing test64 bias generally relies on **differential prediction** (comparing regression lines across legally65 defined classes — race, sex, national origin), used to identify the source/justifiability of66 **disparate (adverse) impact** (differential selection *rates*). Contrast **differential treatment**67 — explicitly treating class members differently (e.g., awarding bonus points to a group, or modeling68 class membership as a predictor). Note: advocacy, bills, and even policy often **muddle** these69 decades-old distinct concepts, sometimes deliberately leaving "bias" vague.7071## Lens 3 — Technical domain-embedded meanings of "bias"7273All technical definitions share a root: **bias = inaccuracy in estimating a population value from74sample data**, where error splits into **random** vs. **systematic**. But the disciplines diverge:7576- **Statistics — sampling bias.** Systematic error in sample representation vs. the population. A77 performance estimate (e.g., R² = .5) won't generalize if the training sample differs nonrandomly78 from the target population (the classic undersampled-minorities / facial-recognition database79 problem). Bias here is a consequence of **improper sampling**; fix by better/representative sampling80 or oversampling underrepresented groups (not guaranteed to work in practice).81- **Machine learning — the bias-variance tradeoff.** ML deliberately *introduces* bias (e.g., ridge,82 lasso, elastic net penalize large weights) to **reduce overfitting and improve out-of-sample83 predictive accuracy.** Here bias can be **positive and desirable** — a property of a well-engineered84 model. Prioritizing "unbiased estimates" above all (as mainstream psychology's low-bias/high-variance85 procedures do) can hurt out-of-sample prediction. The cost: individual coefficients are no longer86 cleanly interpretable.87- **Psychometrics — measurement bias / invariance.** Differences in measurement characteristics88 across identified groups, commonly assessed as **measurement invariance** (CFA latent factors) or89 IRT item parameters. Psychometric bias **may or may not be problematic**: if a measure is meant to90 assess a construct on which groups genuinely differ (e.g., educational attainment shaped by systemic91 opportunity differences), group differences are expected and the test may be **biased-but-fair**.92 Note the psychometric caution that **differential prediction is not a *sufficient* condition for93 bias** — a test can show differential prediction without problematic measurement properties (the94 "six sigma"/manager age example: younger applicants score lower because they've had less exposure,95 yet if managerial experience is job-related the differential prediction may still be considered96 fair).9798## How to use the lenses in an audit991001. **State the claim** being evaluated and **who** is raising the fairness concern.1012. **Pick the lens(es)** that match — concerns may invoke any or all three.1023. **Define the standard precisely** within that lens (which justice rule? which legal test? which103 technical bias?) and **write it into the audit** so conclusions are interpretable.1044. **Don't equivocate** — a finding of "no measurement bias" (Lens 3) does not answer a distributive105 or procedural-justice complaint (Lens 1) or a legal disparate-impact question (Lens 2).1065. Carry the chosen standard into the model, stakeholder, and meta audits.107108## Pitfalls109110- Auditing "fairness" without naming a lens → uninterpretable results.111- Treating any group difference as "bias" (psychometrically it may be expected and fair).112- Assuming "bias is always bad" — in ML, intentional bias improves generalization.113- Conflating differential prediction, disparate impact, and differential treatment.114- Answering a procedural/distributive-justice complaint with a purely statistical result.115116## Checklist117118- [ ] Fairness concern's source/audience identified119- [ ] Lens(es) selected and named in the audit120- [ ] Precise standard defined within each lens (justice rule / legal test / technical bias type)121- [ ] Cross-lens gaps acknowledged (statistical result ≠ justice answer)122- [ ] Standard documented and propagated to downstream audit components123124## See also125126`ai-audit-planning` · `ai-model-outputs-audit` (subgroup differences, measurement bias) ·127`ai-claims-and-stakeholder-audit` (justice/candidate reactions) ·128`fairness-and-bias-analysis` (predictive vs. measurement bias in the Principles)129130*Source: Landers & Behrend (2023), "Defining Fairness and Bias"; Lenses 1–3; "Contrasting Statistics,131Machine Learning, and Psychometrics Perspectives."*