paper-with-me

Papers

Distant Supervision for Relation Extraction with Sentence-Level Attention and Entity Descriptions

2017-10-10 · AAAI 2017 10 · Guoliang Ji

Distant supervision for relation extraction is an efficient method to scale relation extraction to very large corpora which contains thousands of relations. However, the existing approaches have flaws on selecting valid instances and lack of background knowledge about the entities. In this paper, we propose a sentence-level attention model to select the valid instances, which makes full use of the supervision information from knowledge bases. And we extract entity descriptions from Freebase and Wikipedia pages to supplement background knowledge for our task. The background knowledge not only provides more information for predicting relations, but also brings better entity representations for the attention module. We conduct three experiments on a widely used dataset and the experimental results show that our approach outperforms all the baseline systems significantly

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentencevalid

Similar Papers 제목 키워드 기반

From Bag of Sentences to Document: Distantly Supervised Relation Extraction via Machine Reading Comprehension

2020-12-08 · Lingyong Yan, Xianpei Han, Le Sun, Fangchao Liu 외

Distant supervision (DS) is a promising approach for relation extraction but often suffers from the noisy label problem. Traditional DS methods usually represent an entity pair as a bag of sentences and denoise labels us…

DenoisingMachine Reading ComprehensionReading ComprehensionRelation+3

Distant Supervision for Relation Extraction with Hierarchical Attention-Based Networks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Distant supervision employs external knowledge bases to automatically label corpora. The labeled sentences in a corpus are usually packaged and trained for relation extraction using a multi-instance learning paradigm. Th…

RelationRelation ExtractionSentence

DSGAN: Generative Adversarial Training for Distant Supervision Relation Extraction

2018-05-24 · ACL 2018 7 · Pengda Qin, Weiran Xu, William Yang Wang

Distant supervision can effectively label data for relation extraction, but suffers from the noise labeling problem. Recent works mainly perform soft bag-level noise reduction strategies to find the relatively better sam…

RelationRelation ClassificationRelation ExtractionSentence

Augmenting Document-level Relation Extraction with Efficient Multi-Supervision

2024-07-01 · Xiangyu Lin, Weijia Jia, Zhiguo Gong

Despite its popularity in sentence-level relation extraction, distantly supervised data is rarely utilized by existing work in document-level relation extraction due to its noisy nature and low information density. Among…

Document-level Relation ExtractionRelationRelation ExtractionSentence

Improving Distantly Supervised Relation Extraction using Word and Entity Based Attention

2018-04-19 · Sharmistha Jat, Siddhesh Khandelwal, Partha Talukdar

Relation extraction is the problem of classifying the relationship between two entities in a given sentence. Distant Supervision (DS) is a popular technique for developing relation extractors starting with limited superv…

RelationRelation ExtractionRelationship Extraction (Distant Supervised)Sentence