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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -8
README.md CHANGED
@@ -104,6 +104,7 @@ This dataset is part of a growing research programme on Roman Urdu affective com
104
 
105
  ## 3. Dataset Statistics
106
 
 
107
  ### 3.1 Size and Format
108
 
109
  | Property | Value |
@@ -130,6 +131,56 @@ This dataset is part of a growing research programme on Roman Urdu affective com
130
 
131
  > The dataset was constructed with approximate class balance to ensure unbiased classifier training.
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  ### 3.3 IAA Validation Subset
134
 
135
  A stratified random sample of **700 instances** (100 per class) was independently re-annotated by all four annotators for the IAA study. Results are reported in Section 4.
@@ -339,7 +390,7 @@ print(result)
339
  | roman-urdu-emotion-xlmr-v2 | Emotion classifier v2 (current best) | [HuggingFace](https://huggingface.co/Khubaib01/roman-urdu-emotion-xlmr-v2) |
340
  | Paper | In-progess | in-progress |
341
  | Harvard Dataverse | Archival deposit | under-review |
342
- | RomanUrdu-NLP-Emotion-Corpus-134K | 134K model-labeled emotion corpus | *Forthcoming* |
343
 
344
  ---
345
 
@@ -492,13 +543,15 @@ Yes. Versioned releases on both HuggingFace and Harvard Dataverse.
492
  If you use this dataset in your research, please cite:
493
 
494
  ```bibtex
495
- @misc{muhammad_khubaib_ahmad_2026,
496
- author = { Muhammad Khubaib Ahmad and Khadija Faisal },
497
- title = { RUEmoCorp (Revision 13f5266) },
498
- year = 2026,
499
- url = { https://huggingface.co/datasets/Khubaib01/RUEmoCorp },
500
- doi = { 10.57967/hf/8711 },
501
- publisher = { Hugging Face }
 
 
502
  }
503
  ```
504
 
 
104
 
105
  ## 3. Dataset Statistics
106
 
107
+ ## RUEmoCorp (28k) training
108
  ### 3.1 Size and Format
109
 
110
  | Property | Value |
 
131
 
132
  > The dataset was constructed with approximate class balance to ensure unbiased classifier training.
133
 
134
+ ## Dataset Statistics — `RUEmoCorp-silver`
135
+
136
+ > RUEmoCorp is annotated by the Khubaib01/roman-urdu-emotion-xlmr-v2
137
+ ### Overview
138
+
139
+ | Property | Value |
140
+ |----------|-------|
141
+ | Total utterances | 134,053 |
142
+ | Annotation method | Automated — `roman-urdu-emotion-xlmr-v2` |
143
+ | Confidence threshold | ≥ 0.75 (softmax probability) |
144
+ | Mean confidence | 0.8039 |
145
+ | Median confidence | 0.8733 |
146
+ | Mean prediction entropy | 0.7623 |
147
+ | Low-confidence rows (< 0.75) | 10,109 (7.54%) |
148
+ | Fallback / unresolved rows | 0 (0.00%) |
149
+
150
+ The high median confidence (0.8733) indicates that the majority of retained predictions are well above the retention threshold, with low-confidence rows constituting only 7.54% of the corpus. Zero fallback rows confirm complete model coverage across all retained utterances.
151
+
152
+ ---
153
+
154
+ ### Class Distribution (with 95% Wilson Confidence Intervals)
155
+
156
+ | Emotion | Count | % | CI Lower | CI Upper |
157
+ |---------|------:|--:|:--------:|:--------:|
158
+ | joy | 28,389 | 21.18% | 0.2096 | 0.2140 |
159
+ | none | 28,167 | 21.01% | 0.2079 | 0.2123 |
160
+ | disgust | 25,959 | 19.36% | 0.1915 | 0.1958 |
161
+ | sadness | 22,570 | 16.84% | 0.1664 | 0.1704 |
162
+ | anger | 18,275 | 13.63% | 0.1345 | 0.1382 |
163
+ | fear | 6,613 | 4.93% | 0.0482 | 0.0505 |
164
+ | surprise | 4,080 | 3.04% | 0.0295 | 0.0314 |
165
+
166
+ > ⚠️ The distribution is **naturally imbalanced**, reflecting the organic frequency of emotional expression in scraped social media and WhatsApp data. `joy` and `none` together account for ~42% of the corpus. `fear` and `surprise` are the least frequent classes (combined ~8%). Users should apply class reweighting or stratified sampling before using this corpus as a primary training source.
167
+
168
+ ---
169
+
170
+ ### Per-Class Confidence Statistics
171
+
172
+ | Emotion | Mean Conf. | Std | Median Conf. | Min | Max |
173
+ |---------|:----------:|:---:|:------------:|:---:|:---:|
174
+ | anger | 0.8175 | 0.1292 | 0.8778 | 0.2291 | 0.9105 |
175
+ | disgust | 0.7819 | 0.1499 | 0.8630 | 0.1875 | 0.9142 |
176
+ | fear | 0.7545 | 0.1842 | 0.8484 | 0.1900 | 0.9320 |
177
+ | joy | 0.8476 | 0.1244 | 0.9037 | 0.2336 | 0.9290 |
178
+ | none | 0.8155 | 0.1361 | 0.8804 | 0.2207 | 0.9193 |
179
+ | sadness | 0.7696 | 0.1510 | 0.8488 | 0.2147 | 0.9068 |
180
+ | surprise | 0.7699 | 0.1755 | 0.8637 | 0.2195 | 0.9294 |
181
+
182
+ `joy` and `anger` record the highest mean confidence (0.8476 and 0.8175 respectively), consistent with their strong per-class F1 scores on the human-annotated gold set. `fear` and `surprise` record the lowest mean confidence and highest standard deviation, reflecting their lower corpus frequency and greater lexical ambiguity in informal Roman Urdu — also the classes with the widest Wilson CI bounds in the distribution table above. All per-class median confidence values exceed 0.84, indicating that the central tendency of predictions is substantially above the 0.75 retention threshold across all seven categories.
183
+
184
  ### 3.3 IAA Validation Subset
185
 
186
  A stratified random sample of **700 instances** (100 per class) was independently re-annotated by all four annotators for the IAA study. Results are reported in Section 4.
 
390
  | roman-urdu-emotion-xlmr-v2 | Emotion classifier v2 (current best) | [HuggingFace](https://huggingface.co/Khubaib01/roman-urdu-emotion-xlmr-v2) |
391
  | Paper | In-progess | in-progress |
392
  | Harvard Dataverse | Archival deposit | under-review |
393
+ | RomanUrdu-NLP-Emotion-Corpus-134K | 134K model-labeled emotion corpus | [HuggingFace](https://huggingface.co/Khubaib01/RUEmoCorp) |
394
 
395
  ---
396
 
 
543
  If you use this dataset in your research, please cite:
544
 
545
  ```bibtex
546
+ @data{DVN/BPWHOZ_2026,
547
+ author = {Ahmad, Muhammad Khubaib Ahmad and Khadija Faisal},
548
+ publisher = {Harvard Dataverse},
549
+ title = {{RUEmoCorp}},
550
+ UNF = {UNF:6:h03jo4SJGEAKuZCik1R/Bw==},
551
+ year = {2026},
552
+ version = {V1},
553
+ doi = {10.7910/DVN/BPWHOZ},
554
+ url = {https://doi.org/10.7910/DVN/BPWHOZ}
555
  }
556
  ```
557