Metaphor Understanding Challenge Dataset for LLMs
Xiaoyu Tong, Rochelle Choenni, Martha Lewis, Ekaterina Shutova
TL;DR
The paper introduces MUNCH, a large-scale Metaphor Understanding Challenge Dataset for LLMs, to evaluate metaphor interpretation through apt paraphrase judgement and paraphrase generation. It collects over ten thousand paraphrases and about fifteen hundred inapt paraphrase triples from VUA-derived sentences across four genres, applying novelty and single-word substitution criteria to stress cross-domain reasoning over lexical cues. Two baseline models (LLaMA variants) and GPT-3.5 are evaluated, revealing substantial challenges and showing that explicit marking of metaphorical words improves performance, with results modulated by genre, novelty, and POS. The work provides a resource and analysis framework to diagnose and guide future fine-tuning and architectural strategies to enhance metaphor understanding in practical NLP tasks.
Abstract
Metaphors in natural language are a reflection of fundamental cognitive processes such as analogical reasoning and categorisation, and are deeply rooted in everyday communication. Metaphor understanding is therefore an essential task for large language models (LLMs). We release the Metaphor Understanding Challenge Dataset (MUNCH), designed to evaluate the metaphor understanding capabilities of LLMs. The dataset provides over 10k paraphrases for sentences containing metaphor use, as well as 1.5k instances containing inapt paraphrases. The inapt paraphrases were carefully selected to serve as control to determine whether the model indeed performs full metaphor interpretation or rather resorts to lexical similarity. All apt and inapt paraphrases were manually annotated. The metaphorical sentences cover natural metaphor uses across 4 genres (academic, news, fiction, and conversation), and they exhibit different levels of novelty. Experiments with LLaMA and GPT-3.5 demonstrate that MUNCH presents a challenging task for LLMs. The dataset is freely accessible at https://github.com/xiaoyuisrain/metaphor-understanding-challenge.
