safarisadeq commited on
Commit
85a2cfd
·
verified ·
1 Parent(s): 56b8094

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -0
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for PSRB (Persian Speech Recognition Benchmark) - 1-Hour Sample
2
+
3
+ ## Dataset Summary
4
+
5
+ The Persian Speech Recognition Benchmark (PSRB) is a comprehensive dataset designed to evaluate Persian Automatic Speech Recognition (ASR) systems under diverse real-world conditions.
6
+ This 1-hour sample provides a representative subset of the full PSRB corpus, capturing various accents, speech styles, speaker demographics, and acoustic environments.
7
+
8
+
9
+ ## Supported Tasks and Leaderboards
10
+
11
+ - Automatic Speech Recognition (ASR)
12
+
13
+ ## Languages
14
+
15
+ - Persian (Farsi)
16
+
17
+ ## Dataset Structure
18
+
19
+ ### Data Instances
20
+
21
+ Each data instance in this sample is structured as:
22
+
23
+ ```json
24
+ {
25
+ "audio_path": "file1.wav",
26
+ "text": "می‌گم نمی‌خواین طبق نقشه جلو بریم؟ نقشه رو بی‌خیال غمت نباشه ما مستر رد پا رو داریم. حس بویایی و شم‌ام اشتباه نمی‌کنه. همین الان اشتباه کرده.",
27
+ "audio_duration": 11.88,
28
+ "number_of_speakers": 3,
29
+ "gender": "male",
30
+ "age": "mix",
31
+ "accents": "standard",
32
+ "formality": "informal",
33
+ "semantic_content": "artistic&literary",
34
+ "data_source": "animation",
35
+ "acoustic_environment": "noisy",
36
+ "spontaneous": 1
37
+ }
38
+ ```
39
+
40
+ ### Data Fields
41
+
42
+ - **`audio_path`**: Path to the `.wav` audio file.
43
+ - **`text`**: Transcription of the audio in Persian.
44
+ - **`audio_duration`**: Duration of the audio file in seconds.
45
+ - **`number_of_speakers`**: Number of speakers present in the clip.
46
+ - **`gender`**: Gender of the speaker(s).
47
+ - **`age`**: Age category (e.g., child, teen, adult, senior, or mix).
48
+ - **`accents`**: Regional accent of the speaker or "standard."
49
+ - **`formality`**: Formality level ("formal" or "informal").
50
+ - **`semantic_content`**: Semantic topic or domain of the speech (e.g., artistic&literary, technological, medical).
51
+ - **`data_source`**: Source type of the data (e.g., animation, podcast, lecture).
52
+ - **`acoustic_environment`**: Recording environment (e.g., clean, noisy).
53
+ - **`spontaneous`**: 1 if speech is spontaneous, 0 if scripted.
54
+ ---
55
+
56
+ ## Dataset Creation
57
+
58
+ ### Curation Rationale
59
+
60
+ The PSRB dataset was created to address the lack of comprehensive Persian ASR resources, covering linguistic diversity (accents, formality) and acoustic variability (clean, noisy, phone calls).
61
+
62
+ ### Source Data
63
+
64
+ Data sources include:
65
+ - News broadcasts
66
+ - Movies and TV shows
67
+ - Podcasts
68
+ - Lectures
69
+ - Audiobooks
70
+ - Talk shows
71
+
72
+ Collected from platforms such as Telewebion, Aparat, YouTube, and Iranseda.
73
+
74
+ ### Annotations
75
+
76
+ - Transcriptions manually created by expert native Persian speakers.
77
+ - Strict two-pass quality control review to ensure consistency and correctness.
78
+ - Rich metadata labeling for speaker demographics and speech conditions.
79
+
80
+ ### Personal and Sensitive Information
81
+
82
+ - All data was anonymized to protect the identity of participants.
83
+ - No personally identifiable information (PII) is present in this dataset.
84
+ ---
85
+
86
+ ## Considerations for Using the Data
87
+
88
+ ### Limitations
89
+
90
+ - This sample may not capture the full variability of the complete PSRB corpus.
91
+ ---
92
+
93
+ ## Additional Information
94
+
95
+
96
+ ### Licensing Information
97
+
98
+ This dataset is made available for **research and educational purposes only**.
99
+ ---
100
+
101
+ ## Citation Information
102
+
103
+ If you use this dataset in your research, please cite:
104
+
105
+ ```bibtex
106
+ @misc{psrb2025,
107
+ title={PSRB: A Comprehensive Benchmark for Evaluating Persian Automatic Speech Recognition Systems},
108
+ author={Nima Sedghiye and Sara Sadeghi and Reza Khodadadi and Farzin Kashani and Omid Aghdaei and Somayeh Rahimi and Mohammad Sadegh Safari},
109
+ year={2025},
110
+ publisher={Part AI Research Center},
111
+ note={Preprint}
112
+ }