paper-with-me

Papers

SpanRE: Entities and Overlapping Relations Extraction Based on Spans and Entity Attention

2023-04-06 · Hao Zhang

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.

📄 PDF Abstract BibTeX arXiv:2304.02901

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceTriplet

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking

2020-10-26 · COLING 2020 8 · Yucheng Wang, Bowen Yu, Yueyang Zhang, Tingwen Liu 외

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 Extraction

Joint extraction of entities and overlapping relations using position-attentive sequence labeling

2019-07-17 · AAAI-2019 2019 7 · Dai Dai, Xinyan Xiao, Yajuan Lyu, Shan Dou 외

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

TDEER: An Efficient Translating Decoding Schema for Joint Extraction of Entities and Relations

2021-11-01 · EMNLP 2021 11 · Xianming Li, Xiaotian Luo, Chenghao Dong, Daichuan Yang 외

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 Extraction

SPOT: Knowledge-Enhanced Language Representations for Information Extraction

2022-08-20 · Jiacheng Li, Yannis Katsis, Tyler Baldwin, Ho-Cheol Kim 외

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 Extraction

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