paper-with-me

Papers

Combining Distant and Direct Supervision for Neural Relation Extraction

2018-10-30 · NAACL 2019 6 · Iz Beltagy, Kyle Lo, Waleed Ammar

In relation extraction with distant supervision, noisy labels make it difficult to train quality models. Previous neural models addressed this problem using an attention mechanism that attends to sentences that are likely to express the relations. We improve such models by combining the distant supervision data with an additional directly-supervised data, which we use as supervision for the attention weights. We find that joint training on both types of supervision leads to a better model because it improves the model's ability to identify noisy sentences. In addition, we find that sigmoidal attention weights with max pooling achieves better performance over the commonly used weighted average attention in this setup. Our proposed method achieves a new state-of-the-art result on the widely used FB-NYT dataset.

📄 PDF Abstract BibTeX arXiv:1810.12956

Code (1)

allenai/comb_dist_direct_relex 공식 구현 pytorch

Tasks

RelationRelation Extraction

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

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

Combining Distant and Partial Supervision for Relation Extraction

2014-10-01 · EMNLP 2014 10 · Gabor Angeli, Julie Tibshirani, Jean Wu, Christopher D. Manning
Active LearningRelationRelation ExtractionSlot Filling

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

Dual Supervision Framework for Relation Extraction with Distant Supervision and Human Annotation

2020-11-24 · COLING 2020 8 · Woohwan Jung, Kyuseok Shim

Relation extraction (RE) has been extensively studied due to its importance in real-world applications such as knowledge base construction and question answering. Most of the existing works train the models on either dis…

Knowledge Base ConstructionRelationRelation ExtractionSentence

Improving Supervised Drug-Protein Relation Extraction with Distantly Supervised Models

2022-05-01 · BioNLP (ACL) 2022 5 · Naoki Iinuma, Makoto Miwa, Yutaka Sasaki

This paper proposes novel drug-protein relation extraction models that indirectly utilize distant supervision data. Concretely, instead of adding distant supervision data to the manually annotated training data, our mode…

DrugProtRelationRelation Extraction