paper-with-me

홈 › Papers

Distant Supervision Relation Extraction with Intra-Bag and Inter-Bag Attentions

2019-03-30 · NAACL 2019 6 · Zhi-Xiu Ye, Zhen-Hua Ling

This paper presents a neural relation extraction method to deal with the noisy training data generated by distant supervision. Previous studies mainly focus on sentence-level de-noising by designing neural networks with intra-bag attentions. In this paper, both intra-bag and inter-bag attentions are considered in order to deal with the noise at sentence-level and bag-level respectively. First, relation-aware bag representations are calculated by weighting sentence embeddings using intra-bag attentions. Here, each possible relation is utilized as the query for attention calculation instead of only using the target relation in conventional methods. Furthermore, the representation of a group of bags in the training set which share the same relation label is calculated by weighting bag representations using a similarity-based inter-bag attention module. Finally, a bag group is utilized as a training sample when building our relation extractor. Experimental results on the New York Times dataset demonstrate the effectiveness of our proposed intra-bag and inter-bag attention modules. Our method also achieves better relation extraction accuracy than state-of-the-art methods on this dataset.

📄 PDF Abstract BibTeX arXiv:1904.00143

Code (1)

ZhixiuYe/Intra-Bag-and-Inter-Bag-Attentions 공식 구현 pytorch

Tasks

RelationRelation ExtractionSentenceSentence Embeddings

Similar Papers 제목 키워드 기반

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

Enhanced Distant Supervision with State-Change Information for Relation Extraction

2022-06-01 · LREC 2022 6 · Jui Shah, Dongxu Zhang, Sam Brody, Andrew McCallum

In this work, we introduce a method for enhancing distant supervision with state-change information for relation extraction. We provide a training dataset created via this process, along with manually annotated developme…

RelationRelation Extraction

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

Towards Time-Aware Distant Supervision for Relation Extraction

2019-03-08 · Tianwen Jiang, Sendong Zhao, Jing Liu, Jin-Ge Yao 외

Distant supervision for relation extraction heavily suffers from the wrong labeling problem. To alleviate this issue in news data with the timestamp, we take a new factor time into consideration and propose a novel time-…

RelationRelation ExtractionTime SeriesTime Series Analysis

Sentence Bag Graph Formulation for Biomedical Distant Supervision Relation Extraction

2023-10-29 · Hao Zhang, Yang Liu, Xiaoyan Liu, Tianming Liang 외

We introduce a novel graph-based framework for alleviating key challenges in distantly-supervised relation extraction and demonstrate its effectiveness in the challenging and important domain of biomedical data. Specific…

RelationRelation ExtractionSentence