Knowledge-augmented Graph Neural Networks with Concept-aware Attention for Adverse Drug Event Detection
Shaoxiong Ji, Ya Gao, Pekka Marttinen
TL;DR
This paper addresses adverse drug event (ADE) detection by integrating explicit medical knowledge into a graph-based model. It introduces KnowCAGE, a Knowledge-augmented Concept-Aware Graph Embedding framework that constructs a heterogeneous text graph (documents, words, concepts) augmented with UMLS concepts and employs a concept-aware attention mechanism to learn node-type-specific features, followed by ensemble classification with contextual embeddings. The approach yields competitive or superior results across four public ADE datasets, with the concept-aware attention consistently outperforming other attention schemes and knowledge augmentation providing notable gains over baselines. The method enhances both predictive accuracy and interpretability, offering practical benefits for biomedical text mining and pharmacovigilance applications.
Abstract
Adverse drug events (ADEs) are an important aspect of drug safety. Various texts such as biomedical literature, drug reviews, and user posts on social media and medical forums contain a wealth of information about ADEs. Recent studies have applied word embedding and deep learning -based natural language processing to automate ADE detection from text. However, they did not explore incorporating explicit medical knowledge about drugs and adverse reactions or the corresponding feature learning. This paper adopts the heterogenous text graph which describes relationships between documents, words and concepts, augments it with medical knowledge from the Unified Medical Language System, and proposes a concept-aware attention mechanism which learns features differently for the different types of nodes in the graph. We further utilize contextualized embeddings from pretrained language models and convolutional graph neural networks for effective feature representation and relational learning. Experiments on four public datasets show that our model achieves performance competitive to the recent advances and the concept-aware attention consistently outperforms other attention mechanisms.
