English

IIIDYT at IEST 2018: Implicit Emotion Classification With Deep Contextualized Word Representations

Computation and Language 2018-09-05 v2

Abstract

In this paper we describe our system designed for the WASSA 2018 Implicit Emotion Shared Task (IEST), which obtained 2nd^{\text{nd}} place out of 26 teams with a test macro F1 score of 0.7100.710. The system is composed of a single pre-trained ELMo layer for encoding words, a Bidirectional Long-Short Memory Network BiLSTM for enriching word representations with context, a max-pooling operation for creating sentence representations from said word vectors, and a Dense Layer for projecting the sentence representations into label space. Our official submission was obtained by ensembling 6 of these models initialized with different random seeds. The code for replicating this paper is available at https://github.com/jabalazs/implicit_emotion.

Keywords

Cite

@article{arxiv.1808.08672,
  title  = {IIIDYT at IEST 2018: Implicit Emotion Classification With Deep Contextualized Word Representations},
  author = {Jorge A. Balazs and Edison Marrese-Taylor and Yutaka Matsuo},
  journal= {arXiv preprint arXiv:1808.08672},
  year   = {2018}
}

Comments

Accepted as a system description paper for the Implicit Emotion Shared Task of WASSA 2018 (EMNLP)

R2 v1 2026-06-23T03:44:23.291Z