This is the repository for the Neurips 24 paper: Continual Learning with Global Alignment.
numpy == 1.16.2
torch == 1.9.1
transformers == 3.0.0
Each task data are stored in the ./data
directory. For tasks in GLUE benchmark, please download the data in this link to the corresponding sub directories. Other data can be downloaded here.
To preprocess the data, please run python preprocess.py
in each sub directory. For Yahoo and DBPedia which need to be split to sub-class tasks, please run python preprocess_split.py
.
The script for running different methods is in ./src/script.sh
(details to be added).
@inproceedings{
bai2024continual,
title={Continual Learning with Global Alignment},
author={Xueying Bai and Jinghuan Shang and Yifan Sun and Niranjan Balasubramanian},
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
year={2024},
url={https://openreview.net/forum?id=4vp0edVY4o}
}