CoIN-ASD is a benchmark dataset designed for multimodal continual instruction tuning (MCIT), based on the CoIN dataset. This dataset aims to evaluate the performance of MCIT models in mitigating essential forgetting. π Paper π GitHub
The dataset is organized in the following structure:
βββ ScienceQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ TextVQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ ImageNet/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ GQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ VizWiz/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ Grounding/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ VQAv2/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ OCRVQA/
βββ train_ori.json
βββ train_x{10,20,40,60,80}.json
βββ test.json
Image Data: This repository only contains the annotations. To obtain the images, please refer to the CoIN repository.
Training Data Versions: For each task, we provide multiple versions of training data with different values of hyperparameter X (10, 20, 40, 60, 80). For example, train_x20.json contain the ASD-processed annotations with X set to 20. Additionally, train_ori.json contains the original annotations without ASD processing.
Usage: To use this dataset, you need to:
@inproceedings{chen2025sefe,
title={SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction Tuning},
author={Chen, Jinpeng and Cong, Runmin and Zhao, Yuzhi and Yang, Hongzheng and Hu, Guangneng and Ip, Horace Ho Shing and Kwong, Sam},
booktitle={ICML},
year={2025}
}
11 commits
CoIN-ASD is a benchmark dataset designed for multimodal continual instruction tuning (MCIT), based on the CoIN dataset. This dataset aims to evaluate the performance of MCIT models in mitigating essential forgetting. π Paper π GitHub
The dataset is organized in the following structure:
βββ ScienceQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ TextVQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ ImageNet/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ GQA/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ VizWiz/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ Grounding/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ VQAv2/
β βββ train_ori.json
β βββ train_x{10,20,40,60,80}.json
β βββ test.json
βββ OCRVQA/
βββ train_ori.json
βββ train_x{10,20,40,60,80}.json
βββ test.json
Image Data: This repository only contains the annotations. To obtain the images, please refer to the CoIN repository.
Training Data Versions: For each task, we provide multiple versions of training data with different values of hyperparameter X (10, 20, 40, 60, 80). For example, train_x20.json contain the ASD-processed annotations with X set to 20. Additionally, train_ori.json contains the original annotations without ASD processing.
Usage: To use this dataset, you need to:
@inproceedings{chen2025sefe,
title={SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction Tuning},
author={Chen, Jinpeng and Cong, Runmin and Zhao, Yuzhi and Yang, Hongzheng and Hu, Guangneng and Ip, Horace Ho Shing and Kwong, Sam},
booktitle={ICML},
year={2025}
}
11 commits