CoolFace
Datasetpublic

Lauler/rixvox-alignments

Variable descriptions Variable Description speech_id id of speech in SWERIK. protocol_id id of protocol in SWERIK. speech_number Speech number within a protocol. dates Date(s) from SWERIK for the given protocol the speech was in. name Speaker name person_id id of the speaker/person in SWERIK. speaker_id Same as person_id riksdagen_id id of the person in Riksdagen's own system (if available). party Party membership(s) of the speaker over their career.… See the full description on the dataset page: https://huggingface.co/datasets/Lauler/rixvox-alignments.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes18downloads
Dataset Card

Variable descriptions

VariableDescription
speech_idid of speech in SWERIK.<br>
protocol_idid of protocol in SWERIK.
speech_numberSpeech number within a protocol.
datesDate(s) from SWERIK for the given protocol the speech was in.
nameSpeaker name
person_idid of the speaker/person in SWERIK.
speaker_idSame as person_id
riksdagen_idid of the person in Riksdagen's own system (if available).
partyParty membership(s) of the speaker over their career.
districtThe district the person represents (if an MOP)
roleRole(s) the speaker has had over their career.
genderGender.
start_segmentStart time of the speech within the media file (filename can be found in audio_file variable). Obtained by running speaker diarization on top of fuzzy string matching in order to refine existing timestamps from fuzzy string matching (the values in start_text_time). This is generally the most accurate estimate of when the speech was given. Time in seconds.
end_segmentEnd time of the speech within the media file (according to diarization method).
duration_segmentDuration of speech (diarization method).
textOriginal protocol transcript of speech from SWERIK.
text_normalizedNormalized version of original protocol in a format suitable for string matching with wav2vec2 speech to text output (i.e. lowercase, only alphanumerics, convert numbers to spelled out letters, no punctuation).
transcription_w2vThe automatically transcribed text in the region between start_segment and end_segment.
starttexttimeEstimated start time of speech with fuzzy string matching (generally less accurate than start_segment)
endtexttimeEstimated end time of speech with fuzzy string matching.
bornBirth date of speaker.
deadDeath date of speaker.
bleu_scoreBLEU score between text_normalized and transcription_w2v as an indication of the overlap.
overall_scoreComplicated score for fuzzy string matching that needs to be explained in a paper.
nrspeechsegmentsHow many different speakers were identified by diarization within the duration of the speech (often but not always false negatives)
startsegmentsameIs the start_segment of this speech a duplicate of some other speech's estimated start_segment? About ~150 speeches have the same identified start time. Generally either one of the two is correct, or there was a failure case of diarization that created too broad a speech duration that covered parts of two speeches.<br>
audio_fileFile name of the media file in Riksdagen's media archive.