Update README.md
Browse files
README.md
CHANGED
@@ -6,86 +6,71 @@ license: apache-2.0
|
|
6 |
|
7 |
## 1. Motivation
|
8 |
|
9 |
-
For what purpose was the dataset created?
|
10 |
-
|
11 |
The NST dataset was created to support the development of automatic speech recognition (ASR) and speech-to-text dictation systems in Norwegian. The dataset provides high-quality, annotated audio recordings for linguistic research and ASR system training.
|
12 |
-
|
13 |
-
Who created the dataset?
|
14 |
-
|
15 |
-
Originally developed by Nordisk Språkteknologi Holding AS (NST), the dataset was later acquired and preserved by a consortium of Norwegian institutions (e.g., University of Oslo, University of Bergen, etc.) and the National Library of Norway.
|
16 |
|
17 |
|
18 |
|
19 |
## 2. Composition
|
20 |
|
21 |
-
What does each record consist of?
|
22 |
-
|
23 |
Each example in the dataset includes:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
What is the size of the dataset?
|
29 |
|
30 |
The full dataset contains:
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
|
35 |
What are the data types?
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
Is any sensitive information included?
|
41 |
|
42 |
No direct personal identifiers are included, but demographic metadata such as age, sex, and region is present.
|
43 |
|
44 |
|
45 |
## 3. Collection Process
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
The recordings were originally made by NST using multiple speakers under controlled environments with both close and distant microphone setups. The metadata was likely recorded concurrently and curated into structured JSON files.
|
50 |
-
|
51 |
-
Who are the speakers?
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
|
58 |
|
59 |
## 4. Preprocessing and Labeling
|
60 |
|
61 |
What preprocessing was done?
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
|
66 |
What labeling is provided?
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
|
71 |
## 5. Uses
|
72 |
|
73 |
What are the intended uses?
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
|
78 |
What are the out-of-scope uses?
|
79 |
-
|
80 |
-
|
81 |
|
82 |
|
83 |
## 6. Distribution
|
84 |
|
85 |
The dataset is distributed under the Apache 2.0 License.
|
86 |
|
87 |
-
|
88 |
-
|
89 |
|
90 |
## 7. Maintenance
|
91 |
|
|
|
6 |
|
7 |
## 1. Motivation
|
8 |
|
|
|
|
|
9 |
The NST dataset was created to support the development of automatic speech recognition (ASR) and speech-to-text dictation systems in Norwegian. The dataset provides high-quality, annotated audio recordings for linguistic research and ASR system training.
|
10 |
+
Originally developed by Nordisk Språkteknologi Holding AS (NST), the dataset was later acquired and preserved by a consortium of Norwegian institutions, including University of Oslo, University of Bergen, and the National Library of Norway.
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
|
14 |
## 2. Composition
|
15 |
|
|
|
|
|
16 |
Each example in the dataset includes:
|
17 |
+
- Audio: A 16kHz sampled .mp3 file of spoken Norwegian.
|
18 |
+
- Text: The transcribed content of the speech.
|
19 |
+
- Metadata: Rich speaker and recording metadata, such as age, sex, region of birth/youth, recording session info, and technical parameters.
|
|
|
|
|
20 |
|
21 |
The full dataset contains:
|
22 |
+
- 9 train shards and 3 test shards for Norwegian (no).
|
23 |
+
- Variants for close, distant, and both microphone positions.
|
24 |
+
- Thousands of annotated utterances.
|
25 |
|
26 |
What are the data types?
|
27 |
+
- Audio data (MP3)
|
28 |
+
- Structured metadata (JSON)
|
29 |
+
- Text transcription (Norwegian language)
|
|
|
|
|
30 |
|
31 |
No direct personal identifiers are included, but demographic metadata such as age, sex, and region is present.
|
32 |
|
33 |
|
34 |
## 3. Collection Process
|
35 |
|
36 |
+
The recordings were originally made by NST using multiple speakers under controlled environments with both close and distant microphone setups.
|
|
|
|
|
|
|
|
|
37 |
|
38 |
+
Speakers belong to varying demographics:
|
39 |
+
- Ages: Varies widely (some errors or missing values may exist)
|
40 |
+
- Sex: Male and female
|
41 |
+
- Regional background: Multiple Norwegian dialect regions
|
42 |
|
43 |
|
44 |
## 4. Preprocessing and Labeling
|
45 |
|
46 |
What preprocessing was done?
|
47 |
+
- WAV files converted to MP3.
|
48 |
+
- Non-standard or corrupted metadata (e.g., ages with “ramslie”) is coerced into a usable format (e.g., defaulted to 0).
|
49 |
+
- Fields such as t0, t1, t2, and number_of_recordings are cast to integers or defaulted.
|
50 |
|
51 |
What labeling is provided?
|
52 |
+
- Transcription (text field) in Norwegian
|
53 |
+
- Microphone position (close, distant)
|
54 |
+
- Linguistic and demographic metadata
|
55 |
|
56 |
## 5. Uses
|
57 |
|
58 |
What are the intended uses?
|
59 |
+
- Training and evaluating ASR systems in Norwegian.
|
60 |
+
- Linguistic research on Norwegian dialects and pronunciation.
|
61 |
+
- Voice-based human-computer interaction studies.
|
62 |
|
63 |
What are the out-of-scope uses?
|
64 |
+
- Applications requiring real-time conversational data or informal speech.
|
65 |
+
- Use in sensitive profiling without additional privacy controls.
|
66 |
|
67 |
|
68 |
## 6. Distribution
|
69 |
|
70 |
The dataset is distributed under the Apache 2.0 License.
|
71 |
|
72 |
+
- Hugging Face Dataset Hub: https://huggingface.co/datasets/NbAiLab/NST
|
73 |
+
- Språkbanken (Norwegian National Library): https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-54/
|
74 |
|
75 |
## 7. Maintenance
|
76 |
|