The implementation code of IJCAI 2022 paper: Declaration-based Prompt Tuning for Visual Question Answering.
- Python 3
- Pytorch>=1.7.1
- pytorch-transformers==1.2.0
Please follow DeclarationGeneration to set up the experiments for declaration generation.
Please follow VinVL to set up the experiments for visual question answering.
Please kindly cite our paper if this paper and the code are helpful.
@inproceedings{liu2022dpt,
author={Liu, Yuhang and Wei, Wei and Peng, Daowan and Zhu, Feida},
title={Declaration-based Prompt Tuning for Visual Question Answering},
booktitle={Proceedings of the Thirty-first International Joint Conference on Artificial Intelligence, {IJCAI-22}},
year={2022}
}