A Sequence Tagging based Framework for Few-Shot Relation Extraction
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.
Code (0)
등록된 구현이 없습니다.
Tasks
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation ExtractionSimilar Papers 제목 키워드 기반
Span-based joint entity and relation extraction augmented with sequence tagging mechanism
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)+3Boosting Span-based Joint Entity and Relation Extraction via Squence Tagging Mechanism
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)+4A Bidirectional Tree Tagging Scheme for Joint Medical Relation Extraction
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 ExtractionApplications of BERT Based Sequence Tagging Models on Chinese Medical Text Attributes Extraction
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 ComprehensionJoint extraction of entities and overlapping relations using position-attentive sequence labeling
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