This repo holds codes of the paper: ''Multi-source Semantic Graph-based Multimodal Sarcasm Explanation Generation '' published on the conference ACL 2023. https://aclanthology.org/2023.acl-long.635/
You can downloand caption data, knowledge, objects and and adjacent matrix via the link: https://drive.google.com/drive/folders/13vuYwJzGEnvV3r-gJxihVNjvIiuGrO6q?usp=share_link.
python bsl_train.py
If you find this repo useful in your research works, please consider citing:
@inproceedings{jing2023msgm,
author = {Liqiang Jing and Xuemeng Song and Kun Ouyang and Mengzhao Jia and Liqiang Nie},
title = {Multi-source Semantic Graph-based Multimodal Sarcasm Explanation Generation},
year = {2023},
publisher = {Association for Computational Linguistics},
booktitle = {Proceedings of the Annual Meeting of the Association for Computational Linguistics},
pages = {11349--11361}
}