Datasets:
Metadata fields info
Browse files
README.md
CHANGED
@@ -10,4 +10,25 @@ task_categories:
|
|
10 |
|
11 |
## RixVox
|
12 |
|
13 |
-
A Swedish speech corpus with 5500 hours of speeches from debates in the Riksdag (the Swedish Parliament). The speeches have been aligned with transcripts from written protocols.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## RixVox
|
12 |
|
13 |
+
A Swedish speech corpus with 5500 hours of speeches from debates in the Riksdag (the Swedish Parliament). The speeches have been aligned with transcripts from written protocols.
|
14 |
+
|
15 |
+
|
16 |
+
### Metadata
|
17 |
+
Guide for metadata fields:
|
18 |
+
|
19 |
+
* `dokid`: Document id for the debate. This is the same for all speeches in a debate.
|
20 |
+
* `anforande_nummer`: Speech number within the debate, or within the debate sessions on a particular day. Should create a unique primary key in combination together with `dokid` (sometimes there are duplicates, but we removed them from this dataset).
|
21 |
+
* `start`: The start time of the observation within a speech (in seconds).
|
22 |
+
* `end`: The end time of the observation within a speech (in seconds).
|
23 |
+
* `duration`: The duration of the observation (`end` subtracted with `start`).
|
24 |
+
* `intressent_id`: Unique id for the speaker within the Riksdag's database (see [person.csv.zip](https://data.riksdagen.se/dataset/person/person.csv.zip) from the Riksdag).
|
25 |
+
* `speaker`: The speaker's name retrieved via the `intressent_id`.
|
26 |
+
* `party`: The speaker's party retrieved via the `intressent_id`.
|
27 |
+
* `gender`: The speaker's gender retrieved via the `intressent_id`.
|
28 |
+
* `birth_year`: The speaker's bith year retrieved via the `intressent_id`.
|
29 |
+
* `electoral_district`: The electoral district which the speaker represents if they are/were a member of parliament (retrieved via the `intressent_id`).
|
30 |
+
* `speaker_audio_meta`: The speaker's name and title as listed in the Riksdag's oroginal text format metadata (sometimes wrong and mismatched against `intressent_id`).
|
31 |
+
* `speaker_from_id`: Whether the speaker metadata was retrieved via the `intressent_id` or via the Riksdag's original metadata, for those speeches with a missing `intressent_id`.
|
32 |
+
* `is_prediction`: We reverted back to the Riksdag's metadata for a small subset of modern speeches (500 out of 117k). A `True` value of `is_prediction` indicates that the speech was predicted by KBLab. A `False` value indicates that we used the Riksdag's original metadata.
|
33 |
+
* `debatedate`: The date of the debate.
|
34 |
+
* `bleu_score`: The BLEU score of the automatic speech recognition (ASR) transcript against the Riksdag's written protocol. Calculated on the entirity of the speech that an observation (30s snippet) is extracted from.
|