paper-with-me

Papers

Span-based joint entity and relation extraction augmented with sequence tagging mechanism

2022-10-23 · Bin Ji, Shasha Li, Hao Xu, Jie Yu, Jun Ma, Huijun Liu, Jing Yang

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.

📄 PDF Abstract BibTeX arXiv:2210.12720

Code (0)

등록된 구현이 없습니다.

Tasks

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelationRelation Extraction

Similar Papers 제목 키워드 기반

A Two-Phase Paradigm for Joint Entity-Relation Extraction

2022-08-18 · Bin Ji, Hao Xu, Jie Yu, Shasha Li 외

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 Prediction

Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations

2020-12-01 · COLING 2020 8 · Bin Ji, Jie Yu, Shasha Li, Jun Ma 외

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 Extraction

Dealing with negative samples with multi-task learning on span-based joint entity-relation extraction

2023-09-18 · Chenguang Xue, Jiamin Lu

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 Extraction

Span-based Joint Entity and Relation Extraction with Transformer Pre-training

2019-09-17 · Markus Eberts, Adrian Ulges

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+2

Span-Level Model for Relation Extraction

2019-07-01 · ACL 2019 7 · Kalpit Dixit, Yaser Al-Onaizan

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