paper-with-me

Papers

Entity and Evidence Guided Document-Level Relation Extraction

2021-08-01 · ACL (RepL4NLP) 2021 8 · Kevin Huang, Peng Qi, Guangtao Wang, Tengyu Ma, Jing Huang

Document-level relation extraction is a challenging task, requiring reasoning over multiple sentences to predict a set of relations in a document. In this paper, we propose a novel framework E2GRE (Entity and Evidence Guided Relation Extraction) that jointly extracts relations and the underlying evidence sentences by using large pretrained language model (LM) as input encoder. First, we propose to guide the pretrained LM’s attention mechanism to focus on relevant context by using attention probabilities as additional features for evidence prediction. Furthermore, instead of feeding the whole document into pretrained LMs to obtain entity representation, we concatenate document text with head entities to help LMs concentrate on parts of the document that are more related to the head entity. Our E2GRE jointly learns relation extraction and evidence prediction effectively, showing large gains on both these tasks, which we find are highly correlated.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document-level Relation ExtractionLanguage ModelingLanguage ModellingRelationRelation Extraction

Similar Papers 제목 키워드 기반

Entity and Evidence Guided Relation Extraction for DocRED

2020-08-27 · Kevin Huang, Guangtao Wang, Tengyu Ma, Jing Huang

Document-level relation extraction is a challenging task which requires reasoning over multiple sentences in order to predict relations in a document. In this paper, we pro-pose a joint training frameworkE2GRE(Entity and…

Document-level Relation ExtractionLanguage ModelingLanguage ModellingRelation+1

GEGA: Graph Convolutional Networks and Evidence Retrieval Guided Attention for Enhanced Document-level Relation Extraction

2024-07-31 · Yanxu Mao, Xiaohui Chen, Peipei Liu, Tiehan Cui 외

Document-level relation extraction (DocRE) aims to extract relations between entities from unstructured document text. Compared to sentence-level relation extraction, it requires more complex semantic understanding from …

Document-level Relation ExtractionRelationRelation ExtractionRetrieval+1

EIDER: Evidence-enhanced Document-level Relation Extraction

2021-07-17 · ACL ARR November 2021 11 · Anonymous

Document-level relation extraction (DocRE) aims at extracting the semantic relations among entity pairs in a document. In DocRE, a subset of the sentences in a document, called the evidence sentences, might be sufficient…

Document-level Relation ExtractionRelationRelation ExtractionSentence

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

Eider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion

2021-06-16 · Findings (ACL) 2022 5 · Yiqing Xie, Jiaming Shen, Sha Li, Yuning Mao 외

Document-level relation extraction (DocRE) aims to extract semantic relations among entity pairs in a document. Typical DocRE methods blindly take the full document as input, while a subset of the sentences in the docume…

Document-level Relation ExtractionRelationRelation Extraction