Distantly Supervised Biomedical Knowledge Acquisition via Knowledge Graph Based Attention
The increased demand for structured scientific knowledge has attracted considerable attention in extracting scientific relation from the ever growing scientific publications. Distant supervision is widely applied approach to automatically generate large amounts of labelled data with low manual annotation cost. However, distant supervision inevitably accompanies the wrong labelling problem, which will negatively affect the performance of Relation Extraction (RE). To address this issue, (Han et al., 2018) proposes a novel framework for jointly training both RE model and Knowledge Graph Completion (KGC) model to extract structured knowledge from non-scientific dataset. In this work, we firstly investigate the feasibility of this framework on scientific dataset, specifically on biomedical dataset. Secondly, to achieve better performance on the biomedical dataset, we extend the framework with other competitive KGC models. Moreover, we proposed a new end-to-end KGC model to extend the framework. Experimental results not only show the feasibility of the framework on the biomedical dataset, but also indicate the effectiveness of our extensions, because our extended model achieves significant and consistent improvements on distant supervised RE as compared with baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge Graph CompletionRelationRelation ExtractionSimilar Papers 제목 키워드 기반
A Data-driven Approach for Noise Reduction in Distantly Supervised Biomedical Relation Extraction
Fact triples are a common form of structured knowledge used within the biomedical domain. As the amount of unstructured scientific texts continues to grow, manual annotation of these texts for the task of relation extrac…
Knowledge Graph CompletionMultiple Instance LearningRelationRelation Classification+1MedDistant19: Towards an Accurate Benchmark for Broad-Coverage Biomedical Relation Extraction
Relation extraction in the biomedical domain is challenging due to the lack of labeled data and high annotation costs, needing domain experts. Distant supervision is commonly used to tackle the scarcity of annotated data…
RelationRelation ExtractionCoarse-to-fine Knowledge Graph Domain Adaptation based on Distantly-supervised Iterative Training
Modern supervised learning neural network models require a large amount of manually labeled data, which makes the construction of domain-specific knowledge graphs time-consuming and labor-intensive. In parallel, although…
Domain AdaptationGRAPH DOMAIN ADAPTATIONKnowledge Graphsnamed-entity-recognition+3MedDistant19: A Challenging Benchmark for Distantly Supervised Biomedical Relation Extraction
Relation Extraction in the biomedical domain is a challenging task due to the lack of labeled data and the long-tail distribution of the entity mentions. Recent works propose distant supervision as a way to tackle the sc…
RelationRelation ExtractionNormCo: Deep Disease Normalization for Biomedical Knowledge Base Construction
Biomedical knowledge bases are crucial in modern data-driven biomedical sciences, but auto-mated biomedical knowledge base construction remains challenging. In this paper, we consider the problem of disease entity normal…
Knowledge Base ConstructionWord Embeddings