SINAI at SemEval-2017 Task 4: User based classification
This document describes our participation in SemEval-2017 Task 4: Sentiment Analysis in Twitter. We have only reported results for subtask B - English, determining the polarity towards a topic on a two point scale (positive or negative sentiment). Our main contribution is the integration of user information in the classification process. A SVM model is trained with Word2Vec vectors from user{'}s tweets extracted from his timeline. The obtained results show that user-specific classifiers trained on tweets from user timeline can introduce noise as they are error prone because they are classified by an imperfect system. This encourages us to explore further integration of user information for author-based Sentiment Analysis.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationCollaborative FilteringGeneral ClassificationSentiment AnalysisWord EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SINAI-DL at SemEval-2019 Task 7: Data Augmentation and Temporal Expressions
This paper describes the participation of the SINAI-DL team at RumourEval (Task 7 in SemEval 2019, subtask A: SDQC). SDQC addresses the challenge of rumour stance classification as an indirect way of identifying potentia…
Data AugmentationGeneral ClassificationRumour DetectionStance Classification+1SINAI at SemEval-2019 Task 6: Incorporating lexicon knowledge into SVM learning to identify and categorize offensive language in social media
Offensive language has an impact across society. The use of social media has aggravated this issue among online users, causing suicides in the worst cases. For this reason, it is important to develop systems capable of i…
General ClassificationSINAI at SemEval-2019 Task 3: Using affective features for emotion classification in textual conversations
Detecting emotions in textual conversation is a challenging problem in absence of nonverbal cues typically associated with emotion, like fa- cial expression or voice modulations. How- ever, more and more users are using …
Emotion ClassificationGeneral ClassificationSINAI at SemEval-2018 Task 1: Emotion Recognition in Tweets
Emotion classification is a new task that combines several disciplines including Artificial Intelligence and Psychology, although Natural Language Processing is perhaps the most challenging area. In this paper, we descri…
Emotion ClassificationEmotion RecognitionGeneral ClassificationSINAI-DL at SemEval-2019 Task 5: Recurrent networks and data augmentation by paraphrasing
This paper describes the participation of the SINAI-DL team at Task 5 in SemEval 2019, called HatEval. We have applied some classic neural network layers, like word embeddings and LSTM, to build a neural classifier for b…
Data AugmentationWord Embeddings