yfish commited on
Commit
44a57fc
·
verified ·
1 Parent(s): ea1aed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -41,4 +41,16 @@ size_categories:
41
 
42
  # WESR-Bench
43
 
44
- WESR-Bench is an expert-annotated natural speech dataset with word-level vocal events, featuring both discrete events (standalone, denoted as \[tag\]) and continuous events (mixed with speech, denoted as \<tag\>...\</tag\>).
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  # WESR-Bench
43
 
44
+ WESR-Bench is an expert-annotated natural speech dataset with word-level non-verbal vocal events, featuring both discrete events (standalone, denoted as \[tag\]) and continuous events (mixed with speech, denoted as \<tag\>...\</tag\>).
45
+
46
+ ## Supported Tags
47
+
48
+ **Discrete events (15):**
49
+ - `inhale`, `cough`, `laughs`, `laughing`, `crowd_laughter`, `chuckle`, `shout`, `sobbing`, `cry`, `giggle`,`exhale`, `sigh`, `clear_throat`, `roar`, `scream`, `breathing`
50
+
51
+ **Continuous events (6):**
52
+ - `crying`, `laughing`, `panting`, `shouting`, `singing`, `whispering`
53
+
54
+ ## Evaluation
55
+
56
+ See code and guidelines for evaluation in [Github](https://github.com/Cr-Fish/WESR).