paper-with-me

홈 › Papers

Chemical-induced Disease Relation Extraction with Dependency Information and Prior Knowledge

2020-01-02 · Huiwei Zhou, Shixian Ning, Yunlong Yang, Zhuang Liu, Chengkun Lang, Yingyu Lin

Chemical-disease relation (CDR) extraction is significantly important to various areas of biomedical research and health care. Nowadays, many large-scale biomedical knowledge bases (KBs) containing triples about entity pairs and their relations have been built. KBs are important resources for biomedical relation extraction. However, previous research pays little attention to prior knowledge. In addition, the dependency tree contains important syntactic and semantic information, which helps to improve relation extraction. So how to effectively use it is also worth studying. In this paper, we propose a novel convolutional attention network (CAN) for CDR extraction. Firstly, we extract the shortest dependency path (SDP) between chemical and disease pairs in a sentence, which includes a sequence of words, dependency directions, and dependency relation tags. Then the convolution operations are performed on the SDP to produce deep semantic dependency features. After that, an attention mechanism is employed to learn the importance/weight of each semantic dependency vector related to knowledge representations learned from KBs. Finally, in order to combine dependency information and prior knowledge, the concatenation of weighted semantic dependency representations and knowledge representations is fed to the softmax layer for classification. Experiments on the BioCreative V CDR dataset show that our method achieves comparable performance with the state-of-the-art systems, and both dependency information and prior knowledge play important roles in CDR extraction task.

📄 PDF Abstract BibTeX arXiv:2001.00295

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

BiOnt: Deep Learning using Multiple Biomedical Ontologies for Relation Extraction

2020-01-20 · Diana Sousa, Francisco M. Couto

Successful biomedical relation extraction can provide evidence to researchers and clinicians about possible unknown associations between biomedical entities, advancing the current knowledge we have about those entities a…

Deep LearningRelationRelation Extraction

Knowledge-guided Convolutional Networks for Chemical-Disease Relation Extraction

2019-12-23 · Huiwei Zhou, Chengkun Lang, Zhuang Liu, Shixian Ning 외

Background: Automatic extraction of chemical-disease relations (CDR) from unstructured text is of essential importance for disease treatment and drug development. Meanwhile, biomedical experts have built many highly-stru…

Entity EmbeddingsRelationRelation Extraction

Combining Context and Knowledge Representations for Chemical-Disease Relation Extraction

2019-12-23 · Huiwei Zhou, Yunlong Yang, Shixian Ning, Zhuang Liu 외

Automatically extracting the relationships between chemicals and diseases is significantly important to various areas of biomedical research and health care. Biomedical experts have built many large-scale knowledge bases…

RelationRelation Extraction

Relation Extraction from Biomedical and Clinical Text: Unified Multitask Learning Framework

2020-09-20 · Shweta Yadav, Srivatsa Ramesh, Sriparna Saha, Asif Ekbal

To minimize the accelerating amount of time invested in the biomedical literature search, numerous approaches for automated knowledge extraction have been proposed. Relation extraction is one such task where semantic rel…

Multi-Task LearningRelationRelation Extraction

Convolutional neural networks for chemical-disease relation extraction are improved with character-based word embeddings

2018-05-27 · WS 2018 7 · Dat Quoc Nguyen, Karin Verspoor

We investigate the incorporation of character-based word representations into a standard CNN-based relation extraction model. We experiment with two common neural architectures, CNN and LSTM, to learn word vector represe…

RelationRelation ExtractionWord Embeddings