MedFact: Benchmarking the Fact-Checking Capabilities of Large Language Models on Chinese Medical Texts
Summary
MedFact is a new Chinese medical fact-checking benchmark designed to rigorously evaluate Large Language Models (LLMs) for medical applications, crucial for patient safety and regulatory compliance. It comprises 2,116 expert-annotated instances derived from diverse real-world texts, covering 13 medical specialties, 8 error types, 4 writing styles, and 5 difficulty levels. The benchmark's construction utilized a hybrid AI-human framework, employing iterative expert feedback to refine AI-driven, multi-criteria filtering for high quality. Evaluation of 20 leading LLMs revealed that while models can often classify text veracity, they struggle significantly with precise error localization, with even top performers failing to match human accuracy. A notable "over-criticism" phenomenon was observed, where LLMs incorrectly flag correct information, a tendency exacerbated by advanced reasoning techniques like multi-agent collaboration and inference-time scaling.
Key takeaway
For ML Engineers deploying LLMs in medical applications, you must prioritize robust error localization over mere veracity classification. Your current advanced reasoning techniques, like multi-agent collaboration, might exacerbate "over-criticism," where correct information is misidentified as erroneous. Focus development on mitigating this specific issue to ensure patient safety and regulatory compliance. You should also rigorously test models across diverse medical specialties and error types using benchmarks like MedFact.
Key insights
LLMs struggle with precise error localization and exhibit "over-criticism" on medical fact-checking, even with advanced reasoning.
Principles
- Medical LLM deployment requires rigorous fact-checking.
- Veracity classification differs from error localization.
- Advanced reasoning can worsen "over-criticism."
Method
MedFact was built using a hybrid AI-human framework, combining AI-driven multi-criteria filtering with iterative expert feedback to ensure high-quality, difficult instances across diverse medical texts.
In practice
- Develop LLMs for precise error localization.
- Address "over-criticism" in medical AI.
- Test LLMs across diverse medical specialties.
Topics
- MedFact
- Large Language Models
- Medical Fact-Checking
- Error Localization
- Over-criticism Phenomenon
- AI Benchmarking
Best for: NLP Engineer, AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.