paper-with-me

홈 › Papers

Di-LSTM Contrast : A Deep Neural Network for Metaphor Detection

2018-06-01 · WS 2018 6 · Krishnkant Swarnkar, Anil Kumar Singh

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 this contrast. Additionally, we also use cost-sensitive learning by re-weighting examples, and baseline features like concreteness ratings, POS and WordNet-based features. The best performing system of ours achieves an overall F1 score of 0.570 on All POS category and 0.605 on the Verbs category at the Metaphor Shared Task 2018.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

POSTopic ModelsWord Embeddings

Similar Papers 제목 키워드 기반

Metaphor Detection Using Contextual Word Embeddings From Transformers

2020-07-01 · WS 2020 7 · Jerry Liu, Nathan O{'}Hara, Alex Rubin, er 외

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

Character aware models with similarity learning for metaphor detection

2020-07-01 · WS 2020 7 · Tarun Kumar, Yashvardhan Sharma

Recent work on automatic sequential metaphor detection has involved recurrent neural networks initialized with different pre-trained word embeddings and which are sometimes combined with hand engineered features. To capt…

Word Embeddings

ALBERT-BiLSTM for Sequential Metaphor Detection

2020-07-01 · WS 2020 7 · Shuqun Li, Jingjie Zeng, Jinhui Zhang, Tao Peng 외

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 …

POS

An LSTM-CRF Based Approach to Token-Level Metaphor Detection

2018-06-01 · WS 2018 6 · Malay Pramanick, Ashim Gupta, Pabitra Mitra

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

Neural Metaphor Detection in Context

2018-08-29 · EMNLP 2018 10 · Ge Gao, Eunsol Choi, Yejin Choi, Luke Zettlemoyer

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 …