The repo is the source code for Continual Few-shot Relation Learning via Embedding Space Regularization and Data Augmentation
Chengwei Qin, Shafiq Joty
Accepted at 60th Annual Meeting of the Association for Computational Linguistics (ACL'22).
git clone git@github.com:qcwthu/Continual_Fewshot_Relation_Learning.git
cd Continual_Fewshot_Relation_Learning
cd transformers; pip install .; cd ..
Please name it as 'simmodelckpt' and put it under the root folder of this project.
Please name it as 'allunlabeldata.npy' and put it under the root folder of this project.
Please put 'glove' folder under the root folder of this project.
bash runall.sh
If you find our paper or this project helps your research, please kindly consider citing our paper in your publication.
@article{qin2022continual,
title={Continual Few-shot Relation Learning via Embedding Space Regularization and Data Augmentation},
author={Qin, Chengwei and Joty, Shafiq},
journal={arXiv preprint arXiv:2203.02135},
year={2022}
}