← Latest papers
💻 computer science

Healthcare LLM Benchmarks Are Only as Good as Their Explicit Assumptions

This paper argues that the gap between healthcare LLM benchmark performance and real-world deployment stems from untested implicit assumptions about user behavior, proposing a framework to classify these assumptions and introducing "BenchmarkCards" and staged evaluation to systematically address them.

Original authors: Naveen Raman, Santiago Cortes-Gomez, Mateo Dulce Rubio, Fei Fang, Bryan Wilder

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

Original authors: Naveen Raman, Santiago Cortes-Gomez, Mateo Dulce Rubio, Fei Fang, Bryan Wilder

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

The Core Problem: The "Driving Test" vs. "Real Traffic"

Imagine you are learning to drive. You take a driving test on a quiet, empty track with a perfect instructor giving you clear, written instructions. You pass with flying colors. The test says you are a "perfect driver."

But then, you get behind the wheel in a real city. Suddenly, people are jaywalking, the weather is bad, your passengers are yelling directions, and you have to make split-second decisions. You crash.

The paper argues that Healthcare AI (LLMs) are currently in this exact situation. We have "driving tests" called benchmarks where AI models score 95% or higher. But when we put them in real hospitals with real patients, their performance drops drastically.

The authors say: The problem isn't that the AI is bad or the test is poorly written. The problem is that the test is based on hidden guesses (assumptions) that don't hold up in the real world.

The Two Types of Hidden Guesses

The authors break these hidden guesses into two categories. Think of them as the "Rules of the Game" and the "Rules of the Outcome."

1. Task Assumptions (The "Rules of the Game")

These are guesses about how the AI interacts with people during the test.

  • The Assumption: The test assumes patients will type perfect, complete sentences, just like a doctor writing a report.
  • The Reality: Real patients are messy. They might forget symptoms, get confused, ask follow-up questions, or type in broken sentences.
  • The Fix: This is easy to test. We just need to look at real conversations and see if the test matches them. If the test is too "clean," we can redesign the test to be messier and more realistic.

2. Outcome Assumptions (The "Rules of the Outcome")

These are guesses about what happens after the AI gives an answer.

  • The Assumption: The test assumes that if the AI gives the "right" medical answer, the patient will actually follow it and get better.
  • The Reality: Humans are unpredictable. A patient might ignore the AI's advice, misunderstand it, or decide to do something else entirely. The AI might be "right," but if the human doesn't listen, the health outcome is still bad.
  • The Fix: You cannot fix this with a better computer test. You cannot simulate human behavior perfectly on a screen. To test this, you have to do real-world experiments (like clinical trials) where you watch what actual people do.

The "Halfway" Discovery

The authors looked at a real medical study to see how much of the performance drop was caused by which type of guess.

  • The Result: They found the gap between the "perfect test score" and the "real-world failure" was split right down the middle.
    • 50% was because the test didn't match how people talk (Task Assumptions).
    • 50% was because the test didn't account for how people actually behave (Outcome Assumptions).

This is a big deal because it means no matter how perfect we make the computer benchmarks, we can only ever solve half the problem. The other half requires real-world human testing.

The Proposed Solutions

To fix this, the authors suggest two new tools:

1. BenchmarkCards (The "Ingredient Label")

Right now, when a new AI test is released, it's like buying a cake mix without a label. You don't know what's in it or who it's for.
The authors propose BenchmarkCards. These are simple documents attached to every test that explicitly list the "hidden guesses."

  • Example: "This test assumes the user is a doctor, not a patient." or "This test assumes the user will only ask one question."
  • Why it helps: Before a hospital uses a test, they can look at the card and say, "Oh, this test assumes patients are perfect. That doesn't fit our hospital. We can't trust these results."

2. Staged Evaluation (The "Training Camp")

Instead of jumping straight to a full hospital rollout, the authors suggest a step-by-step process:

  1. Start with the Benchmark: Get the initial score.
  2. Check the "Task" Guesses: Test the AI with real, messy patient conversations. If it fails, fix the model or the test.
  3. Check the "Outcome" Guesses: If the AI passes the conversation test, run small, real-world studies to see if people actually listen to the advice and get better.
  4. Deploy: Only release the AI when you have proven that both the conversation style and the human behavior match your expectations.

Summary

The paper argues that we are trying to predict how AI will work in the real world by looking at a static picture. But healthcare is a movie, not a photo.

To bridge the gap, we need to stop pretending our tests are perfect. We need to write down our assumptions (BenchmarkCards) and test them in stages, acknowledging that some things (like human behavior) can only be proven by watching real people, not by running code.

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 →