Beyond Knowledge Graphs: PubMedBERT Embeddings as a Competitive Standalone Modality for Drug Re-purposing

· Source: Paper Index on ACL Anthology · Field: Science & Research — Life Sciences & Biology, Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

Kondadadi and Ortega's research demonstrates that PubMedBERT text embeddings offer a competitive standalone modality for drug repurposing, challenging the heavy reliance on knowledge graph (KG) embeddings. On the Hetionet drug-disease benchmark, PubMedBERT achieved an AUROC of 0.910, surpassing four re-trained KG baselines (TransE, ComplEx, DistMult, RotatE), where RotatE was the best at 0.854. A Random Forest model using these embeddings scored 0.880. The authors note this comparison is "text-with-literature-supervision vs. graph-only." Furthermore, attempts to fuse text with molecular (ECFP4) and gene expression (LINCS L1000) features via cross-attention consistently degraded performance, indicating issues with noise absorption. The study also revealed that text embeddings encode association strength but not direction, leading to proconvulsants like amoxapine and flumazenil being highly ranked.

Key takeaway

For AI Scientists developing drug repurposing models, you should prioritize evaluating standalone PubMedBERT embeddings as a strong baseline before investing heavily in complex knowledge graph construction. Your efforts in multimodal fusion, particularly with cross-attention, might degrade performance rather than improve it; carefully validate fusion strategies. Additionally, ensure your models explicitly account for association directionality to avoid misidentifying adverse compounds as therapeutic candidates.

Key insights

PubMedBERT embeddings alone outperform knowledge graph baselines for drug repurposing, but multimodal fusion can degrade performance.

Principles

Method

The study used PubMedBERT text embeddings with downstream classifiers on 10-fold splits, comparing against re-trained KG baselines (TransE, ComplEx, DistMult, RotatE) and a Random Forest. Cross-attention fused modalities.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.