Khubaib01 commited on
Commit
e93454d
·
verified ·
1 Parent(s): 3e349b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -12
README.md CHANGED
@@ -1,18 +1,22 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - ur
 
5
  tags:
6
  - roman-urdu
7
- - emotion-recognition
8
- - sentiment-analysis
 
 
9
  - low-resource-nlp
10
  - affective-computing
11
- - social-media-nlp
12
- - urdu
13
- - nlp
14
- - text-classification
15
- pretty_name: Roman Urdu Emotion Corpus (RUEC-28K)
 
16
  size_categories:
17
  - 10K<n<100K
18
  task_categories:
@@ -21,12 +25,22 @@ task_ids:
21
  - multi-class-classification
22
  annotations_creators:
23
  - expert-generated
 
24
  language_creators:
25
  - found
26
  multilinguality:
27
  - monolingual
28
  source_datasets:
29
  - Khubaib01/RomanUrdu-NLP-Sentiment-Corpus
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  # Roman Urdu Emotion Corpus (RUEC-28K)
@@ -61,14 +75,15 @@ source_datasets:
61
 
62
  ---
63
 
64
- ## 1. Dataset Overview
65
 
66
- **RUEC-28K** (Roman Urdu Emotion Corpus) is a manually curated, expert-annotated dataset of **28,000 Roman Urdu social media texts** labeled across **7 emotion categories**: *Anger, Disgust, Fear, Happy, Neutral, Sad,* and *Surprise*. It is the training corpus behind [`roman-urdu-emotion-xlmr-v2`](https://huggingface.co/Khubaib01/roman-urdu-emotion-xlmr-v2), the highest-performing open-source Roman Urdu emotion classifier currently available.
67
 
68
- The dataset was derived from the parent [RomanUrdu-NLP-Sentiment-Corpus (134K)](https://huggingface.co/datasets/Khubaib01/RomanUrdu-NLP-Sentiment-Corpus) and underwent a rigorous multi-phase blind annotation process by a four-person expert team. An Inter-Annotator Agreement (IAA) study on a 700-sample stratified subset yields **Fleiss' κ = 0.659** and **Mean Pairwise Cohen's κ = 0.660**, indicating *substantial agreement* — a strong benchmark for a 7-class affective label task in a low-resource, orthographically irregular language.
69
 
70
- **This dataset fills a documented gap**: prior to this release, no large-scale, openly accessible, IAA-validated emotion dataset existed for Roman Urdu, despite Roman Urdu being the dominant digital writing mode for over 230 million Urdu speakers.
71
 
 
72
  ---
73
 
74
  ## 2. Background and Motivation
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - ur
5
+ - en
6
  tags:
7
  - roman-urdu
8
+ - emotion-classification
9
+ - text-classification
10
+ - ekman
11
+ - nlp
12
  - low-resource-nlp
13
  - affective-computing
14
+ - social-media
15
+ - urdu-nlp
16
+ - mental-health
17
+ - whatsapp
18
+ - inter-annotator-agreement
19
+ pretty_name: RUEmoCorp — Roman Urdu Emotion Corpus
20
  size_categories:
21
  - 10K<n<100K
22
  task_categories:
 
25
  - multi-class-classification
26
  annotations_creators:
27
  - expert-generated
28
+ - machine-generated
29
  language_creators:
30
  - found
31
  multilinguality:
32
  - monolingual
33
  source_datasets:
34
  - Khubaib01/RomanUrdu-NLP-Sentiment-Corpus
35
+ configs:
36
+ - config_name: ruemocorp-annotated
37
+ data_files:
38
+ - split: train
39
+ path: RUEmoCorpus.csv
40
+ - config_name: ruemocorp-silver
41
+ data_files:
42
+ - split: train
43
+ path: RUEmoCorp_134k_labeled/RUEmoCorp_134k_labeled.csv
44
  ---
45
 
46
  # Roman Urdu Emotion Corpus (RUEC-28K)
 
75
 
76
  ---
77
 
78
+ ## Dataset Overview
79
 
80
+ **RUEmoCorp** (Roman Urdu Emotion Corpus) is a large-scale, manually curated, expert-annotated dataset of Roman Urdu social media and conversational texts labeled across **7 emotion categories**: *joy, anger, sadness, fear, disgust, surprise,* and *none*. It is the training corpus behind [`roman-urdu-emotion-xlmr-v2`](https://huggingface.co/Khubaib01/roman-urdu-emotion-xlmr-v2) the highest-accuracy open-source emotion classifier for Roman Urdu, achieving **Macro F1 = 0.9896**.
81
 
82
+ Data was collected from Pakistani social media platforms and WhatsApp conversations and underwent a rigorous multi-phase annotation process by four expert annotators recruited from three independent Pakistani universities. An inter-annotator agreement (IAA) study on a 700-sample benchmark yields **Fleiss' κ = 0.6588** and **Mean Pairwise Cohen's κ = 0.6597**, indicating *substantial agreement* (Landis & Koch, 1977) — a strong result for a 7-class affective labeling task in a low-resource, orthographically irregular language.
83
 
84
+ The emotion taxonomy adopts Ekman's six universal basic emotions augmented with a *none* class for emotionally neutral utterances a deliberate design choice absent from prior Roman Urdu emotion work, which has used only four or six categories. Omitting a neutral class forces classifiers to assign emotional labels to neutral text, inflating false positive rates in deployed systems.
85
 
86
+ **This dataset fills a documented gap**: prior to this release, no large-scale, openly accessible, IAA-validated emotion corpus existed for Roman Urdu, despite Roman Urdu being the dominant digital writing mode for over 230 million Urdu speakers worldwide. RUEmoCorp is permanently archived on Harvard Dataverse (doi:[10.7910/DVN/BPWHOZ](https://doi.org/10.7910/DVN/BPWHOZ)) and released under CC BY 4.0.
87
  ---
88
 
89
  ## 2. Background and Motivation