Skip to content
Snippets Groups Projects
Commit 59fb72aa authored by Shutong Feng's avatar Shutong Feng
Browse files

Update README.md

parent 488029fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment