paper-with-me

홈 › Papers

Attention-Gated Graph Convolutions for Extracting Drug Interaction Information from Drug Labels

2019-10-28 · Tung Tran, Ramakanth Kavuluru, Halil Kilicoglu

Preventable adverse events as a result of medical errors present a growing concern in the healthcare system. As drug-drug interactions (DDIs) may lead to preventable adverse events, being able to extract DDIs from drug labels into a machine-processable form is an important step toward effective dissemination of drug safety information. In this study, we tackle the problem of jointly extracting drugs and their interactions, including interaction outcome, from drug labels. Our deep learning approach entails composing various intermediate representations including sequence and graph based context, where the latter is derived using graph convolutions (GC) with a novel attention-based gating mechanism (holistically called GCA). These representations are then composed in meaningful ways to handle all subtasks jointly. To overcome scarcity in training data, we additionally propose transfer learning by pre-training on related DDI data. Our model is trained and evaluated on the 2018 TAC DDI corpus. Our GCA model in conjunction with transfer learning performs at 39.20% F1 and 26.09% F1 on entity recognition (ER) and relation extraction (RE) respectively on the first official test set and at 45.30% F1 and 27.87% F1 on ER and RE respectively on the second official test set corresponding to an improvement over our prior best results by up to 6 absolute F1 points. After controlling for available training data, our model exhibits state-of-the-art performance by improving over the next comparable best outcome by roughly three F1 points in ER and 1.5 F1 points in RE evaluation across two official test sets.

📄 PDF Abstract BibTeX arXiv:1910.12419

Code (0)

등록된 구현이 없습니다.

Tasks

Relation ExtractionTransfer Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Extracting Drug-Drug Interactions with Attention CNNs

2017-08-01 · WS 2017 8 · Masaki Asada, Makoto Miwa, Yutaka Sasaki

We propose a novel attention mechanism for a Convolutional Neural Network (CNN)-based Drug-Drug Interaction (DDI) extraction model. CNNs have been shown to have a great potential on DDI extraction tasks; however, attenti…

Feature EngineeringGeneral ClassificationRelation ClassificationRelation Extraction+1

MKDTI: Predicting drug-target interactions via multiple kernel fusion on graph attention network

2024-07-14 · Yuhuan Zhou, Yulin Wu, Weiwei Yuan, Xuan Wang 외

Drug-target relationships may now be predicted computationally using bioinformatics data, which is a valuable tool for understanding pharmacological effects, enhancing drug development efficiency, and advancing related r…

Graph Attention

Co-attention Graph Pooling for Efficient Pairwise Graph Interaction Learning

2023-07-28 · Junhyun Lee, Bumsoo Kim, Minji Jeon, Jaewoo Kang

Graph Neural Networks (GNNs) have proven to be effective in processing and learning from graph-structured data. However, previous works mainly focused on understanding single graph inputs while many real-world applicatio…

Graph Matching

An Interpretable Framework for Drug-Target Interaction with Gated Cross Attention

2021-09-17 · Yeachan Kim, Bonggun Shin

In silico prediction of drug-target interactions (DTI) is significant for drug discovery because it can largely reduce timelines and costs in the drug development process. Specifically, deep learning-based DTI approaches…

Drug DiscoveryPrediction

Molecular Graph Convolutions: Moving Beyond Fingerprints

2016-03-02 · Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande 외

Molecular "fingerprints" encoding structural information are the workhorse of cheminformatics and machine learning in drug discovery applications. However, fingerprint representations necessarily emphasize particular asp…

BIG-bench Machine LearningDrug DiscoveryGraph Regression