paper-with-me

Papers

Document-Level Relation Extraction with Structure Enhanced Transformer Encoder

2022-07-11 · International Joint Conference on Neural Networks 2022 7 · Wanlong Liu

Document-level relation extraction aims at discovering relational facts among entity pairs in a document, which has attracted more and more attention in recent years. Most existing methods are mainly summarized as graph-based and transformer-based methods. However, previous transformer-based methods neglect structural information between entities, while graph-based methods are unable to extract structural information effectively on account that they isolate the en-coding stage and structure reasoning stage. In this paper, we propose an effective structure enhanced transformer encoder model (SETE), integrating entity structural information into the transformer encoder. We first define a mention-level graph based on mention dependencies and convert it to a token-level graph. Then we design a dual self-attention mechanism, which enriches the structural and contextual information between entities to increase the vanilla transformer encoder inferential capability. Experiments on three public datasets show that the proposed SETE outperforms previous state-of-the-art methods and further analyses illustrate the interpretability of our model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Document-Level Relation Extraction via Pair-Aware and Entity-Enhanced Representation Learning

2022-10-01 · COLING 2022 10 · Xiusheng Huang, Hang Yang, Yubo Chen, Jun Zhao 외

Document-level relation extraction aims to recognize relations among multiple entity pairs from a whole piece of article. Recent methods achieve considerable performance but still suffer from two challenges: a) the relat…

Document-level Relation ExtractionRelationRelation ExtractionRepresentation Learning

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

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

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

Three Sentences Are All You Need: Local Path Enhanced Document Relation Extraction

2021-06-03 · ACL 2021 5 · Quzhe Huang, Shengqi Zhu, Yansong Feng, Yuan Ye 외

Document-level Relation Extraction (RE) is a more challenging task than sentence RE as it often requires reasoning over multiple sentences. Yet, human annotators usually use a small number of sentences to identify the re…

AllDocument-level Relation ExtractionGraph Neural NetworkRelation+2