sendfuze commited on
Commit
650d8a4
·
verified ·
1 Parent(s): 42989cd

Upload docs/data_dictionary.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. docs/data_dictionary.md +12 -2
docs/data_dictionary.md CHANGED
@@ -10,11 +10,21 @@ Column-level schemas for every CSV in `data/` and `samples/`.
10
  | `name` | text | Speaker name (public figure). | celebrity name |
11
  | `group` | int | Sociophonetic group code. | 1-5 (see below) |
12
  | `gender` | int | Speaker gender. | 1=male, 2=female |
13
- | `age` | int | Speaker age bracket. | 1=younger, 2=older |
14
 
15
  ### Sociophonetic group mapping
16
 
17
- The 5 sociophonetic groups partition the 100 speakers into 20 speakers each. The integer-to-group mapping is documented by the dataset authors. The benchmark protocol uses `group` only as a stratification variable for fairness analyses; downstream users reproducing fairness analyses can rely on the integer codes directly.
 
 
 
 
 
 
 
 
 
 
18
 
19
  ## `stimuli.csv` (9,800 rows)
20
 
 
10
  | `name` | text | Speaker name (public figure). | celebrity name |
11
  | `group` | int | Sociophonetic group code. | 1-5 (see below) |
12
  | `gender` | int | Speaker gender. | 1=male, 2=female |
13
+ | `age` | int | Speaker age bracket. | 1=under 45, 2=55 or older |
14
 
15
  ### Sociophonetic group mapping
16
 
17
+ The 5 sociophonetic groups partition the 100 speakers into 20 speakers each:
18
+
19
+ | Code | Group |
20
+ |---|---|
21
+ | 1 | New York City English |
22
+ | 2 | Southern American English |
23
+ | 3 | African American English |
24
+ | 4 | Latino English |
25
+ | 5 | Asian American English |
26
+
27
+ The benchmark protocol uses `group` as a stratification variable for cross-validation folds (gender-balanced, speaker-level) and for fairness analyses.
28
 
29
  ## `stimuli.csv` (9,800 rows)
30