When Evidence Conflicts: Uncertainty and Order Effects in Retrieval-Augmented Biomedical Question Answering
Summary
Biomedical retrieval-augmented large language models (LLMs) are typically assessed with helpful retrieved context, but real-world evidence can be misleading or contradictory. A study using the HealthContradict benchmark and six open-weight models investigated uncertainty under these challenging conditions across five evidence settings. Findings indicate that correct evidence enhances both accuracy and calibration, while incorrect evidence significantly degrades both metrics. Crucially, under conflicting evidence, document order influences predictions, with 11.4%–25.2% of predictions changing when document order is reversed. Performance consistently declines when an incorrect document appears first. The research also evaluated a conflict-aware abstention score, combining model confidence with an evidence conflict detector. This score improved selective accuracy by 7.2–33.4 points in incorrect-only conditions and 3.6–14.4 points in incorrect-first conflict conditions across 75%, 50%, and 25% coverage.
Key takeaway
For AI Scientists and Machine Learning Engineers developing biomedical RAG systems, you must expand evaluation beyond helpful retrieval to include misleading and conflicting evidence. Your systems' accuracy and calibration are significantly impacted by incorrect information and document order, with performance dropping when incorrect documents appear first. Implement conflict-aware abstention mechanisms, combining model confidence with evidence conflict detection, to improve selective accuracy, as demonstrated by gains of 3.6–33.4 points in challenging scenarios.
Key insights
Biomedical RAGs face significant accuracy and calibration degradation from conflicting evidence, with document order impacting predictions.
Principles
- Conflicting evidence degrades RAG performance.
- Document order influences RAG predictions.
- Calibration is crucial for RAG reliability.
Method
The study evaluated six open-weight models on HealthContradict across five evidence conditions, including a conflict-aware abstention score combining confidence and a conflict detector.
In practice
- Evaluate RAGs with misleading evidence.
- Consider document order in RAG design.
- Implement conflict-aware abstention.
Topics
- Biomedical Question Answering
- Retrieval-Augmented Generation
- LLM Evaluation
- Evidence Conflict
- Model Calibration
- Abstention Mechanisms
- HealthContradict Benchmark
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.