MrMep: Joint Extraction of Multiple Relations and Multiple Entity Pairs Based on Triplet Attention
This paper focuses on how to extract multiple relational facts from unstructured text. Neural encoder-decoder models have provided a viable new approach for jointly extracting relations and entity pairs. However, these models either fail to deal with entity overlapping among relational facts, or neglect to produce the whole entity pairs. In this work, we propose a novel architecture that augments the encoder and decoder in two elegant ways. First, we apply a binary CNN classifier for each relation, which identifies all possible relations maintained in the text, while retaining the target relation representation to aid entity pair recognition. Second, we perform a multi-head attention over the text and a triplet attention with the target relation interacting with every token of the text to precisely produce all possible entity pairs in a sequential manner. Experiments on three benchmark datasets show that our proposed method successfully addresses the multiple relations and multiple entity pairs even with complex overlapping and significantly outperforms the state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderRelationTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
GraphERE: Jointly Multiple Event-Event Relation Extraction via Graph-Enhanced Event Embeddings
Events describe the state changes of entities. In a document, multiple events are connected by various relations (e.g., Coreference, Temporal, Causal, and Subevent). Therefore, obtaining the connections between events th…
Event Relation ExtractionMulti-Task LearningRelationRelation ExtractionA Novel Joint Framework for Multiple Chinese Events Extraction
Event extraction is an essential yet challenging task in information extraction. Previous approaches have paid little attention to the problem of roles overlap which is a common phenomenon in practice. To solve this prob…
Event ExtractionLanguage ModelingLanguage ModellingRelationJoint Constrained Learning for Event-Event Relation Extraction
Understanding natural language involves recognizing how multiple event mentions structurally and temporally interact with each other. In this process, one can induce event complexes that organize multi-granular events wi…
Event Relation ExtractionRelationRelation ExtractionTemporal Relation ExtractionTPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking
Extracting entities and relations from unstructured text has attracted increasing attention in recent years but remains challenging, due to the intrinsic difficulty in identifying overlapping relations with shared entiti…
RelationRelation ExtractionJointly Extracting Multiple Triplets with Multilayer Translation Constraints
Triplets extraction is an essential and pivotal step in automatic knowledge base construction, which captures structural information from unstructured text corpus. Conventional extraction models use a pipeline of named e…
Knowledge Base Constructionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4