paper-with-me

Papers

Metaphor Detection via Explicit Basic Meanings Modelling

2023-05-26 · Yucheng Li, Shun Wang, Chenghua Lin, Guerin Frank

One noticeable trend in metaphor detection is the embrace of linguistic theories such as the metaphor identification procedure (MIP) for model architecture design. While MIP clearly defines that the metaphoricity of a lexical unit is determined based on the contrast between its \textit{contextual meaning} and its \textit{basic meaning}, existing work does not strictly follow this principle, typically using the \textit{aggregated meaning} to approximate the basic meaning of target words. In this paper, we propose a novel metaphor detection method, which models the basic meaning of the word based on literal annotation from the training set, and then compares this with the contextual meaning in a target sentence to identify metaphors. Empirical results show that our method outperforms the state-of-the-art method significantly by 1.0\% in F1 score. Moreover, our performance even reaches the theoretical upper bound on the VUA18 benchmark for targets with basic annotations, which demonstrates the importance of modelling basic meanings for metaphor detection.

📄 PDF Abstract BibTeX arXiv:2305.17268

Code (1)

liyucheng09/basicbert 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

Metaphor Detection via Linguistics Enhanced Siamese Network

2022-10-01 · COLING 2022 10 · Shenglong Zhang, Ying Liu

In this paper we present MisNet, a novel model for word level metaphor detection. MisNet converts two linguistic rules, i.e., Metaphor Identification Procedure (MIP) and Selectional Preference Violation (SPV) into semant…

Meanings are like Onions: a Layered Approach to Metaphor Processing

2025-07-14 · Silvia Cappa, Anna Sofia Lippolis, Stefano Zoia arxiv

Metaphorical meaning is not a flat mapping between concepts, but a complex cognitive phenomenon that integrates multiple levels of interpretation. In this paper, we propose a stratified model of metaphor processing that …

On the Impact of Temporal Representations on Metaphor Detection

2021-11-05 · LREC 2022 6 · Giorgio Ottolina, Matteo Palmonari, Mehwish Alam, Manuel Vimercati

State-of-the-art approaches for metaphor detection compare their literal - or core - meaning and their contextual meaning using metaphor classifiers based on neural networks. However, metaphorical expressions evolve over…

Word Embeddings

Enhancing Metaphor Detection through Soft Labels and Target Word Prediction

2024-03-27 · Kaidi Jia, Rongsheng Li

Metaphors play a significant role in our everyday communication, yet detecting them presents a challenge. Traditional methods often struggle with improper application of language rules and a tendency to overlook data spa…

Knowledge DistillationPrompt Learning

An Expectation-Realization Model for Metaphor Detection

2023-11-07 · Oseremen O. Uduehi, Razvan C. Bunescu

We propose a metaphor detection architecture that is structured around two main modules: an expectation component that estimates representations of literal word expectations given a context, and a realization component t…

model