Dataset: multiwoz_dst
Short description
Prepared MultiWOZ training dataset formatted for dialogue state tracking (DST) experiments with aligned audio and context fields.
Key metadata
- Number of examples: 56,750
- Total size on disk: ~6.12 GB
- Splits: train, validation
- validation examples: 7,374
- Features:
text(string): original utterance textnormalized_text(string): normalized form of the utterancecontext(string): preceding dialogue contextnormalized_context(string): normalized contextaudio(Audio, sampling_rate=16000): path/bytes for the audioaudio_len(int32): audio lengthwav_id(string): wav file identifierturn_index(int32): turn index within the dialogueagent_text(string): agent/system utterance text (when applicable)domains(string): domain labelsslots(string): slot annotation string
Credits
Please credit the SpokenWoZ-Whisper preprocessing where applicable: https://huggingface.co/datasets/pirxus/spokenwoz-whisper
License & Citation
- License: CC0 1.0 Universal (CC0-1.0)
- Paper reference / citation: https://arxiv.org/pdf/2511.22503
Notes
- Add license/citation before publishing.
- Load locally with
datasets.load_from_disk(see file paths in the dataset directory).