paper-with-me

홈 › Papers

Bigrams and BiLSTMs Two Neural Networks for Sequential Metaphor Detection

2018-06-01 · WS 2018 6 · Yuri Bizzoni, Mehdi Ghanimifard

We present and compare two alternative deep neural architectures to perform word-level metaphor detection on text: a bi-LSTM model and a new structure based on recursive feed-forward concatenation of the input. We discuss different versions of such models and the effect that input manipulation - specifically, reducing the length of sentences and introducing concreteness scores for words - have on their performance.

📄 PDF Abstract BibTeX

Code (1)

GU-CLASP/ocota 공식 구현

Tasks

Vocal Bursts Valence PredictionWord Embeddings

Similar Papers 제목 키워드 기반

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

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

Dark & Stormy: Modeling Humor in Sentences from the Bulwer-Lytton Fiction Contest

2025-10-28 · Venkata S Govindarajan, Laura Biester arxiv

Textual humor is enormously diverse and computational studies need to account for this range, including intentionally bad humor. In this paper, we curate and analyze a novel corpus of sentences from the Bulwer-Lytton Fic…

Humor Detection

Improved Sentence Modeling using Suffix Bidirectional LSTM

2018-05-18 · Siddhartha Brahma

Recurrent neural networks have become ubiquitous in computing representations of sequential data, especially textual data in natural language processing. In particular, Bidirectional LSTMs are at the heart of several neu…

ClassificationGeneral ClassificationNatural Language InferenceSentence+4

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