SpanRE: Entities and Overlapping Relations Extraction Based on Spans and Entity Attention
Extracting entities and relations is an essential task of information extraction. Triplets extracted from a sentence might overlap with each other. Previous methods either did not address the overlapping issues or solved overlapping issues partially. To tackle triplet overlapping problems completely, firstly we extract candidate subjects with a standard span mechanism. Then we present a labeled span mechanism to extract the objects and relations simultaneously, we use the labeled span mechanism to generate labeled spans whose start and end positions indicate the objects, and whose labels correspond to relations of subject and objects. Besides, we design an entity attention mechanism to enhance the information fusion between subject and sentence during extracting objects and relations. We test our method on two public datasets, our method achieves the best performances on these two datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
SentenceTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
TPLinker: 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 ExtractionJoint extraction of entities and overlapping relations using position-attentive sequence labeling
Joint entity and relation extraction is to detect entity and relation using a single model. In this paper, we present a novel unified joint extraction model which directly tags entity and relation labels according to a q…
Joint Entity and Relation ExtractionPositionRelationRelation Extraction+2TDEER: An Efficient Translating Decoding Schema for Joint Extraction of Entities and Relations
Joint extraction of entities and relations from unstructured texts to form factual triples is a fundamental task of constructing a Knowledge Base (KB). A common method is to decode triples by predicting entity pairs to o…
Joint Entity and Relation ExtractionRelationRelation ExtractionSPOT: Knowledge-Enhanced Language Representations for Information Extraction
Knowledge-enhanced pre-trained models for language representation have been shown to be more effective in knowledge base construction tasks (i.e.,~relation extraction) than language models such as BERT. These knowledge-e…
Knowledge Base ConstructionRelation ExtractionSpan-Level Model for Relation Extraction
Relation Extraction is the task of identifying entity mention spans in raw text and then identifying relations between pairs of the entity mentions. Recent approaches for this span-level task have been token-level models…
modelRelationRelation Extraction