@@ -4,7 +4,7 @@ This is the repository for the dataset created for the paper **Infusing Emotions
...
@@ -4,7 +4,7 @@ This is the repository for the dataset created for the paper **Infusing Emotions
This dataset contains additional manually labelled **system emotional conduct** annotations for the original [EmoWOZ dataset](https://zenodo.org/records/6506504).
This dataset contains additional manually labelled **system emotional conduct** annotations for the original [EmoWOZ dataset](https://zenodo.org/records/6506504).
The dataset can be found at Zenodo.org: https://zenodo.org/records/14810836. The dataset itself is a JSON file containing a dictionary where the key is `{multiwoz_dialogue_id}-{turn_index}` and the value is the numerical label. The meaning of the label is as following:
The dataset can be found at Zenodo.org: https://zenodo.org/records/14810836 and also here. The dataset itself is a JSON file containing a dictionary where the key is `{multiwoz_dialogue_id}-{turn_index}` and the value is the numerical label. The meaning of the label is as following:
- 0: neutral
- 0: neutral
- 1: compassionate
- 1: compassionate
- 2: apologetic
- 2: apologetic
...
@@ -13,8 +13,8 @@ The dataset can be found at Zenodo.org: https://zenodo.org/records/14810836. The
...
@@ -13,8 +13,8 @@ The dataset can be found at Zenodo.org: https://zenodo.org/records/14810836. The
In the same Zenodo page, you will also find checkpoints for all pipeline modules of the emotional system proposed in the paper.
In the same Zenodo page, you will also find checkpoints for all pipeline modules of the emotional system proposed in the paper.
** Citation
## Citation
```
@inproceedings{feng-etal-2024-infusing,
@inproceedings{feng-etal-2024-infusing,
title = "Infusing Emotions into Task-oriented Dialogue Systems: Understanding, Management, and Generation",
title = "Infusing Emotions into Task-oriented Dialogue Systems: Understanding, Management, and Generation",
author = "Feng, Shutong and
author = "Feng, Shutong and
...
@@ -43,3 +43,4 @@ In the same Zenodo page, you will also find checkpoints for all pipeline modules
...
@@ -43,3 +43,4 @@ In the same Zenodo page, you will also find checkpoints for all pipeline modules
pages = "699--717",
pages = "699--717",
abstract = "Emotions are indispensable in human communication, but are often overlooked in task-oriented dialogue (ToD) modelling, where the task success is the primary focus. While existing works have explored user emotions or similar concepts in some ToD tasks, none has so far included emotion modelling into a fully-fledged ToD system nor conducted interaction with human or simulated users. In this work, we incorporate emotion into the complete ToD processing loop, involving understanding, management, and generation. To this end, we extend the EmoWOZ dataset (Feng et al., 2022) with system affective behaviour labels. Through interactive experimentation involving both simulated and human users, we demonstrate that our proposed framework significantly enhances the user`s emotional experience as well as the task success."
abstract = "Emotions are indispensable in human communication, but are often overlooked in task-oriented dialogue (ToD) modelling, where the task success is the primary focus. While existing works have explored user emotions or similar concepts in some ToD tasks, none has so far included emotion modelling into a fully-fledged ToD system nor conducted interaction with human or simulated users. In this work, we incorporate emotion into the complete ToD processing loop, involving understanding, management, and generation. To this end, we extend the EmoWOZ dataset (Feng et al., 2022) with system affective behaviour labels. Through interactive experimentation involving both simulated and human users, we demonstrate that our proposed framework significantly enhances the user`s emotional experience as well as the task success."