← Latest papers
💻 computer science

Hallucination Detection-Guided Preference Optimization for Clinical Summarization

This paper introduces an inference-time method and a corresponding preference learning framework that leverage hallucination detectors to iteratively refine and fine-tune large language models, significantly reducing factual hallucinations in clinical summarization while preserving fluency and coherence.

Original authors: Shamanth Kuthpadi Seethakantha, Dung Ngoc Thai, Vara Prasad Gudi, Simran Tiwari, Rami Matar, Avijit Mitra, Wenlong Zhao, Wael Salloum, Andrew McCallum

Published 2026-05-29
📖 4 min read☕ Coffee break read

Original authors: Shamanth Kuthpadi Seethakantha, Dung Ngoc Thai, Vara Prasad Gudi, Simran Tiwari, Rami Matar, Avijit Mitra, Wenlong Zhao, Wael Salloum, Andrew McCallum

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 have a very smart, well-read librarian (the AI) whose job is to read a patient's long, messy medical file and write a short, easy-to-understand summary for the patient. The problem is that this librarian sometimes gets too creative. They might invent a test the patient never had, or claim a doctor said something they didn't. In the medical world, these made-up facts are called "hallucinations," and they are dangerous because they can confuse patients or lead to bad decisions.

This paper introduces a two-step system to teach the librarian how to stick strictly to the facts without losing their ability to write well.

The Problem: The "Over-imaginative" Librarian

Even the best AI models are like students who want to impress their teacher. When asked to summarize a medical record, they sometimes fill in the blanks with things that sound right but aren't actually in the file. For example, if the file says "the patient fell," the AI might add, "and the patient broke their leg," even if the file never mentioned a broken leg.

The Solution: A Two-Part Training System

The authors propose a method called HDSR (Hallucination Detection Guided Self-Refinement) and HDSR-PL (Preference Learning). Think of this as a rigorous editing process.

Part 1: The "Fact-Checker" Editor (HDSR)

Imagine the librarian writes a first draft of the summary. Before it goes to the patient, it gets handed to a specialized Fact-Checker (a hallucination detector).

  • How it works: The Fact-Checker reads the draft against the original medical file. If the draft says, "The patient took medication X," but the file doesn't mention it, the Fact-Checker highlights that sentence in red.
  • The Revision: The librarian is then told, "You highlighted this part. Go back and fix it using only the original file."
  • The Loop: This happens over and over. The librarian revises, the Fact-Checker checks again, and they repeat until no red highlights remain. This is the HDSR method. It's like a student repeatedly editing an essay based on a strict rubric until every claim is backed up by evidence.

Part 2: The "Taste-Maker" Teacher (HDSR-PL)

While the "Fact-Checker" loop works great, it's slow because it requires the librarian to stop and rewrite every single time. The authors wanted to teach the librarian to be factually accurate automatically, without needing the Fact-Checker to hover over their shoulder every time.

  • The Lesson: They took all the drafts the librarian wrote during the "Fact-Checker" loop. They created a "Choose Your Own Adventure" style lesson:
    • Option A: The original draft with the made-up facts (The "Bad" choice).
    • Option B: The revised draft with the facts corrected (The "Good" choice).
  • The Training: They showed the librarian thousands of these "Bad vs. Good" pairs and taught them: "Always pick Option B."
  • The Result: This is HDSR-PL. Now, when the librarian writes a summary, their brain has been trained to naturally avoid the "Bad" choices and pick the "Good" ones. They don't need the Fact-Checker anymore; they have internalized the rule of sticking to the facts.

What Did They Find?

The researchers tested this on real medical notes from a large hospital database (MIMIC-IV).

  • The "Before" State: Without help, the AI made about 29 factual errors. If they tried to "fine-tune" it normally (just showing it more examples), the errors actually increased to 57! It was like giving the librarian more books to read, but they started making up even more stories.
  • The "After" State:
    • Using the Fact-Checker loop (HDSR), the errors dropped to 22.
    • Using the Taste-Maker training (HDSR-PL), the errors dropped even further to just 15.
  • Quality Check: Crucially, the summaries didn't become robotic or boring. Human experts and other AI judges confirmed that the summaries were still easy to read, flowed well, and were relevant. The AI learned to be accurate without losing its voice.

The Bottom Line

This paper shows that you can make AI much more reliable in healthcare by using a "detect and correct" system. First, you use a tool to find the lies and force the AI to fix them. Then, you use those fixes to train the AI so it learns to tell the truth on its own. This makes the AI safer for doctors and patients to use, ensuring that the summary reflects what actually happened, not what the AI imagined happened.

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 →