paper-with-me

홈 › Papers

Packed Levitated Marker for Entity and Relation Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent entity and relation extraction works focus on investigating how to obtain a better span representation from the pre-trained encoder. However, a major limitation of existing works is that they ignore the interrelation between spans (pairs). In this work, we propose a novel span representation approach, named Packed Levitated Markers (PL-Marker), to consider the interrelation between the spans (pairs) by strategically packing the markers in the encoder. In particular, we propose a neighborhood-oriented packing strategy, which considers the neighbor spans integrally to better model the entity boundary information. Furthermore, for those more complicated span pair classification tasks, we design a subject-oriented packing strategy, which packs each subject and all its objects to model the interrelation between the same-subject span pairs. The experimental results show that, with the enhanced marker feature, our model advances baselines on six NER benchmarks, and obtains a 3.5%-3.6% strict relation F1 improvement with higher speed over previous state-of-the-art models on ACE04 and ACE05. All the code and data of this paper will be made publicly available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NERRelationRelation Extraction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Packed Levitated Markers Packed Levitated Markers, or PL-Marker, is a span representation approach for named entity recognition that…

Similar Papers 제목 키워드 기반

Packed Levitated Marker for Entity and Relation Extraction

2021-09-13 · ACL 2022 5 · Deming Ye, Yankai Lin, Peng Li, Maosong Sun

Recent entity and relation extraction works focus on investigating how to obtain a better span representation from the pre-trained encoder. However, a major limitation of existing works is that they ignore the interrelat…

Joint Entity and Relation ExtractionNamed Entity Recognition (NER)RelationRelation Extraction

iMETRE: Incorporating Markers of Entity Types for Relation Extraction

2023-06-30 · N Harsha Vardhan, Manav Chaudhary

Sentence-level relation extraction (RE) aims to identify the relationship between 2 entities given a contextual sentence. While there have been many attempts to solve this problem, the current solutions have a lot of roo…

Financial Relation ExtractionRelationRelation ExtractionSentence

Joint Entity and Relation Extraction with Span Pruning and Hypergraph Neural Networks

2023-10-26 · Zhaohui Yan, Songlin Yang, Wei Liu, Kewei Tu

Entity and Relation Extraction (ERE) is an important task in information extraction. Recent marker-based pipeline models achieve state-of-the-art performance, but still suffer from the error propagation issue. Also, most…

Joint Entity and Relation ExtractionNERRelationRelation 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

Sentence-Level Relation Extraction via Contrastive Learning with Descriptive Relation Prompts

2023-04-11 · Jiewen Zheng, Ze Chen

Sentence-level relation extraction aims to identify the relation between two entities for a given sentence. The existing works mostly focus on obtaining a better entity representation and adopting a multi-label classifie…

Contrastive LearningDescriptiveLearning-To-RankRelation+2