brendayy commited on
Commit
2a42d17
·
verified ·
1 Parent(s): 6402573

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +213 -3
README.md CHANGED
@@ -1,3 +1,213 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - es
6
+ - sm
7
+ - ypk
8
+ ---
9
+
10
+ # Dataset Card for Dataset Name
11
+
12
+ **Status: Design-stage dataset card (pre-annotation, pre-evaluation)**
13
+
14
+ Dataset Card for AAPB Low-Resource Language Identification Dataset (v0)
15
+
16
+ This dataset contains archival broadcast audio from the American Archive of Public Broadcasting (AAPB),
17
+ curated for evaluating language identification (LID) systems on low-resource languages in realistic
18
+ archival conditions. The initial focus is on Samoan, Yupik, and Spanish.
19
+
20
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
21
+
22
+ ## Dataset Details
23
+
24
+ ### Dataset Description
25
+
26
+ The AAPB Low-Resource Language Identification Dataset is a collection of real-world broadcast audio
27
+ drawn from the American Archive of Public Broadcasting (AAPB). The dataset is designed to support
28
+ evaluation of existing off-the-shelf language identification models on low-resource languages under
29
+ challenging archival conditions, including code-switching, non-speech segments, and variable audio
30
+ quality.
31
+
32
+ This dataset card represents a design-stage (v0) description. Annotation and evaluation are ongoing,
33
+ and quantitative results will be added iteratively in future versions.
34
+
35
+
36
+ - **Curated by:** Brandeis University, in collaboration with GBH and the CLAMS project
37
+ - **Funded by [optional]:** [More Information Needed]
38
+ - **Shared by [optional]:** [More Information Needed]
39
+ - **Language(s) (NLP):** [More Information Needed]
40
+ - **License:** [More Information Needed]
41
+
42
+ ### Dataset Sources [optional]
43
+
44
+ <!-- Provide the basic links for the dataset. -->
45
+
46
+ - **Repository:** [TBD – internal CLAMS / Brandeis repositories]
47
+ - **Paper [optional]:** [More Information Needed]
48
+ - **Demo [optional]:** [More Information Needed]
49
+
50
+ ## Uses
51
+
52
+ <!-- Address questions around how the dataset is intended to be used. -->
53
+
54
+ ### Direct Use
55
+
56
+ <!-- This section describes suitable use cases for the dataset. -->
57
+ This dataset is intended for:
58
+ - Evaluation of existing language identification (LID) models on selected low-resource languages
59
+ - Analysis of LID model behavior on archival broadcast audio
60
+ - Studying the effects of code-switching, non-speech segments, and acoustic variability on LID output
61
+ - Integration with the CLAMS evaluation framework for reproducible benchmarkin
62
+
63
+ [More Information Needed]
64
+
65
+ ### Out-of-Scope Use
66
+
67
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
68
+ This dataset is not intended for:
69
+ - Training new language identification models
70
+ - Speaker identification or speaker profiling --?
71
+ - Commercial deployment or monetization
72
+ - Applications requiring fine-grained speaker attribution or demographic inference --?
73
+
74
+ [More Information Needed]
75
+
76
+ ## Dataset Structure
77
+
78
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
79
+ The dataset consists of audio items corresponding to AAPB broadcast programs or program segments.
80
+ Each item may contain multiple speakers, multiple languages, and non-speech content such as music.
81
+
82
+ Annotations, where present, are stored in [?]format and represent
83
+ time-aligned language labels for speech segments.
84
+
85
+ At the current stage, the dataset is not split into train/validation/test partitions, as it is
86
+ primarily intended for evaluation rather than training.
87
+
88
+ [More Information Needed]
89
+
90
+ ## Dataset Creation
91
+
92
+ ### Curation Rationale
93
+
94
+ <!-- Motivation for the creation of this dataset. -->
95
+ This dataset was created to address the lack of benchmarks for language identification on low-resource
96
+ languages in realistic archival contexts. Many existing datasets focus on clean or synthetic speech,
97
+ which does not reflect the conditions encountered in broadcast archives.
98
+
99
+ By using authentic AAPB material, this dataset aims to surface practical failure modes and limitations
100
+ of current LID systems.
101
+
102
+
103
+ [More Information Needed]
104
+
105
+ ### Source Data
106
+
107
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
108
+
109
+ #### Data Collection and Processing
110
+
111
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
112
+ Audio data was selected from AAPB holdings based on:
113
+ - Likely presence of the target language(s)
114
+ - Sufficient duration for language identification analysis
115
+ - Representation of real broadcast conditions
116
+ - (Minimal normalization is applied in order to preserve the acoustic characteristics of archival audio).
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source data producers?
121
+
122
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
123
+ The source data was produced by human speakers participating in broadcast programs, including hosts,
124
+ interviewees, and callers. Demographic or identity information about speakers is generally unknown and
125
+ is not inferred. The data was originally created for broadcast and archival purposes, not for machine learning.
126
+
127
+ [More Information Needed]
128
+
129
+ ### Annotations [optional]
130
+
131
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
132
+
133
+ #### Annotation process
134
+
135
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
136
+ Annotation focuses on identifying the language of speech segments relevant for LID evaluation.
137
+ Annotations are being introduced incrementally and may be refined based on pilot evaluation results.
138
+ Annotation guidelines are under development and may evolve as new error patterns are observed.
139
+ [More Information Needed]
140
+
141
+ #### Who are the annotators?
142
+
143
+ <!-- This section describes the people or systems who created the annotations. -->
144
+ Annotations are produced by human annotators fluent or native in the target languages, including
145
+ (summer) fellows recruited for Spanish, Samoan, and Yupik. Annotators are selected based on language
146
+ proficiency.
147
+
148
+ [More Information Needed]
149
+
150
+ #### Personal and Sensitive Information
151
+
152
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
153
+ The dataset consists of publicly archived broadcast material. No additional personal or sensitive
154
+ information is intentionally added during annotation. Speakers may be identifiable as part of the
155
+ original broadcast context, but no attempts are made to infer or augment personal attributes.
156
+
157
+ [More Information Needed]
158
+
159
+ ## Bias, Risks, and Limitations
160
+
161
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
162
+ This dataset has several known limitations:
163
+ - Small sample sizes for low-resource languages
164
+ - Language imbalance and frequent code-switching with English
165
+ - Presence of non-speech content such as music and background noise
166
+ - Variability in recording quality across archival programs
167
+ - Potential ambiguity at segment boundaries during annotation
168
+
169
+ These limitations should be considered when interpreting evaluation results.
170
+
171
+ [More Information Needed]
172
+
173
+ ### Recommendations
174
+
175
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
176
+
177
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
178
+
179
+ Users are encouraged to:
180
+ - Treat evaluation results as indicative rather than definitive
181
+ - Avoid overgeneralizing findings beyond archival broadcast contexts
182
+ - Report observed biases or failure modes in downstream analyses
183
+
184
+ ## Citation [optional]
185
+
186
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
187
+
188
+ **BibTeX:**
189
+
190
+ [More Information Needed]
191
+
192
+ **APA:**
193
+
194
+ [More Information Needed]
195
+
196
+ ## Glossary [optional]
197
+
198
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
199
+
200
+ [More Information Needed]
201
+
202
+ ## More Information [optional]
203
+
204
+ [More Information Needed]
205
+
206
+ ## Dataset Card Authors [optional]
207
+
208
+ [More Information Needed]
209
+
210
+ ## Dataset Card Contact
211
+ Yangyang Chen (Brandeis University), with contributions from GBH and CLAMS collaborators
212
+
213
+ [More Information Needed]