paper-with-me

Papers

Improving Distantly-Supervised Relation Extraction with Joint Label Embedding

2019-11-01 · IJCNLP 2019 11 · Linmei Hu, Luhao Zhang, Chuan Shi, Liqiang Nie, Weili Guan, Cheng Yang

Distantly-supervised relation extraction has proven to be effective to find relational facts from texts. However, the existing approaches treat labels as independent and meaningless one-hot vectors, which cause a loss of potential label information for selecting valid instances. In this paper, we propose a novel multi-layer attention-based model to improve relation extraction with joint label embedding. The model makes full use of both structural information from Knowledge Graphs and textual information from entity descriptions to learn label embeddings through gating integration while avoiding the imposed noise with an attention mechanism. Then the learned label embeddings are used as another atten- tion over the instances (whose embeddings are also enhanced with the entity descriptions) for improving relation extraction. Extensive experiments demonstrate that our model significantly outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsRelationRelation Extractionvalid

Similar Papers 제목 키워드 기반

Bootstrapping Distantly Supervised IE using Joint Learning and Small Well-structured Corpora

2016-06-10 · Lidong Bing, Bhuwan Dhingra, Kathryn Mazaitis, Jong Hyuk Park 외

We propose a framework to improve performance of distantly-supervised relation extraction, by jointly learning to solve two related tasks: concept-instance extraction and relation extraction. We combine this with a novel…

RelationRelation Extraction

Distantly-Supervised Joint Extraction with Noise-Robust Learning

2023-10-08 · Yufei Li, Xiao Yu, Yanghong Guo, Yanchi Liu 외

Joint entity and relation extraction is a process that identifies entity pairs and their relations using a single model. We focus on the problem of joint extraction in distantly-labeled data, whose labels are generated b…

Joint Entity and Relation ExtractionLanguage ModellingLarge Language ModelRelation+1

Active Testing: An Unbiased Evaluation Method for Distantly Supervised Relation Extraction

2020-10-17 · Findings of the Association for Computational Linguistics 2020 · Pengshuai Li, Xinsong Zhang, Weijia Jia, Wei Zhao

Distant supervision has been a widely used method for neural relation extraction for its convenience of automatically labeling datasets. However, existing works on distantly supervised relation extraction suffer from the…

RelationRelation Extraction

A Data-driven Approach for Noise Reduction in Distantly Supervised Biomedical Relation Extraction

2020-05-26 · WS 2020 7 · Saadullah Amin, Katherine Ann Dunfield, Anna Vechkaeva, Günter Neumann

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+1

Cooperative Denoising for Distantly Supervised Relation Extraction

2018-08-01 · COLING 2018 8 · Kai Lei, Daoyuan Chen, Yaliang Li, Nan Du 외

Distantly supervised relation extraction greatly reduces human efforts in extracting relational facts from unstructured texts. However, it suffers from noisy labeling problem, which can degrade its performance. Meanwhile…

DenoisingInformation RetrievalKnowledge DistillationQuestion Answering+2