YiLunLee / missing_aware_prompts

Multimodal Prompting with Missing Modalities for Visual Recognition, CVPR'23
https://yilunlee.github.io/missing_aware_prompts/
160 stars 9 forks source link

Hateful Meme testset #6

Closed jasonchengqs closed 1 year ago

jasonchengqs commented 1 year ago

Thank you for releasing the code for your interesting paper! I was trying to test on the Hateful-meme dataset. However, it seems the testset of this dataset does not contain the 'label' field, which is required for the write_*py function. Could you kindly let me know where to download the labels for the test set?

YiLunLee commented 1 year ago

Thank you for your question. That is my mistake, I forgot that the dataset from Kaggle link in Data.md does not have labels for the test set. However, the test set is actually the same as test_seen.jsonl in this link, you can directly download the testseen.jsonl file here and use it (of course you should rename it as test.jsonl or revise the write*.py file).

jasonchengqs commented 1 year ago

Thank you!