AI validity evidence (Concern 5)
Among I-O psychologists there is no doubt about the importance of validity. Evidence of validity
is necessary to demonstrate a selection procedure's effectiveness, and it is a legal requirement
when adverse impact is observed. For business and legal-defensibility reasons, validity is a
sine qua non of selection research — including for AI tools.
This is the AI-specific framing; for how to gather validity evidence, use
criterion-related-validation,
content-based-validation, and
generalizing-validity-evidence.
AI tools are "tests" — so they need validity
AI-based predictors, game-oriented tools, and evaluations of facial features and voice qualities used
to decide whom to hire are tests under both the law and professional guidelines (UGESP §2B: a test
is any selection procedure used for an employment decision). Therefore:
- In the U.S., their use must be supported by validity evidence if adverse impact results.
- In all countries, validity evidence provides the business justification for use.
Which validity strategy — and the AI wrinkle
- Criterion-related — a statistical relationship between scores and a relevant criterion
(correlation/regression). Report strength via size, confidence interval, and significance;
regression should indicate imprecision (CIs, bootstrapping, cross-validation). Traditional
selection rarely models nonlinearities (linearity affords interpretability and needs less
power); ML does model and cross-validate nonlinearities, but interpretation is difficult and
power may or may not be an issue depending on the number of variables and cases.
- Content — SMEs relate the content of the test to job requirements. Because of the nature of
AI-based tests, content validation evidence is often not used at all, or only to supplement a
criterion-related study. (When content can't carry the argument, criterion evidence and job analysis
must.)
When overall model fit is the only handle
Some ML methods are based on regression (logistic, lasso, ridge, elastic net) and yield coefficients
— a "demonstration of a relationship." But complex models (random forests, neural nets) or clustering
approaches don't express relationships as apparent, direct coefficients. There, overall model fit
(analogous to R² in regression) may be the only basis for establishing the predictor–criterion
relationship — which makes job analysis all the more important to ensure job-relevant predictors
and criteria are the ones in the model, even when their weighting is opaque.
Comparative data and the alternatives duty
Because U.S. employers are obligated to search for alternative procedures with equal or greater
validity and less adverse impact (UGESP §3B), comparative data are particularly important. The
empirical, meta-analytic history of validities in I-O psychology can serve as a reasonable baseline
the ML model should have to beat — but vendor claims of "higher validity / lower adverse impact" are
frequently unaccompanied by the evidence needed to make the comparison.
Fundamental requirements and documentation
A key open question: should users of algorithm-based procedures be required to provide specific
conceptual and empirical evidence of predictor–criterion relationships, in addition to overall model
metrics? The Uniform Guidelines, Principles, and Standards all enumerate the components a
technical report should document — yet critical information is often omitted, and the problem is
acute for AI because so many decisions are made in selecting and tuning the model. Documentation
should let an external party understand, evaluate, and reproduce the work. Ask:
- How were data obtained, prepared, cleaned, transformed, and combined? What approach handled
missing data?
- With text mining / written responses, were effects of vocabulary knowledge or verbal fluency
controlled where the text wasn't meant to measure verbal ability?
- How was conflicting applicant data weighted, discarded, or cleaned?
- Was one algorithmic approach taken or several, and could an external party reproduce the
analysis?
- Were algorithm choices a priori or post hoc? Were predictions combined across algorithms?
- Was there post hoc filtering — inspecting results to pick the algorithm that "looked good"
(a suspect practice)?
Questions to ask (from the article)
- What is sufficient evidence of validity when ML models are used?
- What details of the AI research must be documented?
- What details of the AI research must be shared with users?
Pitfalls
- Treating "no adverse impact" as a substitute for validity (see
ai-selection-legal-landscape).
- Accepting overall model fit (R²/AUC) without job-analytic grounding of the predictors/criterion.
- Accepting "more valid, less adverse impact" claims without the comparative evidence.
- Tolerating post hoc algorithm selection / filtering without cross-validation safeguards.
- Thin documentation that no external party could reproduce.
Checklist
See also
criterion-related-validation · content-based-validation
· generalizing-validity-evidence · technical-validation-report
· ai-selection-tech-data-algorithms (why a technology is not "universally valid") ·
ai-ml-methodology-evaluation (model-fit metrics) · ai-job-analysis-and-relevancy ·
ai-selection-legal-landscape · ai-model-outputs-audit
Source: Tippins, Oswald & McPhail (2021), Concern: "Validity."
1---2name: ai-validity-evidence3description: Use when determining what validity evidence an AI/ML selection tool needs and whether it has it — Concern 5 of Tippins, Oswald & McPhail (2021). Covers validity as the legal/business sine qua non when adverse impact exists, AI tools as "tests" requiring validity, criterion-related vs. content strategies and why content validation is hard for AI, overall model fit (R-squared) as sometimes the only basis, comparative data for less-adverse alternatives, and the minimum documentation requirements. Triggers: "what validity evidence does the AI tool need", "validate an algorithm", "content validation for AI", "R-squared as validity", "document AI validation", "is overall model fit enough".4license: MIT5---67# AI validity evidence (Concern 5)89Among I-O psychologists there is **no doubt** about the importance of validity. Evidence of validity10is necessary to demonstrate a selection procedure's effectiveness, and it is a **legal requirement11when adverse impact is observed.** For business and legal-defensibility reasons, **validity is a12*sine qua non* of selection research** — including for AI tools.1314This is the AI-specific framing; for *how* to gather validity evidence, use15`criterion-related-validation`,16`content-based-validation`, and17`generalizing-validity-evidence`.1819## AI tools are "tests" — so they need validity2021AI-based predictors, game-oriented tools, and evaluations of facial features and voice qualities used22to decide whom to hire are **tests under both the law and professional guidelines** (UGESP §2B: a test23is any selection procedure used for an employment decision). Therefore:24- In the **U.S.**, their use must be supported by **validity evidence if adverse impact results.**25- In **all countries**, validity evidence **provides the business justification** for use.2627## Which validity strategy — and the AI wrinkle2829- **Criterion-related** — a statistical relationship between scores and a relevant criterion30 (correlation/regression). Report strength via **size, confidence interval, and significance**;31 regression should indicate **imprecision** (CIs, bootstrapping, cross-validation). Traditional32 selection rarely models **nonlinearities** (linearity affords interpretability and needs less33 power); ML **does** model and cross-validate nonlinearities, but interpretation is difficult and34 power may or may not be an issue depending on the number of variables and cases.35- **Content** — SMEs relate the **content of the test to job requirements.** Because of the nature of36 AI-based tests, **content validation evidence is often not used at all, or only to supplement** a37 criterion-related study. (When content can't carry the argument, criterion evidence and job analysis38 must.)3940### When overall model fit is the only handle41Some ML methods are based on regression (logistic, lasso, ridge, elastic net) and yield **coefficients**42— a "demonstration of a relationship." But complex models (random forests, neural nets) or **clustering**43approaches don't express relationships as apparent, direct coefficients. There, **overall model fit44(analogous to R² in regression) may be the only basis** for establishing the predictor–criterion45relationship — which makes **job analysis all the more important** to ensure job-relevant predictors46and criteria are the ones in the model, even when their weighting is opaque.4748## Comparative data and the alternatives duty4950Because U.S. employers are obligated to search for **alternative procedures with equal or greater51validity and less adverse impact** (UGESP §3B), **comparative data are particularly important.** The52empirical, meta-analytic history of validities in I-O psychology can serve as a **reasonable baseline53the ML model should have to beat** — but vendor claims of "higher validity / lower adverse impact" are54frequently **unaccompanied by the evidence needed to make the comparison.**5556## Fundamental requirements and documentation5758A key open question: should users of algorithm-based procedures be **required to provide specific59conceptual and empirical evidence of predictor–criterion relationships**, in addition to overall model60metrics? The *Uniform Guidelines*, *Principles*, and *Standards* all enumerate the components a61technical report should document — yet critical information is **often omitted**, and the problem is62**acute for AI** because so many decisions are made in selecting and tuning the model. Documentation63should let an external party **understand, evaluate, and reproduce** the work. Ask:64- How were data **obtained, prepared, cleaned, transformed, and combined**? What approach handled65 **missing data**?66- With text mining / written responses, were effects of **vocabulary knowledge or verbal fluency67 controlled** where the text wasn't meant to measure verbal ability?68- How was **conflicting applicant data** weighted, discarded, or cleaned?69- Was **one** algorithmic approach taken or **several**, and could an **external party reproduce** the70 analysis?71- Were algorithm choices **a priori** or **post hoc**? Were predictions **combined across algorithms**?72- Was there **post hoc filtering** — inspecting results to pick the algorithm that "looked good"73 (a **suspect** practice)?7475## Questions to ask (from the article)7677- What is **sufficient evidence of validity** when ML models are used?78- What details of the AI research **must be documented**?79- What details of the AI research **must be shared with users**?8081## Pitfalls8283- Treating "no adverse impact" as a substitute for validity (see `ai-selection-legal-landscape`).84- Accepting overall model fit (R²/AUC) without job-analytic grounding of the predictors/criterion.85- Accepting "more valid, less adverse impact" claims without the comparative evidence.86- Tolerating post hoc algorithm selection / filtering without cross-validation safeguards.87- Thin documentation that no external party could reproduce.8889## Checklist9091- [ ] Tool treated as a "test" requiring validity (esp. if adverse impact)92- [ ] Validity strategy chosen (criterion-related / content / generalization) and justified for AI93- [ ] If only overall model fit is available, predictor/criterion job-relevance secured via job analysis94- [ ] Imprecision reported (CIs, bootstrapping, cross-validation)95- [ ] Comparative data vs. traditional/meta-analytic baselines and less-adverse alternatives provided96- [ ] Data prep, missing-data, weighting, and algorithm-selection decisions documented and reproducible97- [ ] Post hoc filtering ruled out or controlled; evidence shared with users9899## See also100101`criterion-related-validation` · `content-based-validation`102· `generalizing-validity-evidence` · `technical-validation-report`103· `ai-selection-tech-data-algorithms` (why a technology is not "universally valid") ·104`ai-ml-methodology-evaluation` (model-fit metrics) · `ai-job-analysis-and-relevancy` ·105`ai-selection-legal-landscape` · `ai-model-outputs-audit`106107*Source: Tippins, Oswald & McPhail (2021), Concern: "Validity."*