When Cases Get Rare: A Retrieval Benchmark for Off-Guideline Clinical Question Answering

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research, Research Methodology & Innovation · Depth: Expert, extended

Summary

OGCaReBench is a new, expert-validated, free-form retrieval benchmark designed to evaluate large language models (LLMs) on complex, off-guideline clinical questions. Derived from 639 instances of published medical case reports across 10 specialties and validated by physicians, it addresses the limitation of existing benchmarks that primarily test memorized, guideline-focused knowledge in multiple-choice settings. Experiments reveal that baseline LLMs, including GPT-5.2, correctly answer only 56% of questions, with specialized models reaching 42%. However, augmenting models with retrieved medical articles significantly boosts performance to up to 82% (GPT-5.2), underscoring the necessity of evidence-grounding. The benchmark also highlights challenges in retrieval effectiveness and LLM reasoning, as even with perfect retrieval, models still exhibit errors like objective misalignment and document grounding failures.

Key takeaway

For AI Scientists and Machine Learning Engineers developing medical LLMs, you should prioritize integrating robust retrieval-augmented generation (RAG) to address the critical shortcomings of models on rare, off-guideline clinical scenarios. While RAG significantly enhances performance, you must also focus on improving LLM reasoning capabilities and context window management to effectively integrate retrieved evidence and overcome persistent errors like objective misalignment and poor document grounding. This approach is vital for building clinically reliable systems.

Key insights

LLMs require retrieval augmentation and strong reasoning for reliable off-guideline medical question answering.

Principles

Method

OGCaReBench was constructed by filtering PubMed Central case reports, extracting Q&A pairs using GPT-5.2, adding Claude 4 Opus-generated distractors, and validating with physician annotations.

In practice

Topics

Code references

Best for: AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.