MedBench: Deliberative Evaluation of Medical Language Models
Summary
MedBench is a new benchmark evaluating eight medical language models (4B-32B) as deliberating agents, not isolated predictors, across 19,625 questions from six medical QA datasets. It uses the Consensus-Aware Model Panel (CAMP), a two-tier protocol where five 4B-8B models answer independently, revise after peer reasoning, and escalate disagreements to 20B-32B models. CAMP reveals interaction-driven behaviors, showing deliberation isn't uniformly accuracy-improving. On PubMedQA without external context, the 4B-8B panel achieved 54.1% accuracy, outperforming individual 20B-32B zero-shot models (33.9%), and reached 75.7% with context, indicating structured interaction can complement scale. Initial inter-model agreement correlates with correctness and difficulty. However, on MedXpertQA, unanimous agreement yielded only 6.6% accuracy despite 14.4% overall, suggesting correlated ignorance. Error analysis shows 93-97% of failures are debate-insufficient. MedBench complements accuracy-centric benchmarking by measuring how model interaction affects error correction or reinforces shared mistakes.
Key takeaway
For Research Scientists developing medical LLMs, evaluating models as deliberating agents is crucial for understanding their interactive behaviors beyond simple accuracy scores. You should integrate multi-model deliberation protocols like CAMP into your evaluation pipeline to identify when interaction corrects errors or reinforces shared mistakes. This approach helps you pinpoint areas where models exhibit correlated ignorance despite consensus, guiding targeted improvements and signaling the need for human review in critical medical applications.
Key insights
Evaluating medical language models as deliberating agents reveals interaction-driven behaviors and limitations beyond single-model accuracy.
Principles
- Deliberation does not uniformly improve accuracy.
- Structured interaction can complement model scale.
- Consensus can signal difficulty or correlated ignorance.
Method
The Consensus-Aware Model Panel (CAMP) protocol involves smaller models answering, revising based on peer reasoning, then escalating disagreements to larger models.
In practice
- Employ multi-model deliberation for deeper insights.
- Use inter-model agreement as a difficulty metric.
- Investigate unanimous agreement for shared biases.
Topics
- MedBench
- Medical Language Models
- Deliberative Evaluation
- Model Interaction
- Consensus-Aware Model Panel
- Correlated Ignorance
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.