Update README.md
Browse files
README.md
CHANGED
@@ -199,4 +199,36 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
202 |
-
- PEFT 0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
202 |
+
- PEFT 0.12.0
|
203 |
+
|
204 |
+
```
|
205 |
+
@inproceedings{RGCL2024Mei,
|
206 |
+
title = "Improving Hateful Meme Detection through Retrieval-Guided Contrastive Learning",
|
207 |
+
author = "Mei, Jingbiao and
|
208 |
+
Chen, Jinghong and
|
209 |
+
Lin, Weizhe and
|
210 |
+
Byrne, Bill and
|
211 |
+
Tomalin, Marcus",
|
212 |
+
editor = "Ku, Lun-Wei and
|
213 |
+
Martins, Andre and
|
214 |
+
Srikumar, Vivek",
|
215 |
+
booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
216 |
+
month = aug,
|
217 |
+
year = "2024",
|
218 |
+
address = "Bangkok, Thailand",
|
219 |
+
publisher = "Association for Computational Linguistics",
|
220 |
+
url = "https://aclanthology.org/2024.acl-long.291",
|
221 |
+
doi = "10.18653/v1/2024.acl-long.291",
|
222 |
+
pages = "5333--5347"
|
223 |
+
}
|
224 |
+
|
225 |
+
@article{RAHMD2025Mei, title={Robust Adaptation of Large Multimodal Models for Retrieval Augmented Hateful Meme Detection},
|
226 |
+
url={http://arxiv.org/abs/2502.13061},
|
227 |
+
DOI={10.48550/arXiv.2502.13061},
|
228 |
+
note={arXiv:2502.13061 [cs]},
|
229 |
+
number={arXiv:2502.13061},
|
230 |
+
publisher={arXiv},
|
231 |
+
author={Mei, Jingbiao and Chen, Jinghong and Yang, Guangyu and Lin, Weizhe and Byrne, Bill},
|
232 |
+
year={2025},
|
233 |
+
month=may }
|
234 |
+
```
|