paper-with-me

홈 › Papers

ALBERT-BiLSTM for Sequential Metaphor Detection

2020-07-01 · WS 2020 7 · Shuqun Li, Jingjie Zeng, Jinhui Zhang, Tao Peng, Liang Yang, Hongfei Lin

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 labeling model based on ALBERT-LSTM-softmax. By applying this model, we carry out a lot of experiments and compare the experimental results with different processing methods, such as with different input sentences and tokens, or the methods with CRF and softmax. Then, some tricks are adopted to improve the experimental results. Finally, our model achieves a 0.707 F1-score for the all POS subtask and a 0.728 F1-score for the verb subtask on the TOEFL dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

POS

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar 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 discus…

Vocal Bursts Valence PredictionWord 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

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 …

Neural Metaphor Detection with Visibility Embeddings

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Gitit Kehat, James Pustejovsky

We present new results for the problem of sequence metaphor labeling, using the recently developed Visibility Embeddings. We show that concatenating such embeddings to the input of a BiLSTM obtains consistent and signifi…

Improving Neural Metaphor Detection with Visual Datasets

2020-05-01 · LREC 2020 5 · Gitit Kehat, James Pustejovsky

We present new results on Metaphor Detection by using text from visual datasets. Using a straightforward technique for sampling text from Vision-Language datasets, we create a data structure we term a visibility word emb…