File size: 5,693 Bytes
2fcf121
7f3fb6c
2fcf121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f3fb6c
 
 
 
 
29ac49f
 
 
 
 
 
 
 
 
67b6614
 
 
 
 
 
 
 
2fcf121
 
 
 
 
 
9b82032
 
 
2fcf121
 
 
 
 
9b82032
2fcf121
 
 
 
 
 
 
 
 
 
 
 
 
9b82032
2fcf121
 
 
 
 
9b82032
2fcf121
 
 
9b82032
2fcf121
 
 
 
 
 
 
 
 
9b82032
2fcf121
 
 
9b82032
2fcf121
 
 
 
 
9b82032
2fcf121
 
 
9b82032
2fcf121
 
 
 
 
 
 
 
 
9b82032
2fcf121
 
 
 
 
 
 
 
 
 
 
9b82032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145

# Dataset Card for ChaLL

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**

### Dataset Summary

The dataset comprises audio recordings featuring spontaneous speech from young Swiss learners of English, specifically from students in grades 4 to 6. The audio data was collected during engaging language activities designed to elicit natural speech patterns and includes corresponding verbatim transcripts where learners' errors are annotated. The learners participated in a variety of tasks such as role plays, guessing games, and mock interviews, providing a rich source of authentic conversational data.

The transcripts were prepared by a professional transcription service, and each recording was associated with detailed metadata, including school grade, recording conditions, and error annotations.

Access to the dataset is regulated to ensure the confidentiality and ethical use of the sensitive data.
To use the ChaLL dataset, you need to download it manually. Follow the instructions provided (**yet to be detailed**) for downloading the data. Once you have downloaded the files, please extract all files into a single folder. 

Examples in this dataset are generated using the `soundfile` library (for reading and chunking). To handle the audio data correctly, you need to install the soundfile library.

```shell
pip install soundfile
```

You can then load the dataset into your environment using the following command:

```python
from datasets import load_dataset
dataset = load_dataset('chall', data_dir='path/to/folder/folder_name')
```

Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.

### Supported Tasks and Leaderboards

[More Information Needed]

### Languages

The primary language represented in this dataset is English, specifically as spoken by Swiss children who are learners of the language.
This includes a variety of accents and dialectal influences from the German-speaking regions of Switzerland.


## Dataset Structure

### Data Instances

A typical data instance in this dataset include an audio file, its full transcription, error annotations, and associated metadata such as the speaker's grade level and recording conditions.

### Data Fields

[More Information Needed]

### Data Splits

[More Information Needed]

## Dataset Creation

### Curation Rationale

The dataset was curated to address the lack of resources for developing ASR systems that can handle the unique characteristics of children's speech, especially non-native English speakers, and to facilitate the development of educational tools that provide corrective feedback on language learning.

### Source Data

#### Initial Data Collection and Normalization

Audio recordings were collected in controlled environments mimicking naturalistic settings to elicit genuine conversational speech from children. The recordings were then annotated professionally to include detailed error tags.

#### Who are the source language producers?

The language producers are Swiss children from grades 4 to 6, engaged in language learning activities designed to elicit natural speech.

### Annotations

#### Annotation process

[More Information Needed]

#### Who are the annotators?

Transcriptions and error annotations were performed by a professional service, following strict guidelines to ensure accuracy and consistency in error marking.

### Personal and Sensitive Information

The dataset contains audio recordings of children, and all personal identifiers have been removed to protect privacy. Access to the data is restricted and requires approval to ensure ethical use.

## Considerations for Using the Data

### Social Impact of Dataset

The dataset supports the development of educational tools that could enhance language learning for children, providing an important resource for educational technology.

### Discussion of Biases

Given the specific demographic (Swiss German-speaking schoolchildren), the dataset may not generalize well to other forms of English or to speakers from different linguistic or cultural backgrounds.

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators

The dataset was curated by researchers at PHZH, UZH and Zhaw, with collaboration from local schools in Switzerland.

### Licensing Information

[More Information Needed]

### Citation Information

[More Information Needed]

### Contributions

Thanks to [@mict-zhaw](https://github.com/<github-username>) for adding this dataset.