Neural Metaphor Detection in Context
We present end-to-end neural models for detecting metaphorical word use in context. We show that relatively standard BiLSTM models which operate on complete sentences work well in this setting, in comparison to previous work that used more restricted forms of linguistic context. These models establish a new state-of-the-art on existing verb metaphor detection benchmarks, and show strong performance on jointly predicting the metaphoricity of all words in a running text.
Code (1)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MelBERT: Metaphor Detection via Contextualized Late Interaction using Metaphorical Identification Theories
Automated metaphor detection is a challenging task to identify metaphorical expressions of words in a sentence. To tackle this problem, we adopt pre-trained contextualized models, e.g., BERT and RoBERTa. To this end, we …
SentenceContrastWSD: Enhancing Metaphor Detection with Word Sense Disambiguation Following the Metaphor Identification Procedure
This paper presents ContrastWSD, a RoBERTa-based metaphor detection model that integrates the Metaphor Identification Procedure (MIP) and Word Sense Disambiguation (WSD) to extract and contrast the contextual meaning wit…
SentenceWord Sense DisambiguationAn Expectation-Realization Model for Metaphor Detection
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…
modelDeepMet: A Reading Comprehension Paradigm for Token-level Metaphor Detection
Machine metaphor understanding is one of the major topics in NLP. Most of the recent attempts consider it as classification or sequence tagging task. However, few types of research introduce the rich linguistic informati…
Language ModelingLanguage ModellingPOSReading Comprehension+1Metaphor Detection Using Contextual Word Embeddings From Transformers
The detection of metaphors can provide valuable information about a given text and is crucial to sentiment analysis and machine translation. In this paper, we outline the techniques for word-level metaphor detection used…
Machine TranslationSentiment AnalysisTranslationWord Embeddings