CLNov 4, 2020

Extracting Chemical-Protein Interactions via Calibrated Deep Neural Network and Self-training

arXiv:2011.02207v1993 citations
AI Analysis

This work addresses the need for more reliable NLP methods in biomedical research, such as drug development, by reducing over-confidence in predictions, though it is incremental in applying existing calibration techniques to a specific domain.

The authors tackled the problem of extracting chemical-protein interactions from biomedical text by proposing a deep neural network approach that incorporates uncertainty estimation and calibration techniques, achieving state-of-the-art performance on the Biocreative VI ChemProt task while improving model reliability.

The extraction of interactions between chemicals and proteins from several biomedical articles is important in many fields of biomedical research such as drug development and prediction of drug side effects. Several natural language processing methods, including deep neural network (DNN) models, have been applied to address this problem. However, these methods were trained with hard-labeled data, which tend to become over-confident, leading to degradation of the model reliability. To estimate the data uncertainty and improve the reliability, "calibration" techniques have been applied to deep learning models. In this study, to extract chemical--protein interactions, we propose a DNN-based approach incorporating uncertainty information and calibration techniques. Our model first encodes the input sequence using a pre-trained language-understanding model, following which it is trained using two calibration methods: mixup training and addition of a confidence penalty loss. Finally, the model is re-trained with augmented data that are extracted using the estimated uncertainties. Our approach has achieved state-of-the-art performance with regard to the Biocreative VI ChemProt task, while preserving higher calibration abilities than those of previous approaches. Furthermore, our approach also presents the possibilities of using uncertainty estimation for performance improvement.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes