← Latest papers
💬 NLP

RASC+: Retrieval-Constrained LLM Adjudication for Clinical Value Set Authoring

This paper introduces RASC+, a stage-wise framework that improves clinical value set authoring by combining enhanced retrieval methods to maximize candidate recall with a constrained LLM adjudicator for precise selection, thereby significantly outperforming previous baselines while ensuring all outputs originate from an auditable candidate pool.

Original authors: Sumit Mukherjee

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

Original authors: Sumit Mukherjee

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 librarian tasked with creating a "Best Books" list for a specific topic, like "Heart Health." However, you aren't allowed to just make up book titles. You must choose strictly from a massive, ever-changing library catalog containing millions of entries. If you pick a book that doesn't exist in the catalog, the list is useless. If you miss a crucial book that is in the catalog, your list is incomplete.

This is the challenge of Clinical Value Set Authoring. Doctors and health systems need lists of specific medical codes (like "Heart Attack" or "Diabetes") to track patient health. These codes come from huge, strict dictionaries (like SNOMED-CT or ICD-10). The goal is to build a perfect list of codes for a specific medical concept without inventing fake codes or missing the right ones.

The paper introduces a new method called RASC+ to solve this problem. Here is how it works, broken down into simple steps:

The Problem: The "Zero-Shot" Mistake

Previously, researchers tried asking a smart AI (a Large Language Model) to just "write the list" from scratch.

  • The Analogy: It's like asking a student to write a bibliography from memory without looking at the library.
  • The Result: The student (the AI) often invents fake book titles or misses real ones because they haven't memorized the entire library. In the medical world, this is dangerous because a fake code is like a fake medicine—it can't be used.

The Solution: A Two-Step "Search and Select" Team

The authors realized it's better to split the job into two distinct roles: The Scout and The Judge.

Step 1: The Scout (Building the Candidate Pool)

The first job is to find every possible book that might belong on the list. The goal here is Recall (finding everything), even if it means grabbing a few books that don't quite fit.

  • The Old Scout: Used a basic search tool that only looked at the title of the book. It missed many relevant books, only finding about 55% of the correct codes.
  • The New Scout (RASC+): The authors upgraded the Scout with three superpowers:
    1. Smarter Search: It uses a more advanced brain (Qwen3) to understand the meaning of the topic, not just the keywords.
    2. Vocabulary Expansion: If the Scout finds a book about "Heart Attack," it automatically checks the library's map to see if there are related books about "Angina" or "Cardiac Arrest" nearby, even if the title didn't match perfectly.
    3. Display Rescue: Sometimes the library catalog uses different words for the same thing. The Scout also searches by the actual description of the code, not just the title, to catch things the first search missed.
  • The Result: The new Scout finds 73% of the correct codes (up from 55%). It creates a much larger "shortlist" of candidates.

Step 2: The Judge (Adjudication)

Now that the Scout has a huge, messy pile of potential candidates, the second job is to pick the exact right ones. The goal here is Precision (being accurate).

  • The Old Judge: A specialized medical classifier (SAPBert). When given the new, larger pile of candidates, it got confused. It started picking too many wrong books because the pile was noisier. Its score dropped slightly.
  • The New Judge (GPT-5): The authors used a powerful AI (GPT-5) to act as the Judge.
    • The Constraint: Crucially, the Judge is not allowed to invent codes. It can only look at the list the Scout provided and say "Yes, this belongs" or "No, this doesn't."
    • The Result: The new Judge is much better at sorting the messy pile. It successfully picked the right codes from the expanded list, achieving a score of 54.9% (compared to the old Judge's 28.7%).

Why This Matters

The paper shows that this "Search then Select" approach is much better than asking an AI to "just write the list."

  • Safety First: Because the AI (the Judge) can only pick from the list the Scout found, it can never invent a fake medical code. It stays grounded in the real library catalog.
  • Handling the Unknown: The test included "held-out" publishers (libraries the AI had never seen before). The new system handled these unknown libraries much better than the old methods, proving it can generalize to new situations.

The Bottom Line

The paper demonstrates that by splitting the task into a high-recall Scout (who finds everything possible) and a smart, constrained Judge (who picks the best from that list), we can build much better medical code lists.

  • Old Way: AI guesses from memory (High error, fake codes).
  • New Way (RASC+): AI searches a massive net, then carefully picks the best fish from the net.

The result is a system that is safer (no fake codes) and more accurate (finds more real codes), acting as a powerful assistant for human experts rather than a replacement that might hallucinate.

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 →