paper-with-me

Papers

Improving Document-level Relation Extraction via Contextualizing Mention Representations and Weighting Mention Pairs

2020-08-09 · Ping Jiang;Xian-Ling Mao;Binbin Bian;Heyan Huang

Document-level relation extraction (RE) has attracted considerable attention, because a large number of relational facts are expressed in multiple sentences. Recently, encoder-aggregator based models have become promising for document-level RE. However, these models have two shortcomings: (i) they cannot obtain contextualized representations of a mention by low computational cost, when the mention is involved in different entity pairs; (ii) they ignore the different weights for the mention pairs of a target entity pair. To tackle the above two problems, in this paper, we propose a novel encoder-attender-aggregator model, which introduces two attenders between the encoder and aggregator. Specifically, a mutual attender is first employed on the selected head and tail mentions to efficiently produce contextualized mention representations. Then, an integration attender is utilized to weight the mention pairs of a target entity pair. Extensive experiments on two document-level RE datasets show that the proposed model performs better than the state-of-the-art baselines. Our codes are publicly available at "https://github.com/nefujiangping/EncAttAgg".

📄 PDF Abstract BibTeX

Code (1)

nefujiangping/EncAttAgg pytorch

Tasks

Document-level Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

Relation-Specific Attentions over Entity Mentions for Enhanced Document-Level Relation Extraction

2022-05-28 · NAACL 2022 7 · Jiaxin Yu, Deqing Yang, Shuyu Tian

Compared with traditional sentence-level relation extraction, document-level relation extraction is a more challenging task where an entity in a document may be mentioned multiple times and associated with multiple relat…

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1

Mention-centered Graph Neural Network for Document-level Relation Extraction

2021-03-15 · Jiaxin Pan, Min Peng, Yiyan Zhang

Document-level relation extraction aims to discover relations between entities across a whole document. How to build the dependency of entities from different sentences in a document remains to be a great challenge. Curr…

Document-level Relation ExtractionGraph Neural NetworkRelationRelation Extraction+1

Key Mention Pairs Guided Document-Level Relation Extraction

2022-10-01 · COLING 2022 10 · Feng Jiang, Jianwei Niu, Shasha Mo, Shengda Fan

Document-level Relation Extraction (DocRE) aims at extracting relations between entities in a given document. Since different mention pairs may express different relations or even no relation, it is crucial to identify k…

Document-level Relation ExtractionRelationRelation Extraction

Double Graph Based Reasoning for Document-level Relation Extraction

2020-09-29 · EMNLP 2020 11 · Shuang Zeng, Runxin Xu, Baobao Chang, Lei LI

Document-level relation extraction aims to extract relations among entities within a document. Different from sentence-level relation extraction, it requires reasoning over multiple sentences across a document. In this p…

Document-level Relation ExtractionRelationRelation ExtractionSentence

Global-to-Local Neural Networks for Document-Level Relation Extraction

2020-09-22 · EMNLP 2020 11 · Difeng Wang, Wei Hu, Ermei Cao, Weijian Sun

Relation extraction (RE) aims to identify the semantic relations between named entities in text. Recent years have witnessed it raised to the document level, which requires complex reasoning with entities and mentions th…

Document-level Relation ExtractionRelationRelation Extraction