Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
tahirjm commited on
Commit
0e47872
Β·
verified Β·
1 Parent(s): a06b246

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -3
README.md CHANGED
@@ -1,3 +1,108 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # Dataset Card for Kathbath
6
+
7
+ ## Table of Contents
8
+ - [Table of Contents](#table-of-contents)
9
+ - [Dataset Description](#dataset-description)
10
+ - [Dataset Summary](#dataset-summary)
11
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Data Splits](#data-splits)
17
+ - [Dataset Creation](#dataset-creation)
18
+ - [Curation Rationale](#curation-rationale)
19
+ - [Source Data](#source-data)
20
+ - [Annotations](#annotations)
21
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
22
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
23
+ - [Social Impact of Dataset](#social-impact-of-dataset)
24
+ - [Discussion of Biases](#discussion-of-biases)
25
+ - [Other Known Limitations](#other-known-limitations)
26
+ - [Additional Information](#additional-information)
27
+ - [Dataset Curators](#dataset-curators)
28
+ - [Licensing Information](#licensing-information)
29
+ - [Citation Information](#citation-information)
30
+ - [Contributions](#contributions)
31
+
32
+ ## Dataset Description
33
+
34
+ - **Homepage:https://ai4bharat.org/indic-superb**
35
+ - **Repository:https://github.com/AI4Bharat/IndicSUPERB**
36
+ - **Paper:https://arxiv.org/pdf/2208.11761.pdf**
37
+ - **Point of Contact:[email protected]**
38
+
39
+ ### Dataset Summary
40
+
41
+ Kathbath is an human-labeled ASR dataset containing 1,684 hours of labelled speech data across 12 Indian languages from 1,218 contributors located in 203 districts in India
42
+
43
+ ### Languages
44
+
45
+ - Bengali
46
+ - Gujarati
47
+ - Kannada
48
+ - Hindi
49
+ - Malayalam
50
+ - Marathi
51
+ - Odia
52
+ - Punjabi
53
+ - Sanskrit
54
+ - Tamil
55
+ - Telugu
56
+ - Urdu
57
+
58
+ ## Dataset Structure
59
+
60
+ ```
61
+ Audio Data
62
+ data
63
+ β”œβ”€β”€ bengali
64
+ β”‚ β”œβ”€β”€ <split_name>
65
+ β”‚ β”‚ β”œβ”€β”€ 844424931537866-594-f.m4a
66
+ β”‚ β”‚ β”œβ”€β”€ 844424931029859-973-f.m4a
67
+ β”‚ β”‚ β”œβ”€β”€ ...
68
+ β”œβ”€β”€ gujarati
69
+ β”œβ”€β”€ ...
70
+
71
+
72
+ Transcripts
73
+ data
74
+ β”œβ”€β”€ bengali
75
+ β”‚ β”œβ”€β”€ <split_name>
76
+ β”‚ β”‚ β”œβ”€β”€ transcription_n2w.txt
77
+ β”œβ”€β”€ gujarati
78
+ β”œβ”€β”€ ...
79
+ ```
80
+
81
+ ### Licensing Information
82
+
83
+ The IndicSUPERB dataset is released under this licensing scheme:
84
+
85
+ - We do not own any of the raw text used in creating this dataset.
86
+ - The text data comes from the IndicCorp dataset which is a crawl of publicly available websites.
87
+ - The audio transcriptions of the raw text and labelled annotations of the datasets have been created by us.
88
+ - We license the actual packaging of all this data under the Creative Commons CC0 license (β€œno rights reserved”).
89
+ - To the extent possible under law, AI4Bharat has waived all copyright and related or neighboring rights to the IndicSUPERB dataset.
90
+ - This work is published from: India.
91
+
92
+ ### Citation Information
93
+
94
+ ```
95
+ @misc{https://doi.org/10.48550/arxiv.2208.11761,
96
+ doi = {10.48550/ARXIV.2208.11761},
97
+ url = {https://arxiv.org/abs/2208.11761},
98
+ author = {Javed, Tahir and Bhogale, Kaushal Santosh and Raman, Abhigyan and Kunchukuttan, Anoop and Kumar, Pratyush and Khapra, Mitesh M.},
99
+ title = {IndicSUPERB: A Speech Processing Universal Performance Benchmark for Indian languages},
100
+ publisher = {arXiv},
101
+ year = {2022},
102
+ copyright = {arXiv.org perpetual, non-exclusive license}
103
+ }
104
+ ```
105
+
106
+ ### Contributions
107
+
108
+ We would like to thank the Ministry of Electronics and Information Technology (MeitY) of the Government of India and the Centre for Development of Advanced Computing (C-DAC), Pune for generously supporting this work and providing us access to multiple GPU nodes on the Param Siddhi Supercomputer. We would like to thank the EkStep Foundation and Nilekani Philanthropies for their generous grant which went into hiring human resources as well as cloud resources needed for this work. We would like to thank DesiCrew for connecting us to native speakers for collecting data. We would like to thank Vivek Seshadri from Karya Inc. for helping setup the data collection infrastructure on the Karya platform. We would like to thank all the members of AI4Bharat team in helping create the Query by Example dataset.