ClinicalBench: Stress-Testing Assertion-Aware Retrieval for Cross-Admission Clinical QA on MIMIC-IV
This paper introduces ClinicalBench, a stress-testing framework and dataset for assertion-aware retrieval in cross-admission clinical QA, demonstrating that an intent-aware knowledge graph retrieval system significantly improves retrieval accuracy over dense baselines across multiple LLMs while highlighting the critical necessity of physician adjudication for validating clinical QA benchmarks.
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 you are a detective trying to solve a medical mystery. You have a massive filing cabinet full of a patient's medical history, spanning years and multiple hospital visits. Your goal is to answer a specific question, like "Is this patient currently taking blood pressure medication?" or "Did they have a heart attack in the past?"
The problem isn't that your detective (the AI) isn't smart. It's that the filing cabinet is messy.
The Problem: The "Messy Filing Cabinet"
In real hospital records, doctors write things like:
- "Patient denies chest pain." (They don't have it).
- "Mother had a heart attack." (The family had it, not the patient).
- "We might start insulin if sugar stays high." (This is a future plan, not a current fact).
Older AI systems treat all these notes as if they were simple facts. They read "denies chest pain" and think, "Okay, chest pain is present." They read "mother had a heart attack" and think, "The patient had a heart attack." They get confused by the "nots," the "mights," and the "families."
The paper calls this the "Epistemic Propagation Gap." In simple terms: The AI loses the "context clues" (like who the statement is about, or if it's true or false) as it searches through the files.
The Solution: EpiKG (The "Smart Librarian")
The author built a new system called EpiKG. Think of this not just as a filing cabinet, but as a Smart Librarian who has two special superpowers:
The "Truth Tag" (Assertion Labels): Every single fact in the patient's file gets a sticky note attached to it.
- Is it a fact? (Tag: Present)
- Is it a denial? (Tag: Absent)
- Is it about the family? (Tag: Family History)
- Is it a maybe? (Tag: Possible)
- Is it a past event? (Tag: Historical)
The librarian never throws these tags away. They travel with the fact all the way to the answer.
The "Question GPS" (Intent-Aware Routing): Before the librarian even looks for the answer, they ask: "What kind of question is this?"
- If the question is "What changed since the last visit?", the librarian only looks at the difference between the two visits.
- If the question is "What is happening right now?", the librarian ignores old history and only looks at the current notes.
- If the question is "What happened in the past?", the librarian digs up the resolved history.
Without this GPS, the librarian might bring you a list of everything ever written, including old, irrelevant, or contradictory notes, overwhelming the AI.
The Experiment: The "Stress Test"
The author created a test called ClinicalBench.
- The Setup: They took 43 real patients from a database (MIMIC-IV) and wrote 400 tricky questions about them.
- The Contest: They pitted a standard AI (just reading the notes) against their new "Smart Librarian" system (EpiKG) across six different types of AI models.
- The Judges: Three doctors (two independent experts and the author) blindly graded the answers to see who got it right.
The Results: "The Librarian Wins"
The results were clear, especially when the questions were tricky:
- The Standard AI: When left alone, it got about 22% of the tricky questions right. It was easily confused by negations and family history.
- The Smart Librarian (EpiKG): With the "Truth Tags" and "Question GPS," the system jumped to about 60-68% accuracy.
- The "Magic" Factor: The biggest improvement came from the Question GPS. Just having the "Truth Tags" wasn't enough; the system had to know how to search for the answer. When the librarian knew exactly what kind of search to do, the AI got much smarter.
A Key Discovery: The system worked best when the AI was less confident to begin with. It's like giving a map to a lost hiker; the hiker who was already lost benefits the most from the map, while the hiker who was already on the right path doesn't need it as much.
The Caveats (The "Fine Print")
The author is very honest about the limitations:
- The Map Had Errors: The "Gold Standard" answers they used to grade the AI were actually wrong 56% of the time because the automated tools that created them made mistakes. The doctors had to fix many of them. This means the AI might actually be even better than the numbers show, or the test itself was flawed.
- One Hospital: The data came from just one hospital in Boston. It might not work the same way in a small rural clinic or a different country.
- Not Ready for Prime Time: This is a research prototype. It is not a tool doctors should use to treat patients today. It hasn't been tested in a real hospital setting with real-time safety checks.
The Bottom Line
This paper proves that for AI to read medical records like a human doctor, it can't just "read" the words. It needs to understand the logic behind the words (is it a denial? is it a family member? is it the past?). By adding "context tags" to the data and teaching the AI to search differently based on the question, the system became significantly better at finding the truth in messy medical charts.
It's the difference between a robot that just scans a page for keywords and a detective who understands the story behind the words.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.