← Latest papers
💻 computer science

EQUITRIAGE: A Fairness Audit of Gender Bias in LLM-Based Emergency Department Triage

The EQUITRIAGE study audits five large language models on nearly 375,000 emergency department triage scenarios and reveals that all models exhibit gender bias with flip rates exceeding 5%, demonstrating that fairness metrics like group parity, counterfactual invariance, and calibration are distinct properties requiring model-specific auditing before clinical deployment.

Original authors: Richard J. Young, Alice M. Matthews

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Richard J. Young, Alice M. Matthews

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a busy emergency room where a triage nurse acts as a gatekeeper. Their job is to look at a patient's symptoms and decide how urgently they need care, ranking them from "life-threatening" to "can wait." This system is called the Emergency Severity Index (ESI).

For decades, doctors have known that human nurses sometimes make mistakes based on gender: women with serious heart issues often wait longer or get less urgent attention than men with the exact same symptoms.

Now, hospitals are starting to use AI (Large Language Models or LLMs) to help nurses make these decisions. The big question this paper asks is: If we replace the human nurse with an AI, will the AI fix the problem, or will it make the gender bias worse?

The authors created a study called EQUITRIAGE to find out. Here is how they did it and what they found, explained simply.

The Experiment: The "Twin" Test

To test the AI fairly, the researchers didn't just ask the AI to look at real patients. Instead, they created 18,714 digital "vignettes" (short stories about patients) based on real medical records.

Think of this like a "Choose Your Own Adventure" book where the plot is identical, but the main character's name and gender change.

  • Patient A: "Keisha, a 59-year-old Black woman with chest pain and high blood pressure."
  • Patient B (The Twin): "DeShawn, a 59-year-old Black man with chest pain and high blood pressure."

Everything else (symptoms, vitals, history) is exactly the same. The only difference is the gender and the name.

They fed these stories to five different AI models (from companies like Google, OpenAI, NVIDIA, etc.) and asked them to assign an urgency score. They did this over 374,000 times to get a clear picture.

The Findings: The AI Isn't Perfect

The study found that all five AI models showed bias, but they did it in three different "personalities":

  1. The "Under-triage" Models (DeepSeek and Gemini):
    These models acted like a skeptical doctor who ignores women's pain. When the patient was female, the AI gave them a less urgent score than when the patient was male, even though the symptoms were identical.

    • Analogy: Imagine two people with the exact same broken leg. The AI tells the man, "Go to the front of the line," but tells the woman, "Wait in the back."
    • DeepSeek was the worst offender, treating female patients as significantly less urgent than male patients.
  2. The "Balanced" Models (GPT-4 and Mistral):
    These models were much fairer. They gave men and women roughly the same scores. They didn't have a strong preference for one gender over the other.

  3. The "Confused" Model (Nemotron):
    This model was chaotic. It changed its mind about the urgency level almost 44% of the time just because the name and gender changed. It wasn't necessarily biased against women specifically, but it was incredibly unstable and inconsistent.

The "Magic Wand" Tests (Can we fix it?)

The researchers tried four different "prompts" (instructions) to see if they could stop the bias. Think of these as different ways of talking to the AI:

  • The "Blindfold" Strategy: They removed the patient's name, age, and gender from the story, leaving only the medical facts.
    • Result: This worked wonders for some models (like Google's Gemini), almost completely eliminating the bias. However, for others (like DeepSeek), it didn't work as well. Why? Because age was still in the story. The AI was using the patient's age as a hidden clue to guess their gender and bias the result. When they removed age and gender, the bias finally disappeared.
  • The "Be Fair" Strategy: They explicitly told the AI, "Do not let gender influence your decision."
    • Result: This was a mixed bag. For some models, it helped. For others, it actually made things worse, causing the AI to flip-flop more often. It seems telling an AI to "be fair" can sometimes confuse it.
  • The "Think Step-by-Step" Strategy (Chain-of-Thought): They asked the AI to explain its reasoning before giving a score.
    • Result: This backfired. Instead of making the AI smarter, it made it worse. The AI started giving lower accuracy scores and became more biased. It's like asking a nervous student to "explain every step of your math" and they end up overthinking and making more mistakes.

The Big Surprise: The "Calibration" Trap

One of the most interesting findings is a concept called Calibration.

  • The AI models were actually good at predicting who would be admitted to the hospital. If they said a patient was "high risk," that patient usually got admitted, regardless of whether they were male or female.
  • However, they were bad at being consistent between twins. They would give the "high risk" label to the man, but the "medium risk" label to the woman, even though both ended up in the hospital.

Analogy: Imagine a weather app that is right 90% of the time about rain. But, if you ask about a man, it says "90% chance of rain," and if you ask about a woman with the exact same clouds, it says "50% chance of rain." The app is technically "accurate" in the long run, but it is unfair in the moment.

The Conclusion

The paper concludes that you cannot assume an AI is fair just because it is smart.

  • Different AI models have different "personalities" regarding bias.
  • Fixing bias isn't a one-size-fits-all solution. Removing names helps some models but not others.
  • Asking an AI to "think harder" (Chain-of-Thought) might actually make clinical decisions worse.

The Bottom Line: Before hospitals let AI decide who gets emergency care, they must test each specific AI model with these "twin" tests. You can't just trust the manufacturer's word; you have to audit the AI yourself to make sure it doesn't treat men and women differently.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →