← Latest papers
🤖 AI

Deployment-Centered Evaluation: Predicting Query-Level Rejection Risk in a Clinical LLM System

This paper introduces a deployment-centered evaluation framework for clinical LLMs that leverages a pre-response classifier trained on deployment-specific context to predict user rejection risk with an AUROC of 0.719, demonstrating the feasibility of enabling targeted guardrails and abstention mechanisms in real-world electronic health record systems.

Original authors: Alyssa Unell, Miguel Fuentes, Brenna Li, Bridget Lin, Meena Jagadeesan, Sanmi Koyejo, Nigam Shah

Published 2026-06-12
📖 4 min read☕ Coffee break read

Original authors: Alyssa Unell, Miguel Fuentes, Brenna Li, Bridget Lin, Meena Jagadeesan, Sanmi Koyejo, Nigam Shah

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 hospital where doctors and nurses are using a super-smart AI assistant to help them write patient notes, summarize medical histories, and answer quick questions. This AI is like a new, eager intern who is very knowledgeable but sometimes misses the mark or writes things in a style the doctor doesn't like.

The problem is: How do we know when this AI is about to give an answer that the doctor will hate?

Usually, scientists test AI by giving it a bunch of standardized test questions (like a medical board exam) and grading it on "correctness." But the authors of this paper say that's like judging a chef only by how well they can cook a recipe from a book, ignoring whether the actual customers at the restaurant like the taste or the presentation. In a real hospital, a doctor might reject a perfectly "correct" answer just because it's too long, too short, or written for the wrong type of doctor.

The New Approach: Predicting the "Thumbs Down"

Instead of waiting for the AI to give an answer and then hoping the doctor likes it, the researchers built a crystal ball (a prediction model) that looks at the question before the AI answers.

Here is how their "crystal ball" works, using a simple analogy:

The "Restaurant Order" Analogy
Imagine you are a waiter taking an order.

  • The Old Way: You just look at the food the chef is about to cook and guess if the customer will like it.
  • The New Way (This Paper): You look at three things before the chef even starts cooking:
    1. The Order: What is the customer actually asking for? (The text of the query).
    2. The Customer: Who is sitting at the table? Is it a picky food critic (a specialist doctor) or a casual diner (a nurse)?
    3. The Kitchen: Which chef is cooking this? (Which AI model is being used) and what is the vibe of the restaurant today? (The specific department, like "Emergency Room" vs. "Pediatrics").

The researchers found that knowing who is asking and where they are asking is just as important as knowing what they are asking.

What They Did

  1. The Setup: They installed this AI system inside the hospital's computer records (the Electronic Health Record).
  2. The Feedback Loop: After the AI gave an answer, doctors could click a "Thumbs Up" or "Thumbs Down."
    • Note: Very few people clicked these buttons (only about 1.6%), so the data was "sparse" (like trying to guess the weather by looking at only a few clouds).
  3. The Training: They taught their prediction model to look at the question, the doctor's job title, the hospital department, and the AI model used, and guess: "Will this doctor click 'Thumbs Down'?"
  4. The Test: They watched this system work in real-time for 4.5 months.

The Results

  • The Score: Their "crystal ball" was pretty good at predicting rejection. It got a score of 0.719 (on a scale where 0.5 is a random guess and 1.0 is perfect). This means it could spot a "thumbs down" much better than guessing randomly.
  • The Secret Sauce: The model worked significantly better (about 16% better) when it included details about the doctor's job and the department.
    • Example: A cardiologist (heart doctor) might reject an answer that a nurse practitioner would love, even if the answer is the same. The model learned this pattern.
  • Two Ways to Use It:
    1. The "Safe Filter" (High Precision): Set the model to be very strict. Only block an answer if it's almost certainly going to be rejected. This saves the user from seeing bad answers without annoying them with false alarms.
    2. The "Safety Net" (High Recall): Set the model to catch almost everything that might be rejected. It might flag some good answers too, but it ensures almost no bad answers slip through. This is useful for triggering extra checks or warnings.

Why This Matters

The paper argues that we need to stop judging AI only by "is it factually correct?" and start judging it by "will the user actually use it?"

By using the context of the real world (who is asking and where), we can predict when an AI is about to fail the user before the failure happens. This allows hospitals to put up "guardrails" (like a warning sign) or simply stop the AI from answering if it's likely to be useless, saving time and building trust.

In short: They built a system that learns from the few times doctors say "No thanks" to an AI, and uses that to predict future "No thanks" by paying attention to who is asking and where they are, not just what they are asking.

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 →