File size: 1,734 Bytes
389e1cc
 
 
54233b9
389e1cc
54233b9
389e1cc
54233b9
389e1cc
54233b9
 
 
 
 
 
 
fe735b1
54233b9
 
389e1cc
54233b9
c421030
54233b9
c421030
54233b9
c421030
54233b9
 
c421030
54233b9
c421030
54233b9
c421030
54233b9
c421030
54233b9
 
 
 
 
 
c421030
54233b9
c421030
54233b9
c421030
54233b9
 
 
 
 
c421030
54233b9
c421030
54233b9
c421030
54233b9
 
 
 
 
 
c421030
54233b9
c421030
54233b9
c421030
54233b9
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
license: cc-by-nc-4.0
---
# Synthetic Emotion Classification Dataset

## Dataset Overview

This dataset contains **13,970 synthetic text samples** labeled across **7 emotion classes**:

- Anger  
- Happiness  
- Sad  
- Surprise  
- Hate  
- Love  
- Fun  

The data was generated using **Mistral-7B**, producing diverse and realistic short-to-medium length emotional expressions.  
It is suitable for benchmarking NLP models such as **RNNs, BERT-based models, and LLMs** in multi-class emotion detection.

---

## Example

**Text:**

> John clenched his fists, his face turning red as he paced back and forth in the room.  
> His eyes flashed with frustration as he muttered under his breath about the latest setback at work.

**Emotion:** `Anger`

---

## Dataset Statistics

- **Total samples:** 13,970  
- **Columns:** `text`, `emotion`  
- **Emotion classes:** 7 (balanced)  
- **Generator model:** Mistral-7B  
- **Data type:** Fully synthetic  
- **File format:** CSV  

---

## Use Cases

- Train or fine-tune emotion classifiers (LSTM, GRU, DistilBERT, RoBERTa)
- Compare traditional ML models vs transformer-based models
- Evaluate LLMs in zero-shot or few-shot emotion classification
- Augment real-world datasets with balanced emotion samples
- Educational projects in NLP and sentiment analysis

---

## Notes

- This dataset is **fully synthetic** and contains **no personally identifiable information (PII)**.
- Labels were auto-generated using structured LLM prompting.
- Users should check for:
  - Duplicate samples
  - Prompt-induced stylistic bias
  - Generalization limits before production use

---

## Compatibility

- Hugging Face `datasets` library
- Kaggle notebooks
- PyTorch / TensorFlow NLP pipelines