Ontological Validation of Biomedical Topic Models: SNOMED CT Hierarchy Distance as an Automated Evaluation Metric
Summary
The paper proposes SNOMED CT Wu-Palmer hierarchy distance as an automated, ontology-grounded diagnostic for biomedical topic models. This metric addresses the limitation of standard coherence metrics, which lack clinical knowledge and fail to detect clinically implausible topic groupings. The authors tested this metric on vascular surgery (47,318 articles) and craniofacial surgery (27,493 articles) corpora. They found it flags clinically heterogeneous topics, such as "abdominal aortic aneurysm repair grouped with deep vein thrombosis (d = 0.600)," which coherence metrics miss. The diagnostic signals were consistent across eight BERTopic embedding strategies, including ontology-enhanced models, but diverged across model families. BERTopic alone produced a positive within- vs. cross-topic Cohen's d, while LDA, NMF, and Top2Vec scored below their own cross-topic baselines (Cohen's d < 0; Mann-Whitney p > 0.99). A pre-clustering screening experiment showed near-zero correlation (|ρ| ≈ 0.08) between embedding cosine and SNOMED CT similarity, suggesting ontological validation should occur post-clustering. The authors also describe a two-stage UMLS-CUI stopword filter to preserve high-frequency domain-specific concepts. After initial concept curation, the diagnostic operates automatically without per-topic expert scoring.
Key takeaway
For AI Scientists evaluating biomedical topic models, standard coherence metrics are insufficient for clinical plausibility. You should integrate the SNOMED CT Wu-Palmer hierarchy distance as an automated post-clustering diagnostic. This metric effectively flags clinically heterogeneous topics that traditional methods miss, ensuring your models produce more meaningful and reliable clinical insights. Consider BERTopic for superior clinical coherence compared to LDA, NMF, or Top2Vec.
Key insights
SNOMED CT hierarchy distance offers an automated, ontology-grounded metric to validate biomedical topic model clinical plausibility.
Principles
- Standard coherence metrics lack clinical context.
- Ontological validation should follow clustering.
- Topic model choice impacts clinical coherence.
Method
The proposed method uses SNOMED CT Wu-Palmer hierarchy distance post-clustering to diagnose clinically implausible topic groupings, complemented by a two-stage UMLS-CUI stopword filter.
In practice
- Apply SNOMED CT distance for topic model evaluation.
- Use a two-stage UMLS-CUI stopword filter.
- Prioritize BERTopic for clinical topic coherence.
Topics
- Biomedical Topic Modeling
- SNOMED CT
- Ontological Validation
- BERTopic
- Clinical Plausibility
- Natural Language Processing
Best for: NLP Engineer, AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.