perisolb commited on
Commit
46cf673
·
1 Parent(s): a8023ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -2
README.md CHANGED
@@ -34,6 +34,85 @@ dataset_info:
34
  download_size: 2790946881
35
  dataset_size: 3046340447.0
36
  ---
37
- # Dataset Card for "nst_nb_test"
38
 
39
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  download_size: 2790946881
35
  dataset_size: 3046340447.0
36
  ---
37
+ # Dataset Card for NST Bokmål test (< 15 sec. segments)
38
 
39
+ ## Table of Contents
40
+ - [Table of Contents](#table-of-contents)
41
+ - [Dataset Description](#dataset-description)
42
+ - [Dataset Summary](#dataset-summary)
43
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
44
+ - [Languages](#languages)
45
+ - [Dataset Structure](#dataset-structure)
46
+ - [Data Instances](#data-instances)
47
+ - [Data Fields](#data-fields)
48
+ - [Data Splits](#data-splits)
49
+ - [Dataset Creation](#dataset-creation)
50
+ - [Curation Rationale](#curation-rationale)
51
+ - [Source Data](#source-data)
52
+ - [Annotations](#annotations)
53
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
54
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
55
+ - [Social Impact of Dataset](#social-impact-of-dataset)
56
+ - [Discussion of Biases](#discussion-of-biases)
57
+ - [Other Known Limitations](#other-known-limitations)
58
+ - [Additional Information](#additional-information)
59
+ - [Dataset Curators](#dataset-curators)
60
+ - [Licensing Information](#licensing-information)
61
+ - [Citation Information](#citation-information)
62
+ - [Contributions](#contributions)
63
+
64
+ ## Dataset Description
65
+
66
+ - **Homepage:**
67
+ - **Repository:** <https://github.com/scribe-project/nodalida_2023_combined_training>
68
+ - **Paper:**
69
+ ```
70
+
71
+ @inproceedings{
72
+ solberg2023improving,
73
+ title={Improving Generalization of Norwegian {ASR} with Limited Linguistic Resources},
74
+ author={Per Erik Solberg and Pablo Ortiz and Phoebe Parsons and Torbj{\o}rn Svendsen and Giampiero Salvi},
75
+ booktitle={The 24rd Nordic Conference on Computational Linguistics},
76
+ year={2023}
77
+ }
78
+ ```
79
+
80
+ - **Point of Contact:** [Per Erik Solberg](mailto:per.solberg@nb.no)
81
+
82
+ ### Dataset Summary
83
+
84
+ This is the version of the Bokmål part of the Norwegian NST dataset used for testing the models
85
+ in the paper *Improving Generalization of Norwegian ASR with Limited Linguistic Resources* presented at NoDaLiDa 2023.
86
+ It only contains segments of a length < 15 sec and only the test set. For a full version of the NST, see [this repository](https://huggingface.co/datasets/NbAiLab/NST).
87
+
88
+ ### Languages
89
+
90
+ Norwegian Bokmål
91
+
92
+
93
+ ## Dataset Creation
94
+
95
+ ### Source Data
96
+ The full version of this dataset is found in [the repository of the Norwegian Language Bank](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-58/)
97
+
98
+ #### Initial Data Collection and Normalization
99
+
100
+ The data was retrieved using the [Spraakbanken downloader](https://pypi.org/project/spraakbanken-downloader/) and standardized
101
+ using the [combined dataset standardization scripts](https://github.com/scribe-project/asr-standardized-combined). Bokmål segments with a duration < 15 seconds were
102
+ extracted using [this code](https://github.com/scribe-project/nodalida_2023_combined_training/blob/main/make_datasets/make_nst_csvs.ipynb).
103
+
104
+ ## Licensing Information
105
+
106
+ [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)
107
+
108
+ ### Citation Information
109
+ ```
110
+
111
+ @inproceedings{
112
+ solberg2023improving,
113
+ title={Improving Generalization of Norwegian {ASR} with Limited Linguistic Resources},
114
+ author={Per Erik Solberg and Pablo Ortiz and Phoebe Parsons and Torbj{\o}rn Svendsen and Giampiero Salvi},
115
+ booktitle={The 24rd Nordic Conference on Computational Linguistics},
116
+ year={2023}
117
+ }
118
+ ```