The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A leading Chinese hiring LLM systematically scores applicants aged 35 and over—and women—lower than younger male counterparts, suggesting the tool amplifies existing labour-market biases; the study calls for targeted fairness audits and regulatory oversight.

DeepSeek in China: AI Hiring or Bias Hiring?
Weishan Xu, Chong Wu, Yanjun Wang, Hernán Merino · January 01, 2026 · Proceedings of the ... Annual Hawaii International Conference on System Sciences/Proceedings of the Annual Hawaii International Conference on System Sciences
openalex correlational medium evidence 7/10 relevance Full text usable extracted full text DOI Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Weishan Xu provider ID
  2. Chong Wu provider ID
  3. Yanjun Wang provider ID
  4. Hernán Merino provider ID

Semantic Scholar

Latest observation:

  1. Weishan Xu provider ID
  2. Chong Wu provider ID
  3. Yanjun Wang provider ID
  4. H. Meriño provider ID
An audit of DeepSeek, a Chinese LLM recruitment tool, finds systematic down-weighting of applicants aged 35+ and of female candidates in its predicted suitability scores, revealing entrenched demographic disparities in model outputs.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Algorithmic hiring tools based on large language models (LLMs) are increasingly adopted, yet studies show that such systems replicate historical labor market biases. Prior research has largely focused on Western contexts, leaving limited understanding of how these issues manifest in China. This study evaluates DeepSeek, a leading Chinese LLM used in recruitment, to fill this gap. We combine linear regression with explainable machine learning techniques to quantify the influence of demographic and job-related factors on candidate scores. Results reveal systematic disparities, with applicants aged 35 and above, as well as female candidates receiving lower predicted scores. These findings highlight entrenched inequities in China’s labor market, provide a novel perspective on international implicit bias research, and demonstrate how combined methods reveal complex bias patterns. Beyond its academic contributions, the study offers practical guidance for fairness-aware AI deployment and contributes to ongoing discussions on trustworthy AI and regulation.

Summary

Main Finding

DeepSeek, a leading Chinese large language model used for automated résumé screening, systematically disfavors female applicants and candidates aged 35 and older. Using a simulated CV–job matching audit (4,080 CV–job pairs), the authors find statistically and practically meaningful score disparities: females and 35+ candidates receive lower suitability scores than comparable peers, and these patterns persist across linear (OLS) and nonlinear (XGBoost + SHAP) analyses.

Key Points

  • Scope and contribution
    • First empirical audit of a major Chinese LLM (DeepSeek) in recruitment settings, extending AI fairness evidence beyond Western contexts.
    • Combines interpretable OLS with machine‑learning (XGBoost) and SHAP explanations to reveal both linear and nonlinear bias patterns.
  • Core quantitative results
    • Overall deviation from a qualifications-only fairness benchmark: MAE = 6.8 (p < .001).
    • MAE by group: male = 4.2 vs female = 9.4; under‑35 = 3.9 vs 35+ = 13.1.
    • Mean score patterns: males scored higher than females across all age brackets; gap peaks around age 45 (male 69.09 vs female 61.29). Scores peak at ages 25–30 and decline notably after 35.
  • Interpretability
    • SHAP analysis exposed how demographic features (age, gender) and their interactions nonlinearly influenced predicted suitability scores beyond what OLS captured.

Data & Methods

  • Data generation and experimental design
    • Job postings: 255 scraped listings from BOSS Zhipin, stratified across STEM and technical job types.
    • CVs: a standardized résumé template produced 16 synthetic candidate profiles per job (total 4,080 CV–job pairs). Controlled attributes: education, region (major Chinese metros), skill keywords, and years of experience (0–20, increasing with age).
    • Demographics: 8 age identities {18, 22, 25, 30, 35, 40, 45, 50}; gender balanced 50/50.
  • LLM scoring procedure
    • Model: DeepSeek-reasoner (April 2025 API version).
    • Prompt: zero-shot, structured instruction in Mandarin asking for a single integer score (1–100) representing interview suitability.
    • Automation: API calls for all pairs (1.5 s between calls) to remove conversational memory effects.
  • Fairness benchmark and evaluation
    • Constructed benchmark score per candidate based on qualifications (education, experience, skills); fairness deviation measured as MAE between DeepSeek score and benchmark.
  • Estimation strategy
    • OLS regressions: score ~ age + gender (+ interaction age×gender) for transparent effect estimation.
    • XGBoost: modeled score with demographic and CV features to capture nonlinearities; data split 80/20 train/test.
    • Model tuning: grid search over 216 parameter combinations with 5‑fold CV (1,080 fits).
    • Explainability: SHAP used to quantify and visualize marginal contributions of features.

Implications for AI Economics

  • Labor market fairness and access
    • Automated LLM screening can reproduce and amplify existing labor‑market discrimination (gender and age), potentially exacerbating inequality in hiring outcomes at scale.
    • The pronounced penalty for 35+ candidates implies automation may institutionalize informal age thresholds (e.g., the "35 barrier") into hiring pipelines.
  • Firm-level decisions and efficiency trade-offs
    • While LLM screening increases throughput and reduces screening costs, it can produce efficiency gains at the expense of equity; firms seeking diverse talent may incur hidden selection costs if relying on biased LLM outputs.
    • Hidden bias can distort labor supply signals, affecting wage bargaining, career investment decisions, and human‑capital accumulation across cohorts and genders.
  • Policy and regulation
    • Results support the need for regulatory auditability and transparency for proprietary LLMs used in high‑stakes decisions (hiring). Mandates for fairness testing, reporting, and human‑in‑the‑loop safeguards are warranted.
    • Benchmarking and external audits (including culturally specific audits) should be part of deployment requirements, because bias patterns can be context‑specific.
  • Research and market design
    • Combining interpretable econometric methods with explainable ML is a productive approach for diagnosing algorithmic bias and informing corrective interventions (e.g., reweighting, counterfactual data augmentation, prompt engineering).
    • Economic models of hiring should incorporate algorithmic intermediaries as endogenous actors that can alter selection friction, match quality, and inequality dynamics.
  • Practical interventions
    • Short term: apply human oversight, blind features, fairness-aware prompts, or score calibration to reduce demographic leakage.
    • Long term: require model provenance, disclosure of training data composition, and routine bias audits, especially in markets with strong preexisting discrimination.

Caveats and limitations (noted by authors) - Synthetic CV audit: controlled profiles enable causal inference on demographic effects but do not observe real hire outcomes (external validity to live hiring may be partial). - Scope: analysis focused on age and gender within Chinese STEM/technical jobs and on one proprietary model/version (DeepSeek‑reasoner, Apr 2025); results may vary with other models, prompts, or real-world deployments. - Opaque model internals: proprietary, black‑box LLMs limit understanding of training‑data origins and mechanisms producing bias.

Suggested next steps - Field experiments with real application pipelines and downstream hiring outcomes. - Intervention studies testing prompt‑based debiasing, data‑level corrections, and post‑processing fairness constraints. - Cross‑model and longitudinal audits to track whether biases persist across model updates and deployments.

Assessment

Paper Typecorrelational Evidence Strengthmedium — The paper provides direct, empirical evidence of systematic disparities in the LLM's output (strong for demonstrating bias in scores). However, it only measures associations in model outputs (not downstream hiring outcomes), lacks experimental counterfactuals or randomized variation, and its conclusions depend on sample representativeness and modeling choices, which limits causal claims and external validity. Methods Rigormedium — Combining linear regression with explainable ML is an appropriate and informative approach for auditing model outputs; however, rigor depends on robustness checks (e.g., alternative specifications, sensitivity to feature sets, treatment of correlated predictors), avoidance of labeling/measurement bias, and transparency about the dataset and model version—areas that appear limited or unspecified in the summary. SampleA dataset of candidate profiles/resumes and associated demographic attributes (age, gender) and job-related features from a Chinese context that were input to DeepSeek to obtain predicted suitability scores; exact sample size, sampling frame, industry/job coverage, and model version/training data are not reported in the summary. Themeslabor_markets inequality governance adoption IdentificationObservational association analysis: authors run candidate profiles through DeepSeek, then use linear regression and explainable ML (e.g., feature importance/SHAP-style methods) to estimate associations between demographic/job predictors and the model's predicted candidate scores; no experimental or quasi-experimental design is used to identify causal effects. GeneralizabilityResults pertain to a single commercial LLM (DeepSeek) and may not generalize to other models or future versions., China-specific labor market and data distributions limit applicability to other countries or regulatory environments., Findings concern model scores rather than actual hiring or employment outcomes, so downstream impacts are uncertain., Potential sample selection bias if the candidate set is not representative across occupations, regions, or education levels., Lack of transparency about prompts, preprocessing, and model updates constrains reproducibility and transferability.

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Algorithmic hiring tools based on large language models (LLMs) are increasingly adopted. Adoption Rate positive adoption of LLM-based hiring tools
Reading fidelity high
Study strength low
not reported
0.15
Prior studies show that such systems replicate historical labor market biases. Inequality negative replication of historical labor market biases by algorithmic systems
Reading fidelity high
Study strength medium
not reported
0.3
Prior research has largely focused on Western contexts, leaving limited understanding of how these issues manifest in China. Other null_result geographic coverage of prior implicit-bias research in hiring algorithms
Reading fidelity high
Study strength medium
not reported
0.3
This study evaluates DeepSeek, a leading Chinese LLM used in recruitment. Other null_result behavior/performance of DeepSeek in recruitment scoring
Reading fidelity high
Study strength high
not reported
0.5
We combine linear regression with explainable machine learning techniques to quantify the influence of demographic and job-related factors on candidate scores. Other null_result influence of demographic and job-related factors on predicted candidate scores
Reading fidelity high
Study strength high
not reported
0.5
Results reveal systematic disparities, with applicants aged 35 and above receiving lower predicted scores. Hiring negative predicted candidate scores (by age group: 35+ vs. younger)
Reading fidelity high
Study strength medium
not reported
0.3
Results reveal systematic disparities, with female candidates receiving lower predicted scores. Hiring negative predicted candidate scores (by gender: female vs. male)
Reading fidelity high
Study strength medium
not reported
0.3
These findings highlight entrenched inequities in China’s labor market. Inequality negative entrenchment of labor-market inequities
Reading fidelity high
Study strength medium
not reported
0.3
The study provides a novel perspective on international implicit bias research. Research Productivity positive contribution to international implicit bias literature
Reading fidelity high
Study strength low
not reported
0.15
Combined methods (linear regression + explainable ML) reveal complex bias patterns that single methods might miss. Other positive ability to detect complex bias patterns
Reading fidelity high
Study strength medium
not reported
0.3
Beyond academic contributions, the study offers practical guidance for fairness-aware AI deployment and contributes to discussions on trustworthy AI and regulation. Governance And Regulation positive practical guidance uptake and contribution to trustworthy AI/regulatory discourse
Reading fidelity high
Study strength low
not reported
0.15

Notes