paper-with-me

Papers

Boosting Span-based Joint Entity and Relation Extraction via Squence Tagging Mechanism

2021-05-21 · Bin Ji, Shasha Li, Jie Yu, Jun Ma, Huijun Liu

Span-based joint extraction simultaneously conducts named entity recognition (NER) and relation extraction (RE) in text span form. Recent studies have shown that token labels can convey crucial task-specific information and enrich token semantics. However, as far as we know, due to completely abstain from sequence tagging mechanism, all prior span-based work fails to use token label in-formation. To solve this problem, we pro-pose Sequence Tagging enhanced Span-based Network (STSN), a span-based joint extrac-tion network that is enhanced by token BIO label information derived from sequence tag-ging based NER. By stacking multiple atten-tion layers in depth, we design a deep neu-ral architecture to build STSN, and each atten-tion layer consists of three basic attention units. The deep neural architecture first learns seman-tic representations for token labels and span-based joint extraction, and then constructs in-formation interactions between them, which also realizes bidirectional information interac-tions between span-based NER and RE. Fur-thermore, we extend the BIO tagging scheme to make STSN can extract overlapping en-tity. Experiments on three benchmark datasets show that our model consistently outperforms previous optimal models by a large margin, creating new state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2105.10080

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

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

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