CLAIMay 27, 2023

A Match Made in Heaven: A Multi-task Framework for Hyperbole and Metaphor Detection

arXiv:2305.17480v2224 citations
Originality Incremental advance
AI Analysis

This addresses the need for better conversational AI by computationally exploring the link between hyperbole and metaphor, though it is incremental as it builds on existing detection methods.

The paper tackles the problem of detecting hyperbole and metaphor in language by proposing a multi-task deep learning framework that leverages their relationship, resulting in a 12% improvement in hyperbole detection state-of-the-art and up to 17% gains over single-task learning for both tasks.

Hyperbole and metaphor are common in day-to-day communication (e.g., "I am in deep trouble": how does trouble have depth?), which makes their detection important, especially in a conversational AI setting. Existing approaches to automatically detect metaphor and hyperbole have studied these language phenomena independently, but their relationship has hardly, if ever, been explored computationally. In this paper, we propose a multi-task deep learning framework to detect hyperbole and metaphor simultaneously. We hypothesize that metaphors help in hyperbole detection, and vice-versa. To test this hypothesis, we annotate two hyperbole datasets- HYPO and HYPO-L- with metaphor labels. Simultaneously, we annotate two metaphor datasets- TroFi and LCC- with hyperbole labels. Experiments using these datasets give an improvement of the state of the art of hyperbole detection by 12%. Additionally, our multi-task learning (MTL) approach shows an improvement of up to 17% over single-task learning (STL) for both hyperbole and metaphor detection, supporting our hypothesis. To the best of our knowledge, ours is the first demonstration of computational leveraging of linguistic intimacy between metaphor and hyperbole, leading to showing the superiority of MTL over STL for hyperbole and metaphor detection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes