paper-with-me

홈 › Papers

A Sequence Tagging based Framework for Few-Shot Relation Extraction

2022-08-17 · Xukun Luo, Ping Wang

Relation Extraction (RE) refers to extracting the relation triples in the input text. Existing neural work based systems for RE rely heavily on manually labeled training data, but there are still a lot of domains where sufficient labeled data does not exist. Inspired by the distance-based few-shot named entity recognition methods, we put forward the definition of the few-shot RE task based on the sequence tagging joint extraction approaches, and propose a few-shot RE framework for the task. Besides, we apply two actual sequence tagging models to our framework (called Few-shot TPLinker and Few-shot BiTT), and achieves solid results on two few-shot RE tasks constructed from a public dataset.

📄 PDF Abstract BibTeX arXiv:2208.08053

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation Extraction

Similar Papers 제목 키워드 기반

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

2022-10-23 · Bin Ji, Shasha Li, Hao Xu, Jie Yu 외

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…

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

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

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

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 …

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

A Bidirectional Tree Tagging Scheme for Joint Medical Relation Extraction

2020-08-31 · Xukun Luo, Weijie Liu, Meng Ma, Ping Wang

Joint medical relation extraction refers to extracting triples, composed of entities and relations, from the medical text with a single model. One of the solutions is to convert this task into a sequential tagging task. …

Medical Relation ExtractionRelationRelation Extraction

Applications of BERT Based Sequence Tagging Models on Chinese Medical Text Attributes Extraction

2020-08-22 · Gang Zhao, Teng Zhang, Chenxiao Wang, Ping Lv 외

We convert the Chinese medical text attributes extraction task into a sequence tagging or machine reading comprehension task. Based on BERT pre-trained models, we have not only tried the widely used LSTM-CRF sequence tag…

DiversityMachine Reading ComprehensionReading Comprehension

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