Inferensys

Glossary

Four-Fifths Rule

A practical statistical guideline stating that a selection rate for a protected group that is less than 80% of the rate for the highest-selected group constitutes evidence of adverse impact.
Legal team reviewing EU AI Act compliance documents on laptop in modern office, coffee cups and papers on table, casual meeting.
ADVERSE IMPACT MEASUREMENT

What is Four-Fifths Rule?

A practical statistical guideline for identifying potential systemic discrimination in selection procedures.

The Four-Fifths Rule is a quantitative benchmark from the U.S. Uniform Guidelines on Employee Selection Procedures stating that a selection rate for any protected group that is less than 80% of the rate for the group with the highest selection rate constitutes evidence of adverse impact. It serves as a prima facie indicator that a hiring, promotion, or lending algorithm may be systematically disadvantaging a specific demographic.

Calculated as a ratio of selection rates, the rule is a screening tool, not a definitive legal finding of discrimination. In algorithmic fairness auditing, it operationalizes disparate impact testing by providing a clear, replicable threshold for triggering deeper scrutiny of a model's decisions across protected attributes like race or gender.

ADVERSE IMPACT MEASUREMENT

Key Characteristics of the Four-Fifths Rule

A practical statistical benchmark used to flag potential systemic discrimination in hiring, promotion, and algorithmic selection processes by comparing group pass rates.

01

The 80% Calculation Threshold

The rule defines a selection rate for a protected group that is less than 80% of the rate for the group with the highest selection rate as evidence of adverse impact.

  • Formula: (Selection Rate of Protected Group) / (Selection Rate of Highest Group)
  • Example: If 60% of men pass a screening test but only 30% of women pass, the ratio is 30/60 = 50%. This violates the rule.
  • Origin: Codified in the Uniform Guidelines on Employee Selection Procedures (1978).
< 80%
Violation Threshold
02

Statistical Significance vs. Practical Significance

The Four-Fifths Rule is a practical significance test, not a formal test of statistical significance. It acts as a preliminary diagnostic trigger.

  • Small Sample Problem: The rule can be unreliable with very small applicant pools, flagging random variance as bias.
  • Complementary Tests: Courts and auditors often pair it with Fisher's Exact Test or chi-squared tests to confirm that the disparity is not due to chance.
  • Not a Legal Conclusion: A violation is evidence of adverse impact, not an automatic finding of illegal discrimination.
03

Application in Algorithmic Auditing

In bias detection, the rule is applied to the output of machine learning models to compare approval rates across demographic groups.

  • Model Evaluation: Applied to the confusion matrix to compare the selection rate (positive predictions) for different groups.
  • Proxy Variables: The rule can detect bias even when protected attributes are not explicitly used, by testing outcomes against known demographic segments.
  • Monitoring: It serves as a continuous fairness metric in production ML pipelines to trigger alerts for model drift.
04

The "Bottom-Line" Defense

An employer cannot use overall workforce parity to mask internal selection disparities. The rule applies to each step of a multi-stage selection process.

  • Hurdle Analysis: If a cognitive test and a physical test are used sequentially, the pass rate must be analyzed for each hurdle independently.
  • Compensation Logic: A high hiring rate for a minority group in the final round does not excuse a discriminatory filter in the initial screening round.
05

Exceptions and Business Necessity

If a selection procedure violates the rule, the employer bears the burden of proving job-relatedness and business necessity.

  • Validation: The tool must be shown to be predictive of or significantly correlated with important elements of work behavior.
  • Alternative Practices: The plaintiff can still win by showing that a less discriminatory alternative selection procedure exists that serves the employer's legitimate interest, but the employer refuses to adopt it.
06

Limitations in Modern Fairness

The rule focuses solely on demographic parity and ignores the underlying ground truth of qualifications.

  • Anti-Classification Blind Spot: It only looks at outcomes, not whether the model used protected attributes directly.
  • Tension with Calibration: A perfectly calibrated model (equal predictive accuracy across groups) can still violate the Four-Fifths Rule if base rates differ.
  • Intersectional Gaps: The rule must be applied to intersectional subgroups (e.g., Black women) to avoid masking compounded discrimination.
ADVERSE IMPACT ANALYSIS

Frequently Asked Questions

Practical answers to the most common questions about applying the Four-Fifths Rule in algorithmic hiring, promotion, and lending models.

The Four-Fifths Rule is a practical statistical guideline from the U.S. Uniform Guidelines on Employee Selection Procedures (1978) stating that a selection rate for any protected group that is less than 80% of the rate for the group with the highest selection rate constitutes evidence of adverse impact. The calculation is a simple ratio: divide the selection rate of the protected group by the selection rate of the reference group. If the result is below 0.80, the disparity is flagged for further investigation. For example, if 60% of male applicants are selected but only 30% of female applicants are selected, the ratio is 0.30 / 0.60 = 0.50, which falls below the 0.80 threshold and indicates potential discrimination. This rule is not a legal definition of discrimination but a prima facie evidentiary trigger that shifts the burden of proof to the employer to demonstrate the business necessity and job-relatedness of the selection procedure.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.