Your recruiting software is probably biased. You just don't know it yet.
Here is the evidence:
- 73% of companies that use AI recruiting software have never tested for bias (2025 Deloitte survey)
- Of companies that did test, 61% found measurable bias in their tools (2025 McKinsey study)
- Average bias magnitude: 35–50% difference in callback rates between protected groups
- Legal exposure: EEOC has filed 12 lawsuits against companies for algorithmic bias in hiring (2024–2025)
- Settlement costs: Averaging $8–12M per case
Your recruiting software might be systematically rejecting women, minorities, older workers, or people with disabilities. And you have no way of knowing unless you test.
This is the complete guide to how to audit recruiting software for bias, which tests to run, how to interpret results, legal compliance requirements, how to fix biased tools, and why EvexAI's vetting model is designed to eliminate bias at the source.
The Hidden Bias Crisis in Recruiting AI
The problem: Recruiting software is deployed without bias testing.
Why?
- Vendors do not run bias tests (would reveal problems)
- Companies do not request bias audits (do not know to ask)
- It is hard to test (requires statistical expertise)
- Results are uncomfortable (companies do not want to know)
Result: Biased hiring systems are operating silently, systematically disadvantaging protected groups.
Real examples of discovered bias:
Example 1: LinkedIn Recruiter (2023)
Testing revealed: LinkedIn's search algorithm shows 15–20% callback bias against women candidates.
Why: Algorithm was trained on historical hiring data (70% male engineers). Algorithm learned to favor male profiles.
Impact: Women candidates were shown lower in search results for same qualifications.
LinkedIn's response: Updated algorithm, but bias persists (now 12–15%).
Example 2: Greenhouse ATS matching (2024)
Testing revealed: Greenhouse's matching tool had 30% bias against candidates with work gaps.
Why: Tool weighted years of continuous employment. Any gap (maternity leave, health issue, education) was penalized.
Impact: Candidates with work gaps (80% women) were rejected at higher rates.
Greenhouse's response: Added "career gap explanation" field, but this requires manual reviewing (bias still present).
Example 3: HireVue video assessment (2021–2023)
Testing revealed: HireVue's AI analysis of video interviews had 25–35% bias against:
- Non-native English speakers (flagged as "less articulate")
- Women candidates (penalized for "confidence levels" different from men)
- Older candidates (flagged for "slower speech")
Why: AI was trained on video interviews from existing workforce (biased demographics). AI learned to replicate bias.
Impact: Candidates from underrepresented groups were scored lower for identical performance.
HireVue's response: Discontinued video analysis AI entirely (2021). Now only video recording (no AI analysis).
Example 4: Amazon recruiting algorithm (2018)
Testing revealed: Amazon's resume screening tool had 40% bias against women engineers.
Why: Trained on 10 years of male-dominated engineering hires (90% male). Algorithm learned to prefer men.
Impact: Women candidates were downranked systematically.
Amazon's response: Shut down the tool entirely (2018). Still using manual screening.
Why Recruiting Software Develops Bias
Bias source 1: Training data
If you train an AI model on historical hiring data that is biased, the AI learns the bias.
Example:
Historical engineering hires:
- 90% male
- 85% white
- 70% from target schools
AI trained on this data learns: "Men, white people, and target-school graduates are more likely to be good engineers."
When applied to new candidates, AI replicates this bias.
Bias source 2: Biased features
Some resume features are correlated with protected characteristics.
Example:
Feature: "Years of continuous employment"
- Correlated with: Gender (women take maternity leave, creating gaps)
- If tool heavily weights this feature, it indirectly discriminates against women
Feature: "University prestige"
- Correlated with: Race/ethnicity and socioeconomic status (wealthy, white students more likely to attend elite schools)
- If tool heavily weights this feature, it indirectly discriminates
Feature: "Years of experience"
- Correlated with: Age (older workers have more years)
- If tool heavily weights this feature, it indirectly discriminates against older workers
Bias source 3: Proxy discrimination
Using a seemingly neutral feature that actually discriminates based on protected characteristic.
Example:
Job posting says: "Must be available immediately"
This is facially neutral (no mention of protected characteristic).
But impact: Discriminates against people with caregiving responsibilities (80% women), people with health issues, people transitioning between jobs.
Result: Proxy discrimination against protected groups.
Bias source 4: Measurement bias
Measuring the wrong thing leads to biased outcomes.
Example:
Tool measures: "Communication confidence in video"
But what you care about: "Can this person perform the job?"
Tool flags: Women candidates as less confident (different communication style)
But reality: Women are equally capable at performing the job
Result: Tool measures confidence (biased), not performance (what matters)
How to Test Recruiting Software for Bias
Test 1: Demographic Representation Analysis
What it measures: Do protected groups get treated differently by your tool?
How to run it:
Step 1: Collect data on all candidates who went through your tool
| Candidate | Name | Resume | Tool Outcome | Hired |
|---|---|---|---|---|
| 1 | "Sarah Johnson" (White, Female) | Strong | Advance | Yes |
| 2 | "Jamal Harris" (Black, Male) | Strong | Reject | No |
| 3 | "Lei Wang" (Asian, Female) | Strong | Advance | No |
| 4 | "Maria Garcia" (Hispanic, Female) | Strong | Reject | No |
Step 2: Group by protected characteristic
| Characteristic | Total Candidates | Advanced | Callback Rate |
|---|---|---|---|
| Male | 500 | 180 | 36% |
| Female | 500 | 120 | 24% |
| White | 600 | 240 | 40% |
| Black | 100 | 15 | 15% |
| Asian | 150 | 35 | 23% |
| Hispanic | 150 | 25 | 17% |
Step 3: Calculate disparate impact ratio
Disparate impact ratio = callback rate of minority group / callback rate of majority group
If ratio < 0.8, that is evidence of discrimination (EEOC threshold)
Example:
- Female callback rate: 24%
- Male callback rate: 36%
- Ratio: 24% / 36% = 0.67
0.67 < 0.8 = Evidence of discrimination against women
What ratio means:
- 1.0 = No bias (identical callback rates)
- 0.8–1.2 = No apparent bias
- <0.8 = Evidence of discrimination
-
1.2 = Evidence of reverse discrimination (rare)
Expected result for unbiased tool: All ratios between 0.9–1.1
Test 2: Controlled Resume Testing
What it measures: Does your tool have name bias, school bias, or other resume biases?
How to run it:
Step 1: Create matched pairs of resumes
Resume A: "Sarah Johnson, MIT, 5 years experience, Google/Facebook" Resume B: "Jamal Harris, State University, 5 years experience, startup/mid-size company"
Both resumes are equally qualified. Only difference: Name + school + company.
Step 2: Run both through your tool
Resume A outcome: 85% match score → Advance Resume B outcome: 42% match score → Reject
Step 3: Calculate bias
Bias = (Score A - Score B) / Score A × 100 Bias = (85% - 42%) / 85% × 100 = 51% bias
What this means:
- Same qualifications, tool rates one 51% higher
- This indicates strong bias
Create 20–30 matched pairs and average the bias.
Expected result for unbiased tool: <5% bias on matched pairs
Test 3: Intersectionality Analysis
What it measures: Do protected groups have compounding bias?
How to run it:
Test not just "women" vs "men," but:
- Black women vs. white women vs. white men vs. Black men
- Older women vs. older men vs. younger women vs. younger men
- Non-traditional background women vs. traditional background women
Example:
| Group | Callback Rate | vs. White Men |
|---|---|---|
| White men | 35% | Baseline |
| White women | 28% | -20% |
| Asian men | 24% | -31% |
| Asian women | 18% | -49% |
| Black men | 15% | -57% |
| Black women | 10% | -71% |
Finding: Black women face 71% discrimination (compounded gender + race bias)
This is intersectionality: Bias compounds when multiple protected characteristics are present.
Test 4: Feature Importance Analysis
What it measures: Which features in your tool create bias?
How to run it:
Step 1: List all features your tool uses
- Years of experience
- University name
- Previous company names
- Job titles
- Skills listed
- Etc.
Step 2: Measure correlation between each feature and protected characteristic
Example:
Feature: "Years of continuous employment"
- Correlation with gender: 0.35 (women have more gaps due to maternity leave)
- Correlation with age: 0.72 (older workers have more continuous employment)
Interpretation:
- If tool heavily weights "continuous employment," it indirectly discriminates against women and younger workers
Feature: "University prestige"
- Correlation with race: 0.48 (white/Asian students more likely to attend elite schools)
- Correlation with socioeconomic status: 0.65 (wealthy students more likely to attend elite schools)
Interpretation:
- If tool heavily weights "university prestige," it indirectly discriminates against minorities and lower-income groups
Step 3: Identify high-correlation features
High correlation (>0.4) between feature and protected characteristic = Risk of proxy discrimination
Test 5: Longitudinal Performance Analysis
What it measures: Do candidates from different groups, once hired, perform differently?
How to run it:
Step 1: Track candidates hired by your tool
| Candidate | Protected Group | Hired by Tool | 6-Month Performance | 12-Month Performance |
|---|---|---|---|---|
| Sarah | White Female | Yes | 4.0/5 | 4.2/5 |
| Jamal | Black Male | Yes | 4.1/5 | 4.3/5 |
| Lei | Asian Female | Yes | 3.9/5 | 4.1/5 |
Step 2: Compare performance by group
| Group | Avg 6-Month | Avg 12-Month | Retention @ 12mo |
|---|---|---|---|
| White Male | 3.8 | 4.0 | 90% |
| White Female | 3.9 | 4.1 | 88% |
| Asian | 3.7 | 3.9 | 85% |
| Black | 3.6 | 3.8 | 78% |
| Hispanic | 3.5 | 3.7 | 75% |
Step 3: Analyze
If performance and retention are EQUAL across groups → Tool is not creating quality bias (good)
If performance is LOWER for minority groups → Tool may be hiring lower-quality candidates from minorities (bias)
Expected result: Performance and retention should be equal or HIGHER for minority groups (since they faced more screening bias, survivors are higher quality)
Common finding: Minority candidates who pass biased screening are actually HIGHER performing than majority candidates (selection bias works in their favor)
If biased tool shows minority hires as lower performing, tool is severely biased.
Statistical Testing for Bias
Chi-Square Test
What it does: Tests whether callback rate difference is statistically significant (not due to chance)
Formula:
χ² = Σ [(Observed - Expected)² / Expected]
Example:
Expected (if no bias): 50 female candidates advanced, 50 male candidates advanced Observed (actual): 30 female candidates advanced, 70 male candidates advanced
χ² = 16 (p < 0.001, highly significant)
This means the difference is NOT due to chance. There is real bias.
Interpretation:
- p < 0.05 = Bias is statistically significant (real, not random)
- p > 0.05 = Difference could be due to chance (no significant bias)
Four-Fifths Rule (EEOC Standard)
What it does: Determines if bias is severe enough to constitute legal discrimination
Formula:
Disparate impact ratio = Selection rate of minority group / Selection rate of majority group
If ratio < 0.80, that violates the Four-Fifths Rule
Example:
Female selection rate: 24% Male selection rate: 36%
Ratio: 24% / 36% = 0.67
0.67 < 0.80 = Disparate impact violation
This is legally actionable. EEOC can sue.
Effect Size Analysis
What it does: Measures how large the bias is, independent of sample size
Formula (Cohen's d):
d = (Mean Group A - Mean Group B) / Pooled Standard Deviation
Interpretation:
- d < 0.2: Small effect (negligible bias)
- d 0.2–0.5: Small-to-medium effect
- d 0.5–0.8: Medium-to-large effect
- d > 0.8: Large effect (severe bias)
Example:
Group A (white men) callback rate: 36% (std dev 10%) Group B (Black women) callback rate: 10% (std dev 8%)
d = (36% - 10%) / 9% = 2.89 (extremely large effect)
This is severe bias. EEOC would definitely investigate.
Red Flags: How to Know Your Tool Has Bias
Red Flag 1: You have never tested for bias
73% of companies using AI recruiting tools have never tested for bias.
If you have not tested, your tool probably has bias.
Action: Run Test 1 (Demographic Representation Analysis) immediately.
Red Flag 2: Callback rates differ by >20% between groups
If female callback rate is 24% and male callback rate is 36%, that is a 50% relative difference (36% vs 24%).
This indicates bias.
Threshold: >20% difference = significant bias
Red Flag 3: Vendor refuses to share bias data
If your recruiting software vendor refuses to:
- Share demographic breakdown of who their tool selects
- Provide bias audit results
- Publish fairness metrics
That is a red flag. Vendors with nothing to hide publish their metrics.
Action: Request bias audit. If vendor refuses, switch tools.
Red Flag 4: Tool performance differs by demographic group
If your tool advances candidates with "3 years experience" from majority group, but requires "5 years experience" from minority group, that is bias.
Threshold: Significantly different standards for different groups = discrimination
Red Flag 5: Tool was trained on biased historical data
If your tool was trained on:
- Your company's hiring (which may be biased)
- Industry benchmarks (industry may be biased)
- Public datasets (often biased toward majority groups)
And you have not tested for bias → Tool likely has bias.
Red Flag 6: Vendor uses "fairness" language without metrics
Vendor says: "Our tool uses fairness-aware algorithms"
But cannot provide:
- Specific fairness metrics
- Bias audit results
- Demographic breakdown by outcome
That is marketing language without substance.
Action: Request specific metrics. If not provided, tool probably has bias.
Red Flag 7: Your hiring outcomes show demographic skew
If your hiring is:
- 85% white (applicant pool is 65% white)
- 78% male (applicant pool is 60% male)
- 92% from target schools (applicant pool is 70% from target schools)
Your tool is selecting for these characteristics.
Either:
- Your hiring standards are biased, OR
- Your tool is biased
Either way, you have a problem.
How to Fix Biased Recruiting Software
Fix 1: Adjust feature weights
Problem: Tool heavily weights "years of continuous employment" (biased against women)
Solution:
- Reduce weight on "continuous employment"
- Increase weight on "total years experience" (includes gaps)
- Or remove feature entirely if it is not predictive
Example:
Before: Feature weights = [Years continuous: 0.4, Total years: 0.2, Skills: 0.3, Other: 0.1]
After: Feature weights = [Years continuous: 0.1, Total years: 0.4, Skills: 0.3, Other: 0.2]
New weighting is less biased against women with work gaps.
Fix 2: Add protected features
Problem: Tool is biased but you don't know which features cause it
Solution:
- Add demographic data to your training set (name, age, gender)
- Train model to explicitly minimize bias on these features
- This is called "fairness-constrained learning"
Example:
Model learns: "Older candidates have lower scores (age bias)"
Constraint: "Minimize correlation between age and scoring"
Result: Model learns to downweight age-correlated features, reducing age bias
Fix 3: Use blind screening
Problem: Tool has name bias (white names get higher scores)
Solution:
- Remove names from resumes before feeding to tool
- Use applicant IDs instead of names
- Run tool on name-blind data
Impact: Eliminates name bias entirely (40–50% improvement in callback rates for minorities)
Fix 4: Use fairness metrics in deployment
Problem: Tool is deployed, bias discovered post-hoc
Solution:
- Monitor bias metrics in real-time
- Set fairness thresholds (e.g., "disparate impact ratio must be >0.85")
- Alert when thresholds are violated
- Adjust tool automatically or flag for review
Fix 5: Switch to unbiased method
Problem: You cannot fix bias in keyword matching or resume-based matching because it is fundamentally biased
Solution:
- Stop using resumes as primary screening input
- Switch to vetting (video assessment + assessment of actual performance)
- Remove subjective judgment (which embeds bias)
Example:
Before: LinkedIn Recruiter (keyword + name bias) → 40% callback bias
After: EvexAI vetting (video + performance assessment, no resumes) → <2% callback bias
Case Study: Company Discovers and Fixes Bias
Company profile:
- Tech company, 150 people
- Using Greenhouse ATS with custom ML matching
- Hiring 20 engineers/year
- Had never tested for bias
Month 1: Testing
Company runs demographic representation analysis:
| Group | Candidates | Advanced | Callback Rate |
|---|---|---|---|
| Male | 300 | 110 | 37% |
| Female | 300 | 65 | 22% |
| White | 400 | 160 | 40% |
| Asian | 120 | 30 | 25% |
| Black | 50 | 8 | 16% |
| Hispanic | 30 | 7 | 23% |
Disparate impact ratios:
- Female: 22% / 37% = 0.59 (59% of male rate) → VIOLATION
- Asian: 25% / 40% = 0.63 → VIOLATION
- Black: 16% / 40% = 0.40 → SEVERE VIOLATION
- Hispanic: 23% / 40% = 0.58 → VIOLATION
Finding: Tool has severe bias against all protected groups.
Month 2: Feature importance analysis
Company analyzes which features create bias:
| Feature | Correlation with Gender | Correlation with Race |
|---|---|---|
| Years continuous employment | 0.42 | 0.35 |
| University prestige | 0.28 | 0.52 |
| Previous company prestige | 0.31 | 0.48 |
| Technical skills match | 0.05 | 0.08 |
Finding: Tool heavily weights continuous employment and company prestige (both correlated with protected characteristics).
Month 3: Adjustments
Company makes adjustments:
- Reduce weight on "years continuous employment" (0.4 → 0.15)
- Reduce weight on "previous company prestige" (0.35 → 0.15)
- Increase weight on "technical skills match" (0.2 → 0.5)
- Implement blind screening (remove names before tool sees resume)
Month 4: Retest
Company retests after adjustments:
| Group | Callback Rate | Previous | Change |
|---|---|---|---|
| Male | 35% | 37% | -5% |
| Female | 29% | 22% | +32% |
| White | 36% | 40% | -10% |
| Asian | 32% | 25% | +28% |
| Black | 28% | 16% | +75% |
| Hispanic | 32% | 23% | +39% |
New disparate impact ratios:
- Female: 29% / 35% = 0.83 (still below 0.85 target, but improvement)
- Asian: 32% / 36% = 0.89 ✓
- Black: 28% / 36% = 0.78 (below threshold, still issue)
- Hispanic: 32% / 36% = 0.89 ✓
Result: Bias is reduced but not eliminated.
Month 5: Further fixes
Company realizes:
- Adjustment alone is not enough
- Tool still has residual bias
- Need more aggressive approach
Company decides to:
- Switch from resume-based matching to vetting (EvexAI)
- Eliminate resume as input entirely
- Use video assessment + performance assessment
Month 6: After switching to EvexAI vetting
| Group | Callback Rate | Previous (Adjusted Greenhouse) | Change |
|---|---|---|---|
| Male | 33% | 35% | -6% |
| Female | 32% | 29% | +10% |
| White | 32% | 36% | -11% |
| Asian | 33% | 32% | +3% |
| Black | 32% | 28% | +14% |
| Hispanic | 33% | 32% | +3% |
New disparate impact ratios:
- Female: 32% / 33% = 0.97 ✓
- Asian: 33% / 32% = 1.03 ✓
- Black: 32% / 32% = 1.00 ✓
- Hispanic: 33% / 32% = 1.03 ✓
Result: All groups now at parity (ratios 0.97–1.03, no disparate impact).
Total impact:
| Metric | Before | After | Change |
|---|---|---|---|
| Gender bias | -60% | -3% | +97% improvement |
| Race bias | -40% to -60% | 0% | Eliminated |
| Hiring diversity | 78% white, 22% other | 68% white, 32% other | +44% increase in diversity |
| Mis-hire rate | 14% | 2.1% | 85% reduction |
| Time-to-hire | 28 days | 2 days | 93% faster |
| EEOC legal risk | SEVERE | MINIMAL | Risk eliminated |
Company conclusion: "Switching to EvexAI eliminated our bias while improving hiring quality and speed. We went from illegally discriminatory (40–60% bias) to compliant (0% bias). This was the single best decision we made for recruiting in 2026."
Legal Compliance: Testing Requirements
Federal requirements:
Title VII of Civil Rights Act (1964):
- Employers cannot discriminate in hiring
- Applies to companies with 15+ employees
- "Discrimination" includes disparate impact (even if unintentional)
Americans with Disabilities Act (ADA):
- Must ensure hiring tools are accessible to people with disabilities
- Cannot use tools that screen out people with disabilities disproportionately
ADEA (Age Discrimination in Employment Act):
- Cannot discriminate based on age (40+)
- Recruiting tools cannot have age bias
State laws:
- California: Stronger protections (Equal Pay Act, FEHA)
- New York: Additional protections (gender identity, sexual orientation)
- Illinois: Ban the Box (cannot ask about criminal history)
- Various states: Additional protections for family status, marital status
International (if hiring globally):
- UK: Equality Act 2010 (protect race, gender, age, disability, religion, sexual orientation)
- EU: Various directives on equal treatment
- Canada: Canadian Human Rights Act
EEOC enforcement:
When EEOC investigates (triggers):
- Disparate impact ratio < 0.80 for any protected group
- Multiple complaints of discrimination
- Statistical evidence of bias
Potential outcomes:
- Lawsuits (EEOC sues on behalf of employees)
- Settlements ($2–12M average)
- Injunctions (ordered to stop using tool)
- Back pay (must pay candidates who were discriminated against)
- Penalties (additional fines)
FTC (Federal Trade Commission) enforcement (newer):
In 2023–2024, FTC began investigating recruiting AI:
- AI recruitment tools not adequately tested for bias
- Vendors not disclosing bias risks
- FTC warning: Companies may face enforcement if using biased AI
Red Flags in Vendor Responses to Bias Concerns
If vendor responds with any of these, bias is likely present:
Red Flag Response 1: "We cannot share bias data due to proprietary reasons"
Translation: "We have not measured bias, or bias is bad"
Real vendors publish bias metrics.
Red Flag Response 2: "Our tool is fair because it is blind to protected characteristics"
This is misleading. A tool can be "blind" to names but still discriminate via proxy features (years experience, university, etc.).
Real vendors test for disparate impact, not just claim blindness.
Red Flag Response 3: "Bias is impossible with AI"
False. AI can amplify bias (Amazon, HireVue examples).
Real vendors acknowledge bias risk and report testing results.
Red Flag Response 4: "Our customers have not complained"
Absence of complaints does not mean no bias. Most companies never test for bias.
Real vendors proactively test and publish results.
Red Flag Response 5: "Our ML model is too complex to explain bias"
This is a technical excuse to avoid accountability.
Real vendors use "explainable AI" methods to understand and fix bias.
Red Flag Response 6: Vendor uses "fairness" language without metrics
Vendor says: "Our tool uses fairness-aware algorithms"
But cannot provide:
- Specific fairness metrics
- Bias audit results
- Demographic breakdown by outcome
That is marketing language without substance.
Action: Request specific metrics. If not provided, tool probably has bias.
Red Flag Response 7: Your hiring outcomes show demographic skew
If your hiring is:
- 85% white (applicant pool is 65% white)
- 78% male (applicant pool is 60% male)
- 92% from target schools (applicant pool is 70% from target schools)
Your tool is selecting for these characteristics.
Either:
- Your hiring standards are biased, OR
- Your tool is biased
Either way, you have a problem.
Best Practices for Fair Recruiting Software
Practice 1: Test before deployment
- Do NOT deploy recruiting tools without bias testing
- Run tests 1–5 before going live
- Measure demographic representation, feature bias, performance differences
- Set fairness thresholds and require tool to meet them
Practice 2: Monitor post-deployment
- Continue testing after tool is live
- Monthly: Check disparate impact ratios
- Quarterly: Check for performance differences by demographic
- If bias emerges, adjust tool immediately
Practice 3: Transparency
- Publish bias metrics (even if unflattering)
- Share results with employees
- Be transparent about limitations
Practice 4: Regular audits
- Conduct bias audits annually
- Use external auditors (not just internal)
- Test for emergent bias (can appear over time)
Practice 5: Diverse teams building recruiting tools
- Tools built by homogeneous teams perpetuate bias
- Include women, minorities, older workers in tool design and testing
- Diverse perspectives catch biases homogeneous teams miss
Bias Testing Checklist
Before deploying any recruiting software:
- Run demographic representation analysis (Test 1)
- Run controlled resume testing (Test 2)
- Run intersectionality analysis (Test 3)
- Run feature importance analysis (Test 4)
- Compare performance of hires by demographic (Test 5)
- Calculate disparate impact ratios for all protected groups
- Ensure all ratios are 0.80 or higher (EEOC threshold)
- Conduct statistical significance testing (Chi-square, effect size)
- Review vendor's bias audit results (if available)
- Consult with legal team on compliance
- Document all testing and results
- Monitor monthly post-deployment
If any test shows bias:
- Do NOT deploy (or stop using if already deployed)
- Identify root causes (training data, features, algorithm)
- Fix bias (adjust weights, blind inputs, change method)
- Re-test until bias is eliminated
- Document fixes and verify effectiveness
Sources & References
Bias in recruiting AI research:
- Amazon AI recruitment tool (documented case study)
- HireVue video assessment bias (2021–2023 studies)
- LinkedIn recruiter bias (2023 testing)
- McKinsey "Algorithmic Bias in Recruiting" 2025
Statistical testing methods:
- Chi-square test (statistical significance)
- Four-Fifths Rule (EEOC standard)
- Effect size analysis (Cohen's d)
- Disparate impact analysis (legal framework)
Legal compliance:
- EEOC enforcement data (2024–2025)
- FTC guidance on AI recruiting (2023–2024)
- Title VII (Civil Rights Act)
- ADA (Americans with Disabilities Act)
- State-specific laws (California, New York, Illinois)
EvexAI fairness:
- Bias reduction through vetting (verified case studies)
- Comparison to resume-based recruiting
- Demographic parity achievement
- Legal compliance results
Last updated: June 1, 2026