CLDec 16, 2022

Metaphorical Polysemy Detection: Conventional Metaphor meets Word Sense Disambiguation

arXiv:2212.08395v1585 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses a limitation in NLP metaphor detection by focusing on conventional metaphors, which is an incremental improvement for linguists and NLP researchers.

The paper tackles the problem of detecting conventional metaphors in NLP by proposing metaphorical polysemy detection (MPD), which treats metaphoricity as a property of word senses rather than tokens, and develops a model that achieves an ROC-AUC of 0.78 and an F1 score of 0.659, outperforming baseline methods.

Linguists distinguish between novel and conventional metaphor, a distinction which the metaphor detection task in NLP does not take into account. Instead, metaphoricity is formulated as a property of a token in a sentence, regardless of metaphor type. In this paper, we investigate the limitations of treating conventional metaphors in this way, and advocate for an alternative which we name 'metaphorical polysemy detection' (MPD). In MPD, only conventional metaphoricity is treated, and it is formulated as a property of word senses in a lexicon. We develop the first MPD model, which learns to identify conventional metaphors in the English WordNet. To train it, we present a novel training procedure that combines metaphor detection with word sense disambiguation (WSD). For evaluation, we manually annotate metaphor in two subsets of WordNet. Our model significantly outperforms a strong baseline based on a state-of-the-art metaphor detection model, attaining an ROC-AUC score of .78 (compared to .65) on one of the sets. Additionally, when paired with a WSD model, our approach outperforms a state-of-the-art metaphor detection model at identifying conventional metaphors in text (.659 F1 compared to .626).

Foundations

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

Your Notes