← Search

Jinghong Chen

8 accepted papers

2026

ExPO-HM: Learning to Explain-then-Detect for Hateful Meme Detection

ICLR 2026poster

Hateful memes have emerged as a particularly challenging form of online abuse, motivating the development of automated detection systems. Most prior approaches rely on direct detection, producing only binary predictions. Such models fail to provide the context and explanations that real-world modera…

Cited by 0SourcecodeScholar
2025

On Extending Direct Preference Optimization to Accommodate Ties

NeurIPS 2025poster

We derive and investigate two DPO variants that explicitly model the possibility of declaring a tie in pair-wise comparisons. We replace the Bradley-Terry model in DPO with two well-known modeling extensions, by Rao and Kupper and by Davidson, that assign probability to ties as alternatives to clear…

Cited by 0SourceScholar
2025

Robust Adaptation of Large Multimodal Models for Retrieval Augmented Hateful Meme Detection

EMNLP 2025

Hateful memes have become a significant concern on the Internet, necessitating robust automated detection systems. While Large Multimodal Models (LMMs) have shown promise in hateful meme detection, they face notable challenges like sub-optimal performance and limited out-of-domain generalization cap

2024

Control-DAG: Constrained Decoding for Non-Autoregressive Directed Acyclic T5 using Weighted Finite State Automata

NAACL 2024short

The Directed Acyclic Transformer is a fast non-autoregressive (NAR) model that performs well in Neural Machine Translation. Two issues prevent its application to general Natural Language Generation (NLG) tasks: frequent Out-Of-Vocabulary (OOV) errors and the inability to faithfully generate entity n…

2024

Direct Preference Optimization for Neural Machine Translation with Minimum Bayes Risk Decoding

NAACL 2024short

Minimum Bayes Risk (MBR) decoding can significantly improve translation performance of Multilingual Large Language Models (MLLMs). However, MBR decoding is computationally expensive. We show how the recently developed Reinforcement Learning technique, Direct Preference Optimization (DPO), can fine-t…

2024

Improving Hateful Meme Detection through Retrieval-Guided Contrastive Learning

ACL 2024long

Hateful memes have emerged as a significant concern on the Internet. Detecting hateful memes requires the system to jointly understand the visual and textual modalities. Our investigation reveals that the embedding space of existing CLIP-based systems lacks sensitivity to subtle differences in memes…

2024

PreFLMR: Scaling Up Fine-Grained Late-Interaction Multi-modal Retrievers

ACL 2024long

Large Multimodal Models (LMMs) excel in natural language and visual understanding but are challenged by exacting tasks such as Knowledge-based Visual Question Answering (KB-VQA) which involve the retrieval of relevant information from document collections to use in shaping answers to questions. We p…

2023

Fine-grained Late-interaction Multi-modal Retrieval for Retrieval Augmented Visual Question Answering

NeurIPS 2023poster

Knowledge-based Visual Question Answering (KB-VQA) requires VQA systems to utilize knowledge from external knowledge bases to answer visually-grounded questions. Retrieval-Augmented Visual Question Answering (RA-VQA), a strong framework to tackle KB-VQA, first retrieves related documents with Dense…