paper-with-me

Papers

Dependency-aware Prototype Learning for Few-shot Relation Classification

2022-10-01 · COLING 2022 10 · Tianshu Yu, Min Yang, Xiaoyan Zhao

Few-shot relation classification aims to classify the relation type between two given entities in a sentence by training with a few labeled instances for each relation. However, most of existing models fail to distinguish multiple relations that co-exist in one sentence. This paper presents a novel dependency-aware prototype learning (DAPL) method for few-shot relation classification. Concretely, we utilize dependency trees and shortest dependency paths (SDP) as structural information to complement the contextualized representations of input sentences by using the dependency-aware embedding as attention inputs to learn attentive sentence representations. In addition, we introduce a gate controlled update mechanism to update the dependency-aware representations according to the output of each network layer. Extensive experiments on the FewRel dataset show that DAPL achieves substantially better performance than strong baselines. For reproducibility, we will release our code and data upon the publication of this paper at https://github.com/publicstaticvo/DAPL.

📄 PDF Abstract BibTeX

Code (1)

publicstaticvo/dapl 공식 구현 pytorch

Tasks

ClassificationFew-Shot Relation ClassificationRelationRelation ClassificationSentence

Similar Papers 제목 키워드 기반

RAPL: A Relation-Aware Prototype Learning Approach for Few-Shot Document-Level Relation Extraction

2023-10-24 · Shiao Meng, Xuming Hu, Aiwei Liu, Shu'ang Li 외

How to identify semantic relations among entities in a document when only a few labeled documents are available? Few-shot document-level relation extraction (FSDLRE) is crucial for addressing the pervasive data scarcity …

Document-level Relation ExtractionMeta-LearningRelationRelation Extraction

Few-shot Named Entity Recognition with Entity-level Prototypical Network Enhanced by Dispersedly Distributed Prototypes

2022-08-17 · COLING 2022 10 · Bin Ji, Shasha Li, Shaoduo Gan, Jie Yu 외

Few-shot named entity recognition (NER) enables us to build a NER system for a new domain using very few labeled examples. However, existing prototypical networks for this task suffer from roughly estimated label depende…

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

PrototypeFormer: Learning to Explore Prototype Relationships for Few-shot Image Classification

2023-10-05 · Feihong He, Gang Li, Lingyu Si, Leilei Yan 외

Few-shot image classification has received considerable attention for addressing the challenge of poor classification performance with limited samples in novel classes. However, numerous studies have employed sophisticat…

ClassificationContrastive LearningFew-Shot Image ClassificationFew-Shot Learning+2

Progressive Cluster Purification for Transductive Few-shot Learning

2019-06-10 · Chenyang Si, Wentao Chen, Wei Wang, Liang Wang 외

Few-shot learning aims to learn to generalize a classifier to novel classes with limited labeled data. Transductive inference that utilizes unlabeled test set to deal with low-data problem has been employed for few-shot …

Few-Shot LearningGeneral Classification

Bridging Text and Knowledge with Multi-Prototype Embedding for Few-Shot Relational Triple Extraction

2020-10-30 · COLING 2020 8 · Haiyang Yu, Ningyu Zhang, Shumin Deng, Hongbin Ye 외

Current supervised relational triple extraction approaches require huge amounts of labeled data and thus suffer from poor performance in few-shot settings. However, people can grasp new knowledge by learning a few instan…