← Latest papers
💬 NLP

Evaluating Small Open LLMs for Medical Question Answering: A Practical Framework

This paper introduces a practical, open-source evaluation framework that assesses small, locally-deployable LLMs for medical question answering by prioritizing output reproducibility alongside accuracy, revealing that even clinically fine-tuned models exhibit significant inconsistency across repeated runs—a critical safety gap overlooked by traditional single-pass benchmarks.

Original authors: Avi-ad Avraam Buskila

Published 2026-04-14
📖 5 min read🧠 Deep dive

Original authors: Avi-ad Avraam Buskila

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 trying to build a digital medical assistant to help people on online health forums. You want this assistant to be smart, but more importantly, you want it to be reliable.

This paper is like a safety inspector checking out three different "small" AI brains to see if they are ready for the job. The inspector realizes that being "smart on average" isn't enough. If an AI gives you the right answer today but a completely different (and potentially dangerous) answer tomorrow for the exact same question, it's not a doctor; it's a coin flip.

Here is the breakdown of the paper using simple analogies:

1. The Problem: The "Fickle Chef"

Most people test AI by asking it a question once and checking if the answer is right. The authors say this is like hiring a chef, asking them to cook a steak, and only tasting it once. If the steak is good that one time, you hire them.

But what if that chef is a "fickle chef"?

  • Monday: They make a perfect medium-rare steak.
  • Tuesday: They burn it to a crisp.
  • Wednesday: They serve you a raw chicken breast instead.

If you only tasted the steak on Monday, you'd think the chef is great. But in a hospital, you can't afford a chef who changes their mind every time you order. The paper argues that for medical AI, consistency is just as important as correctness.

2. The Experiment: The "10-Try Test"

To test this, the researchers didn't just ask the AI one question once. They took 50 common medical questions (like "What are the symptoms of the flu?") and asked three different AI models the same question 10 times each.

Think of it like rolling a die 10 times. If it's a fair die, you expect a mix of numbers. But if you are testing a "reliable" die, you want it to land on the same number every time.

They tested three models:

  • Llama 3.1 (8B): A standard, general-purpose AI.
  • Gemma 3 (12B): A slightly larger, general-purpose AI.
  • MedGemma (4B): A smaller AI that was specifically "trained" on medical books and papers to be a doctor.

3. The Shocking Results: "The Chameleon Effect"

The results were surprising, even when the researchers told the AI to be very strict and not "creative" (a setting called "low temperature").

  • The "Unique" Problem: Even with strict settings, the AI models were like chameleons. Every single time they answered a question, they gave a slightly different version of the answer.

    • For the smallest model (MedGemma), 93% of the answers were unique.
    • For the largest model (Llama), 97% of the answers were unique.
    • Translation: If you asked the AI the same question 10 times, you would get 10 different answers 9 out of 10 times.
  • The "Specialist" Surprise: You might think the model trained specifically on medicine (MedGemma) would be the best. But it actually performed the worst. It gave lower-quality answers and was even less consistent than the general models.

    • Why? The researchers realized this might be unfair. MedGemma is tiny (4 billion "brain cells") compared to the others (8 and 12 billion). It's like comparing a smart 4th grader who read a medical textbook to a 12th grader who just read a lot of general books. The 12th grader (larger model) might still be smarter just because they have a bigger brain, not because they lack medical training.

4. The "Judge" vs. The "Scorecard"

The researchers used two ways to grade the answers:

  1. The Scorecard (Lexical Metrics): Did the AI use the exact same words as the textbook? (Most AIs failed this because they rephrased things).
  2. The Judge (LLM-as-Judge): They used another AI to read the answer and say, "Is this medically safe and correct?"
    • The Catch: The "Judge" AI was also a bit fickle. Since they only asked the Judge once per answer, the scores might have some noise, but it still showed that the medical specialist model was struggling.

5. The Big Takeaway: "Don't Trust a Single Shot"

The main lesson for anyone wanting to use AI in healthcare is this: You cannot trust a single answer.

If you deploy an AI to help doctors or patients, and you only ask it once, you are gambling. The paper suggests that if you must use these models, you need a safety net:

  • The "Committee" Approach: Ask the AI the same question 10 times and take the answer that appears most often (majority vote).
  • The "Human Check": Always have a real human doctor review the AI's answer before showing it to a patient.

Summary in a Nutshell

This paper is a warning label for the future of medical AI. It says: "Just because an AI is smart doesn't mean it's stable."

Even the best small AI models are currently too "moody" to be trusted alone in a hospital. They change their minds too often. Before we let them loose on Reddit or in clinics, we need to build systems that force them to be consistent, or we need to accept that a human must always be in the loop to double-check their work.

The Golden Rule: In medicine, a "mostly right" answer that changes every time you ask is actually a "wrong" answer.

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 →