Skip to content

StonyBrookNLP/global-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Continual Learning with Global Alignment

This is the repository for the Neurips 24 paper: Continual Learning with Global Alignment.

Package Requirement

numpy == 1.16.2
torch == 1.9.1
transformers == 3.0.0

Data

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.

Run

The script for running different methods is in ./src/script.sh (details to be added).

Citation

@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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published