jimregan commited on
Commit
e9ed3d4
1 Parent(s): b78b0bc

add README

Browse files
Files changed (1) hide show
  1. README.md +163 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ languages:
5
+ - pl
6
+ licenses:
7
+ - other
8
+ multilinguality:
9
+ - monolingual
10
+ size_categories:
11
+ - 10K<n<100K
12
+ source_datasets:
13
+ - original
14
+ task_categories:
15
+ - other
16
+ task_ids:
17
+ - other-other-automatic speech recognition
18
+ ---
19
+
20
+ # Dataset Card for ClarinPL Studio Speech Corpus
21
+
22
+ ## Table of Contents
23
+ - [Dataset Description](#dataset-description)
24
+ - [Dataset Summary](#dataset-summary)
25
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
26
+ - [Languages](#languages)
27
+ - [Dataset Structure](#dataset-structure)
28
+ - [Data Instances](#data-instances)
29
+ - [Data Fields](#data-instances)
30
+ - [Data Splits](#data-instances)
31
+ - [Dataset Creation](#dataset-creation)
32
+ - [Curation Rationale](#curation-rationale)
33
+ - [Source Data](#source-data)
34
+ - [Annotations](#annotations)
35
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
36
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
37
+ - [Social Impact of Dataset](#social-impact-of-dataset)
38
+ - [Discussion of Biases](#discussion-of-biases)
39
+ - [Other Known Limitations](#other-known-limitations)
40
+ - [Additional Information](#additional-information)
41
+ - [Dataset Curators](#dataset-curators)
42
+ - [Licensing Information](#licensing-information)
43
+ - [Citation Information](#citation-information)
44
+ - [Contributions](#contributions)
45
+
46
+ ## Dataset Description
47
+
48
+ - **Homepage:** [CLARIN-PL mowa](https://mowa.clarin-pl.eu/)
49
+ - **Repository:** [Kaldi Baseline](https://github.com/danijel3/ClarinStudioKaldi)
50
+ - **Paper:** [Polish Read Speech Corpus for Speech Tools and Services](https://arxiv.org/abs/1706.00245)
51
+ - **Leaderboard:** [Paperswithcode Leaderboard][Needs More Information]
52
+ - **Point of Contact:** [Danijel Koržinek](https://github.com/danijel3/)
53
+
54
+ ### Dataset Summary
55
+
56
+ The corpus consists of 317 speakers recorded in 554
57
+ sessions, where each session consists of 20 read sentences and 10 phonetically rich words. The size of
58
+ the audio portion of the corpus amounts to around 56 hours, with transcriptions containing 356674 words
59
+ from a vocabulary of size 46361.
60
+
61
+ ### Supported Tasks and Leaderboards
62
+
63
+ [Needs More Information]
64
+
65
+ ### Languages
66
+
67
+ The audio is in Polish.
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Data Instances
72
+
73
+ A typical data point comprises the path to the audio file, usually called `file` and its transcription, called `text`.
74
+ An example from the dataset is:
75
+ ```
76
+ {'file': '/root/.cache/huggingface/datasets/downloads/extracted/333ddc746f2df1e1d19b44986992d4cbe28710fde81d533a220e755ee6c5c519/audio/SES0001/rich001.wav',
77
+ 'id': 'SES0001_rich001',
78
+ 'speaker_id': 'SPK0001',
79
+ 'text': 'drożdże dżip gwożdżenie ozimina wędzarz rdzeń wędzonka ingerować kładzenie jutrzenka'}
80
+ ```
81
+
82
+ ### Data Fields
83
+
84
+ - file: A path to the downloaded audio file in .wav format.
85
+ - text: the transcription of the audio file.
86
+ - speaker_id: The ID of the speaker of the audio.
87
+
88
+ ### Data Splits
89
+
90
+ | | Train | Test | Valid |
91
+ | ----- | ----- | ---- | ----- |
92
+ | dataset | 11222 | 1362 | 1229 |
93
+
94
+
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ The purpose of this segment of the project was to develop specific tools that would allow for automatic and semi-automatic processing of large quantities of acoustic speech data. Another purpose of the corpus was to serve as a reference for studies in phonetics and pronunciation.
101
+
102
+ ### Source Data
103
+
104
+ #### Initial Data Collection and Normalization
105
+
106
+ The corpus was recorded in a studio environment using two microphones: a high-quality studio microphone and a typical consumer audio headset.
107
+
108
+ #### Who are the source language producers?
109
+
110
+ [Needs More Information]
111
+
112
+ ### Annotations
113
+
114
+ #### Annotation process
115
+
116
+ [Needs More Information]
117
+
118
+ #### Who are the annotators?
119
+
120
+ [Needs More Information]
121
+
122
+ ### Personal and Sensitive Information
123
+
124
+ [Needs More Information]
125
+
126
+ ## Considerations for Using the Data
127
+
128
+ ### Social Impact of Dataset
129
+
130
+ [More Information Needed]
131
+
132
+ ### Discussion of Biases
133
+
134
+ [More Information Needed]
135
+
136
+ ### Other Known Limitations
137
+
138
+ [Needs More Information]
139
+
140
+ ## Additional Information
141
+
142
+ ### Dataset Curators
143
+
144
+ [Needs More Information]
145
+
146
+ ### Licensing Information
147
+
148
+ [CLARIN PUB+BY+INF+NORED](https://mowa.clarin-pl.eu/korpusy/LICENSE)
149
+
150
+ ### Citation Information
151
+
152
+ ```
153
+ @article{korvzinek2017polish,
154
+ title={Polish read speech corpus for speech tools and services},
155
+ author={Kor{\v{z}}inek, Danijel and Marasek, Krzysztof and Brocki, {\L}ukasz and Wo{\l}k, Krzysztof},
156
+ journal={arXiv preprint arXiv:1706.00245},
157
+ year={2017}
158
+ }
159
+ ```
160
+
161
+ ### Contributions
162
+
163
+ [Needs More Information]