aqnieshka commited on
Commit
77f2caf
·
verified ·
1 Parent(s): 93bc4da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -30,8 +30,7 @@ size_categories:
30
 
31
  <!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).>
32
 
33
- A multilingual dataset of high-quality speech recordings in Norwegian, English, and Polish, designed for research into cross-linguistic influence, multilingual language acquisition, and applications in NLP and speech processing such as ASR, TTS, and linguistic variability modeling. The dataset includes speech samples from naturalistic and instructed learners of Norwegian, featuring structured experimental tasks such as reading, picture description, and spontaneous conversation to capture phonological, syntactic, and semantic variability.
34
-
35
  ## Dataset Details
36
 
37
  ### Dataset Description
@@ -72,7 +71,29 @@ A multilingual dataset of high-quality speech recordings in Norwegian, English,
72
 
73
  <!-- 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. -->
74
 
75
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
  ## Dataset Creation
78
 
@@ -86,7 +107,7 @@ The dataset was developed to advance research in multilingualism and third langu
86
 
87
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
88
 
89
- The dataset was collected as part of two research projects, CLIMAD (Cross-linguistic Influence in Multilingualism across Domains: Phonology and Syntax) and ADIM (Across-domain Investigations in Multilingualism: Modeling L3 Acquisition in Diverse Settings), which focused on cross-linguistic influence and L3 acquisition in multilingual settings. The dataset comprises recordings from 242 [TO BE CONFIRMED] speakers across three languages: Norwegian, English, and Polish. Speakers include L1 Polish learners of Norwegian, L1 English and L1 Norwegian natives, and L2/L3/Ln speakers of English and Norwegian. Speech was elicited using a range of tasks such as word, sentence, and text readings, picture descriptions, video story retelling, and socio-phonetic interviews. Metadata is based on the Language History Questionnaire and includes age, gender, language proficiency, exposure, and other sociolinguistic factors.
90
 
91
  #### Data Collection and Processing
92
 
 
30
 
31
  <!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).>
32
 
33
+ A multilingual dataset of high-quality speech recordings in Norwegian, English, and Polish, designed for research into cross-linguistic influence, multilingual language acquisition, and applications in NLP and speech processing such as ASR, TTS, and linguistic variability modeling. The dataset includes 2,783 recordings, totaling 101 hours, with a size of 50.1 GB. These recordings capture phonological, syntactic, and semantic variability through structured tasks like reading, picture description, and spontaneous conversation.
 
34
  ## Dataset Details
35
 
36
  ### Dataset Description
 
71
 
72
  <!-- 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. -->
73
 
74
+ The recordings are systematically labeled using a structured format: **PROJECT_SPEAKER ID_LANGUAGE STATUS_TASK**.
75
+
76
+ Each component of the label provides specific details:
77
+
78
+ - **PROJECT:** The project under which the data was collected. Possible values:
79
+ - **A** for ADIM,
80
+ - **C** for CLIMAD.
81
+ - **SPEAKER ID:** A unique 8-character identifier assigned to each speaker.
82
+ - **LANGUAGE STATUS:** The language used in the recording and its status for the speaker; examples:
83
+ - **L1PL** (Polish as L1),
84
+ - **L2EN** (English as L2),
85
+ - **L3NO** (Norwegian as L3).
86
+ - **TASK:** The type of speech task recorded. Examples include:
87
+ - **WR** (word reading),
88
+ - **SR** (sentence reading),
89
+ - **TR** (text reading "The North Wind and the Sun"),
90
+ - **PD** (picture description),
91
+ - **ST** (story telling),
92
+ - **VT** (video story telling),
93
+ - **VD** (video description),
94
+ - **TP/TE** (translation from Polish/English into Norwegian).
95
+
96
+ If a task type was repeated, sequential numbers (e.g., SR1, SR2) are appended to distinguish iterations.
97
 
98
  ## Dataset Creation
99
 
 
107
 
108
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
109
 
110
+ The dataset was collected as part of two research projects, CLIMAD (Cross-linguistic Influence in Multilingualism across Domains: Phonology and Syntax) and ADIM (Across-domain Investigations in Multilingualism: Modeling L3 Acquisition in Diverse Settings), which focused on cross-linguistic influence and L3 acquisition in multilingual settings. The dataset comprises recordings from 231 speakers across three languages: Norwegian, English, and Polish. Speakers include L1 Polish learners of Norwegian, L1 English and L1 Norwegian natives, and L2/L3/Ln speakers of English and Norwegian. Speech was elicited using a range of tasks such as word, sentence, and text readings, picture descriptions, video story retelling, and socio-phonetic interviews. Metadata is based on the Language History Questionnaire and includes age, gender, language proficiency, exposure, and other sociolinguistic factors.
111
 
112
  #### Data Collection and Processing
113