Knowledge-augmented Pre-trained Language Models for Biomedical Relation Extraction
Mario Sänger, Ulf Leser
TL;DR
Biomedical relation extraction hinges on efficiently identifying interactions among genes, diseases, and chemicals in literature. This work rigorously evaluates knowledge-augmented pre-trained language models under a unified framework across five datasets and four relation scenarios, first optimizing three baseline PLMs and then augmenting the best model with textual descriptions, knowledge-base and literature embeddings, and molecular structure encodings. BioLinkBERT-large emerges as the strongest performer, while external context provides only modest improvements overall; however, smaller PLMs show notable gains from augmentation, suggesting that large models partly encode supervisory signals from added information. The findings emphasize the primacy of model choice and hyperparameter tuning for biomedical RE, and they offer guidance on when and how to integrate external knowledge to maximize transferability and efficiency.
Abstract
Automatic relationship extraction (RE) from biomedical literature is critical for managing the vast amount of scientific knowledge produced each year. In recent years, utilizing pre-trained language models (PLMs) has become the prevalent approach in RE. Several studies report improved performance when incorporating additional context information while fine-tuning PLMs for RE. However, variations in the PLMs applied, the databases used for augmentation, hyper-parameter optimization, and evaluation methods complicate direct comparisons between studies and raise questions about the generalizability of these findings. Our study addresses this research gap by evaluating PLMs enhanced with contextual information on five datasets spanning four relation scenarios within a consistent evaluation framework. We evaluate three baseline PLMs and first conduct extensive hyperparameter optimization. After selecting the top-performing model, we enhance it with additional data, including textual entity descriptions, relational information from knowledge graphs, and molecular structure encodings. Our findings illustrate the importance of i) the choice of the underlying language model and ii) a comprehensive hyperparameter optimization for achieving strong extraction performance. Although inclusion of context information yield only minor overall improvements, an ablation study reveals substantial benefits for smaller PLMs when such external data was included during fine-tuning.
