Neural Metaphor Detecting with CNN-LSTM Model
Metaphors are figurative languages widely used in daily life and literatures. It{'}s an important task to detect the metaphors evoked by texts. Thus, the metaphor shared task is aimed to extract metaphors from plain texts at word level. We propose to use a CNN-LSTM model for this task. Our model combines CNN and LSTM layers to utilize both local and long-range contextual information for identifying metaphorical information. In addition, we compare the performance of the softmax classifier and conditional random field (CRF) for sequential labeling in this task. We also incorporated some additional features such as part of speech (POS) tags and word cluster to improve the performance of model. Our best model achieved 65.06{\%} F-score in the all POS testing subtask and 67.15{\%} in the verbs testing subtask.
Code (0)
등록된 구현이 없습니다.
Tasks
Machine TranslationmodelPOSSentiment AnalysisMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
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 …
Di-LSTM Contrast : A Deep Neural Network for Metaphor Detection
The contrast between the contextual and general meaning of a word serves as an important clue for detecting its metaphoricity. In this paper, we present a deep neural architecture for metaphor detection which exploits th…
POSTopic ModelsWord EmbeddingsMetaphor 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 EmbeddingsALBERT-BiLSTM for Sequential Metaphor Detection
In our daily life, metaphor is a common way of expression. To understand the meaning of a metaphor, we should recognize the metaphor words which play important roles. In the metaphor detection task, we design a sequence …
POSAn LSTM-CRF Based Approach to Token-Level Metaphor Detection
Automatic processing of figurative languages is gaining popularity in NLP community for their ubiquitous nature and increasing volume. In this era of web 2.0, automatic analysis of sarcasm and metaphors is important for …
Machine Translation