Lode

Stand on the shoulders of giants.

Open the curator →
Source
arXiv
Published
Runtime
0:00
Snippets
5

A conversation between

Teaching LLMs to Recommend and Defer in Underrepresented Epilepsy Care

Waveform of the source interview with highlighted segments per snippet.
0:00 0:00

§02

Snippets

  1. An LLM-based system can learn local prescribing patterns from small datasets and defer uncertain cases to specialists, improving accuracy while maintaining safety.

    This shows how AI can extend scarce expertise to underserved regions without replacing specialist judgment—a model for deploying LLMs in resource-constrained healthcare.

  2. MANANA learns auditable prompt memories from local prescription patterns, converting observed errors into explicit guidance that the model can reference.

    This separates comprehension failures from miscalibration, enabling targeted fixes—showing that sometimes the problem isn't model capability but dataset or prompt design.

  3. Bayesian prompt averaging generates prescription likelihoods and an uncertainty signal that enables selective prediction: the system can handle 99% of the most confident quarter with 99% precision.

    Deferral strategies can dramatically reduce harm by letting AI focus on cases it's genuinely confident about, rather than forcing an all-or-nothing decision.

  4. A non-parametric prompt-learning approach outperforms classical ML and direct LLM prompting on two independent Ugandan cohorts despite minimal labeled data.

    This suggests that prompt adaptation may be more sample-efficient than retraining, making deployment faster and cheaper in settings where data collection is slow.

  5. MANANA converts prescription errors into auditable prompt memories, making the learned guidance explicit and interpretable to local physicians.

    Explainability isn't just nice-to-have; it builds trust and lets clinicians catch drift or cultural mismatches before patients are harmed.

§03

Synthesis

Teaching LLMs to Recommend and Defer in Underrepresented Epilepsy Care

LLMs can help frontline clinicians in resource-scarce settings manage epilepsy treatment, but they make systematic errors rooted in training data bias rather than inability to read patient records. The authors show that a small dataset of local prescribing patterns can fix this through "prompt memories"—auditable instructions that retrain the model's decision-making without modifying its weights.

The Problem: Mismatch Between Global Training and Local Practice

Standard LLM prompting achieves reasonable agreement with Ugandan pediatric epilepsy prescriptions, but neurologist review reveals the errors aren't random. Instead, the model defaults to prescribing patterns from its training data, which reflect wealthy-country practice and drug availability. An LLM asked to recommend an anti-seizure medication for a child in Uganda may suggest a drug unavailable locally or contraindicated under resource constraints—a distribution mismatch that occurs even when the model correctly parses the patient's clinical history.

Equally critical: the system must know when not to recommend. Deferring uncertain cases to specialist review is often safer than confident wrong guesses, especially where expertise is scarce.

The Method: MANANA and Bayesian Prompt Averaging

MANANA (the acronym is not defined in the abstract, but the framework works as follows) learns local prescribing guidance from a small training set of patient visits with known prescriptions. Instead of fine-tuning parameters, it converts prescription errors into interpretable prompt instructions—rules or examples that guide the LLM's next prediction. These "prompt memories" are auditable; clinicians can read and validate them.

The framework has two variants: single-agent (one LLM instance with accumulated memories) and multi-agent (multiple specialized instances, presumably for different decision points). Both outperform classical machine learning baselines, standard LLM prompting, and other prompt-optimization methods on independently collected cohorts.

The key innovation is Bayesian prompt averaging. Rather than treating the learned prompts as hard rules, the authors convert them into probability distributions over medication options. This quantifies uncertainty: high confidence for one drug, ambiguity across several, or genuine doubt. Low-confidence predictions are automatically deferred to a specialist, while high-confidence predictions proceed.

Results and Impact

On a held-out Ugandan cohort, Bayesian prompt averaging improved top-3 prescription accuracy by 4–8 percentage points over prompt-optimization baselines. More importantly, selective prediction worked:

  • Auto-handle the 50% most confident cases at 95% precision.
  • Auto-handle the 25% most confident cases at 99% precision.
  • Defer the remainder for human review.

This is practically valuable. A system that correctly handles half the routine cases and escalates complex ones reduces specialist bottlenecks without sacrificing safety.

The work directly addresses underrepresentation: Ugandan pediatric epilepsy data is scarce in LLM training sets, so generic models fail. MANANA works with dozens of local examples—feasible for a clinic to collect over months. The auditable prompts also build clinician trust, critical for adoption in settings where skepticism of algorithmic systems is reasonable.

Mine your own.

Lode is a workbench, not a feed. Paste a YouTube URL. The model proposes a transcript, a set of quote-grounded snippets, a synthesis essay, and the fan-out. You decide what stays.

Open the curator