Span-based joint entity and relation extraction augmented with sequence tagging mechanism
Span-based joint extraction simultaneously conducts named entity recognition (NER) and relation extraction (RE) in text span form. However, since previous span-based models rely on span-level classifications, they cannot benefit from token-level label information, which has been proven advantageous for the task. In this paper, we propose a Sequence Tagging augmented Span-based Network (STSN), a span-based joint model that can make use of token-level label information. In STSN, we construct a core neural architecture by deep stacking multiple attention layers, each of which consists of three basic attention units. On the one hand, the core architecture enables our model to learn token-level label information via the sequence tagging mechanism and then uses the information in the span-based joint extraction; on the other hand, it establishes a bi-directional information interaction between NER and RE. Experimental results on three benchmark datasets show that STSN consistently outperforms the strongest baselines in terms of F1, creating new state-of-the-art results.
Code (0)
등록된 구현이 없습니다.
Tasks
Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelationRelation ExtractionSimilar Papers 제목 키워드 기반
A Two-Phase Paradigm for Joint Entity-Relation Extraction
An exhaustive study has been conducted to investigate span-based models for the joint entity and relation extraction task. However, these models sample a large number of negative entities and negative relations during th…
Joint Entity and Relation ExtractionRelationRelation ExtractionVocal Bursts Valence PredictionSpan-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations
Span-based joint extraction models have shown their efficiency on entity recognition and relation extraction. These models regard text spans as candidate entities and span tuples as candidate relation tuples. Span semant…
Joint Entity and Relation ExtractionRelationRelation ExtractionDealing with negative samples with multi-task learning on span-based joint entity-relation extraction
Recent span-based joint extraction models have demonstrated significant advantages in both entity recognition and relation extraction. These models treat text spans as candidate entities, and span pairs as candidate rela…
Boundary DetectionMulti-Task LearningRelationRelation ExtractionSpan-based Joint Entity and Relation Extraction with Transformer Pre-training
We introduce SpERT, an attention model for span-based joint entity and relation extraction. Our key contribution is a light-weight reasoning on BERT embeddings, which features entity recognition and filtering, as well as…
Joint Entity and Relation ExtractionNamed Entity Recognition (NER)RelationRelation Classification+2Span-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