/sigmoid-datathon

Primary LanguageJupyter Notebook

sigmoid-datathon

This repository contains our approaches on the Emotion Classification Task in the Sigmoid Data Science Hackathon

Contributors - Ramashish Gupta, Archit Mangrulkar, Parv Jain, Harsh Khandelwal, Gaurav Kumar

The focus of sentiment analysis is to derive information from human language for interpreting views and feelings to assign polarities like positive, negative, or neutral. However, emotion detection aims at finding out more specific sentiment tones such as happiness, sadness, depression, anxiety, etc. Emotion detection can be applied to different types of unstructured data with text being one of such types of data.

model files here => link

#Task Predict emotions from posts, reviews, blogs, or tweets that focus on a product/ service experience. Each query of the test data can have one or all of the emotions tagged to it.

#Dataset description The dataset contains the following files: train.csv: 7724x14 test.csv: 400x2 sample_submission.csv: 10x14

The columns provided in the dataset are as follows- image

We achieved an F1-score of 0.5945 using an ensemble of Roberta models for anger, neutral and other classes