Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
English
DOI:
License:
stcoats commited on
Commit
ea7a000
·
verified ·
1 Parent(s): 75910c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md CHANGED
@@ -46,4 +46,143 @@ configs:
46
  data_files:
47
  - split: train
48
  path: data/train-*
 
 
 
49
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  data_files:
47
  - split: train
48
  path: data/train-*
49
+ license: cc
50
+ language:
51
+ - en
52
  ---
53
+
54
+ # MD_NLP
55
+
56
+ ## Dataset Description
57
+
58
+ **MD_NLP** is a discourse-annotated, word-aligned, and georeferenced corpus derived from the narrative portion of the Mitchell–Delbridge recordings, a large mid-20th-century archive of Australian English. The corpus was constructed from archival WAV recordings using an automated pipeline combining WhisperX-based ASR, neural speaker diarization, LLM-assisted discourse-role correction, and Montreal Forced Aligner boundary refinement.
59
+
60
+ The released dataset consists of short, role-consistent narrative segments with transcripts, word-level timestamps, linked audio, and selected sociodemographic metadata.
61
+
62
+ - **Curated by:** Steven Coats
63
+ - **Institution:** University of Oulu
64
+ - **Language(s):** English (Australian English)
65
+ - **License:** [add license]
66
+ - **Related paper:** *MD_NLP: Reconstructing an Australian English Heritage Dialect Corpus from the Mitchell–Delbridge Recordings through LLM-Assisted Speaker Attribution*
67
+
68
+ ## Dataset Summary
69
+
70
+ The source archive comprises recordings of 7,735 Australian secondary school pupils from 327 locations across Australia, recorded in 1959–1960. MD_NLP includes the spontaneous narrative component of these recordings rather than the read word-list and sentence materials more commonly used in previous research.
71
+
72
+ The dataset is intended for research on:
73
+
74
+ - Australian English variation
75
+ - dialectology and sociolinguistics
76
+ - discourse structure and turn-taking
77
+ - corpus phonetics
78
+ - ASR, diarization, and alignment on legacy speech recordings
79
+
80
+ ## Dataset Structure
81
+
82
+ Each row corresponds to a short, role-consistent segment.
83
+
84
+ ### Fields
85
+
86
+ - **interview_id**: numeric interview identifier
87
+ - **segment_id**: unique segment identifier
88
+ - **role**: discourse role label (`Student` or `Teacher`)
89
+ - **start**: segment start time in seconds
90
+ - **end**: segment end time in seconds
91
+ - **transcript**: transcript text for the segment
92
+ - **word_tokens**: list of word-level tokens with start and end times
93
+ - **audio**: path/reference to the corresponding audio segment
94
+ - **student_sex**: recorded sex metadata for the student
95
+ - **state**: Australian state or territory
96
+ - **town_city**: locality
97
+ - **recording_year**: recording year
98
+ - **institution**: school/institution name
99
+
100
+ ### Split
101
+
102
+ The current release contains one split:
103
+
104
+ - **train**: 257,357 segments
105
+
106
+ ## Corpus Size
107
+
108
+ - **Recording length:** 214.14 hours
109
+ - **Speech duration:** 137.95 hours
110
+ - **Turns:** 71,929
111
+ - **Word count:** 1,791,856
112
+
113
+ Role-based totals:
114
+
115
+ | Metric | Student | Teacher | Total |
116
+ |---|---:|---:|---:|
117
+ | Speech duration (h) | 92.71 | 45.24 | 137.95 |
118
+ | Turns | 46,026 | 25,903 | 71,929 |
119
+ | Word count | 1,155,994 | 635,862 | 1,791,856 |
120
+
121
+ ## Source Data
122
+
123
+ Mitchell, Alexander George and Arthur Delbridge. (1998). The speech of Australian adolescents:
124
+ Research data and recordings collected by AG
125
+ Mitchell and Arthur Delbridge in 1959 and 1960.
126
+ The University of Sydney. https://doi.org/10.25910/jkwy-wk76
127
+
128
+ The dataset is derived from the Mitchell–Delbridge recordings, made by schoolteacher volunteers in 1959 and 1960 in 327 locations across all Australian states and territories. The original archive contains read materials and a short narrative component. MD_NLP includes only the narrative recordings.
129
+
130
+ The narratives typically involve brief teacher–student interaction, though some recordings are more monologic. Recording conditions vary substantially across sites.
131
+
132
+ ## Processing
133
+
134
+ The corpus was created using the following pipeline:
135
+
136
+ 1. **WhisperX** for automatic speech recognition and initial word alignment
137
+ 2. **Pyannote** for speaker diarization
138
+ 3. **LLM-assisted discourse-role correction** (Gemini 2.5-flash) to distinguish `Teacher` and `Student`
139
+ 4. **Montreal Forced Aligner (MFA)** for boundary refinement
140
+ 5. Reconstruction into short, role-consistent segments with word-level timing
141
+
142
+ The released transcripts preserve the original WhisperX tokenization while using refined timestamps where alignment succeeded.
143
+
144
+ ## Evaluation
145
+
146
+ Speaker-role attribution was evaluated on 10 manually checked narratives (approximately 30 minutes of speech; 185 turns).
147
+
148
+ | System | Accuracy |
149
+ |---|---:|
150
+ | Baseline (WhisperX + Pyannote) | 62.70% |
151
+ | Full pipeline (LLM-assisted) | 95.68% |
152
+
153
+ These results indicate that the LLM-assisted role-correction step substantially improves turn-level speaker attribution in interview-style archival recordings.
154
+
155
+ ## Intended Use
156
+
157
+ MD_NLP is intended for research use, especially for:
158
+
159
+ - regional and social variation in Australian English
160
+ - discourse and interactional structure
161
+ - corpus phonetics and time-aligned speech analysis
162
+ - geographically explicit dialect research
163
+ - evaluation of ASR, diarization, and alignment methods on legacy speech
164
+
165
+ ## Limitations
166
+
167
+ - The corpus is derived from archival recordings with variable audio quality.
168
+ - Some interviewer speech is faint, partially absent, or missing.
169
+ - Transcripts are automatically generated and corrected, not manually transcribed throughout.
170
+ - Some alignment boundaries may remain imperfect despite MFA refinement.
171
+ - Metadata reflect archival source records and may contain inconsistencies or omissions.
172
+
173
+ ## Sensitive Information
174
+
175
+ The dataset contains speech-derived transcripts and linked metadata fields such as sex, institution, state, town/city, and recording year. These are historical archival data. Users should handle the dataset in accordance with the license and any archive-specific restrictions.
176
+
177
+ ## Citation
178
+
179
+ If you use this dataset, please cite the associated paper.
180
+
181
+ **BibTeX**
182
+ ```bibtex
183
+ @inproceedings{coats2026mdnlp,
184
+ title={MD\_NLP: Reconstructing an Australian English Heritage Dialect Corpus from the Mitchell--Delbridge Recordings through LLM-Assisted Speaker Attribution},
185
+ author={Coats, Steven},
186
+ booktitle={Proceedings of LREC 2026},
187
+ year={2026}
188
+ }