Baselight

Emotion Dataset

Emotion dataset for NLP tutorial

@kaggle.abdallahwagih_emotion_dataset

Loading...
Loading...

About this Dataset

Emotion Dataset

Overview:
This Emotion Classification dataset is designed to facilitate research and experimentation in the field of natural language processing and emotion analysis. It contains a diverse collection of text samples, each labeled with the corresponding emotion it conveys. Emotions can range from happiness and excitement to anger, sadness, and more.

Content:
Format: CSV
Labels: ['anger', 'joy', 'fear']

Use Cases:
Sentiment analysis
Emotion classification
Emotion-aware applications
Customer feedback analysis
Social media sentiment monitoring
Chatbot and virtual assistant training

Tables

Emotion Classify Data

@kaggle.abdallahwagih_emotion_dataset.emotion_classify_data
  • 367.68 KB
  • 5937 rows
  • 2 columns
Loading...

CREATE TABLE emotion_classify_data (
  "comment" VARCHAR,
  "emotion" VARCHAR
);

Share link

Anyone who has the link will be able to view this.