All five major LLMs show pro-female hiring bias on Japanese resumes

A 43,200-call study on rirekisho-format resumes finds significant pro-female bias across Claude, GPT-4o, DeepSeek, Gemini, and Llama. Prompt fixes failed. Name removal helped but broke GPT-4o safety filters 42% of the time.

SaifullahSaifullah
4 min read
All five major LLMs show pro-female hiring bias on Japanese resumes

Gender bias in LLM hiring tools is not new. Most studies used English resumes and Western job formats. A June 2026 paper asks a harder question: does the same pro-female preference show up in Japanese rirekisho evaluations, and can you actually fix it in production?

Short answer: yes to the bias, no to easy fixes. And the mitigation that almost works creates a new failure mode.

Researchers ran 43,200 API calls across five frontier models with 60 counterfactual resumes and 12 linguistically grounded Japanese name pairs. Every model showed statistically significant pro-female bias. Prompt-level "be gender neutral" instructions did nothing meaningful. Removing candidate names nearly eliminated the bias, but GPT-4o's content safety stack refused 42% of anonymized resumes.

If you are wiring LLMs into HR workflows anywhere, not just the U.S., read this study before you ship.

Study design in plain terms

Paper: Gender Bias in LLM Hiring Decisions: Evidence from a Japanese Context

ParameterValue
Resume formatJapanese rirekisho (standard corporate CV layout)
Resume pairs60 counterfactual sets, identical except names
Name pairs12 pairs chosen for linguistic gender signals
Models testedClaude Sonnet 4.6, GPT-4o, DeepSeek-V3, Gemini 2.5 Flash, Llama 3.3 70B
Total API calls43,200
ConditionsBaseline, gender-neutrality prompt, privacy filter (name removal)
AnalysisCrossed random-effects linear mixed model

Positive effect size (d_z) means female-named candidates scored higher.

Bias magnitude by model

Baseline pro-female preference (selected results from Table 2):

ModelBaseline d_zInterpretation
GPT-4o+0.383Strongest preference
Claude Sonnet 4.6+0.343Strong
Gemini 2.5 Flash+0.310Strong
DeepSeek-V3+0.153Moderate
Llama 3.3 70B+0.072Not significant at baseline

The effect appears in both Finance and Healthcare sectors, slightly stronger in Finance. That matches prior Western findings (Wang et al., 2024; Rozado, 2026) and suggests alignment-driven preference is not an English-language artifact.

Chart of pro-female hiring bias effect sizes across five LLMs on Japanese resumes

What did not work

Gender-neutrality prompts

Telling the model to evaluate without gender bias produced no meaningful reduction. GPT-4o dropped from d_z +0.383 to +0.287, still strongly significant. Claude barely moved (+0.343 to +0.337).

Instruction-only mitigation is a comfort blanket, not a control.

Name removal (almost works)

A formal name-reliance analysis identified the candidate name as the primary gender channel. Strip the name and the female advantage shrinks by nearly the full magnitude.

That sounds like the fix until you hit deployment:

GPT-4o's content safety filter conflicted with the privacy filter used for anonymization, producing a 42% refusal rate on redacted resumes.

So the bias mitigation broke reliability. You trade systematic preference for random non-answers. HR pipelines cannot absorb a 42% drop-out rate.

What this means if you sell or buy AI hiring tools

  1. Locale does not save you — Japanese corporate context, Japanese prompts, Japanese resume structure. Bias still shows up.
  2. Alignment direction matters — Pro-female bias is still bias. It can distort ranking, compliance reporting, and audit narratives.
  3. Anonymization is not free — Safety stacks may treat redacted PII as suspicious input.
  4. You need measurement, not vibes — Counterfactual pairs and effect sizes beat "we asked the model to be fair."

For applied AI work, I would require vendors to show counterfactual evals on your resume format and your target locales before integration.

A practical evaluation checklist

Before you connect an LLM to applicant scoring:

StepAction
1Build counterfactual resume pairs (name, photo metadata, gendered club names)
2Run repeated scoring with fixed rubrics across models you actually use
3Report effect sizes, not just "no bias detected" from 10 samples
4Test anonymization under the same safety config as production
5Log refusal rates separately from score distributions
6Keep humans in the loop for final decisions (legal requirement in many jurisdictions anyway)

None of this replaces employment law counsel. It stops you from discovering bias in production.

Connection to alignment trade-offs

Modern RLHF and preference tuning push models toward egalitarian-sounding outputs. In hiring simulation, that can surface as systematic uplift for one gender even when resume content is identical. The Japanese study is evidence the behavior generalizes across language and document culture.

That does not mean "turn off alignment." It means task-specific evals for high-stakes scoring beats general-purpose safety marketing.

Bottom line

Five major LLMs. Japanese rirekisho. 43,200 calls. Pro-female bias replicated. Prompts failed. Name redaction nearly fixed bias but broke GPT-4o reliability.

If you are building or buying LLM-assisted recruitment flows, treat this paper as a required read. And if you want help designing bias eval harnesses before go-live, book a free discovery call.

Source

arXiv:2606.18649 — Gender Bias in LLM Hiring Decisions (Japanese context)
Share this post

Related posts