diff --git a/README.md b/README.md index a80d9b8a75261475bdb4c4762035502d14716ba3..a3827b393eea0ac0404f6939d9c5fe75aa7650f9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ This is the codebase for [EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems](https://aclanthology.org/2022.lrec-1.436/). +06/2023 Update: EmoWOZ is now available in [Huggingface Datasets Repository](https://huggingface.co/datasets/hhu-dsml/emowoz). You can load EmoWOZ using the following code: + +``` +from datasets import load_dataset + +# The second argument is by default 'emowoz', which loads all dialogues from subset. +# Use 'multiwoz' or 'dialmage' to load specific subsets. +dataset = load_dataset("hhu-dsml/emowoz", 'emowoz', use_auth_token=True) +``` ### Data