SOTAVerified

Epita at SemEval-2018 Task 1: Sentiment Analysis Using Transfer Learning Approach

2018-06-01SEMEVAL 2018Unverified0· sign in to hype

Guillaume Daval-Frerot, Abdesselam Bouchekif, Anatole Moreau

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this paper we present our system for detecting valence task. The major issue was to apply a state-of-the-art system despite the small dataset provided: the system would quickly overfit. The main idea of our proposal is to use transfer learning, which allows to avoid learning from scratch. Indeed, we start to train a first model to predict if a tweet is positive, negative or neutral. For this we use an external dataset which is larger and similar to the target dataset. Then, the pre-trained model is re-used as the starting point to train a new model that classifies a tweet into one of the seven various levels of sentiment intensity. Our system, trained using transfer learning, achieves 0.776 and 0.763 respectively for Pearson correlation coefficient and weighted quadratic kappa metrics on the subtask evaluation dataset.

Tasks

Reproductions