File size: 2,163 Bytes
4c0f5b3
5373a3e
4c0f5b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5373a3e
 
4c0f5b3
 
bc31a60
4c0f5b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5373a3e
 
 
 
4c0f5b3
 
 
 
5af6956
 
 
 
 
 
 
 
4c0f5b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: cc-by-nc-4.0
language:
- ko
pretty_name: KorEmpatheticDialogues
tags:
- social dialogue
task_ids:
- conversational
size_categories:
- 10K<n<100K
source_datasets:
- EmpatheticDialogues
splits:
- name: train
  num_examples: 19531
- name: valid
  num_examples: 2769
- name: test
  num_examples: 2547
dataset_size: 24,847
---
# Dataset Card for 💗 KorEmpatheticDialogues

> 🚨 Disclaimer: All models and datasets are intended for research purposes only.

## Dataset Description
- **Repository:** [Code](https://github.com/passing2961/KorEmpatheticDialogues)
- **Paper:** [Paper](https://koreascience.kr/article/CFKO202306643316560.pdf)
- **Point of Contact:** [Young-Jun Lee](mailto:[email protected])

## Dataset Summary
KorEmpatheticDialogues is a publicly available Korean empathetic dialogue dataset translated from the original [EmpatheticDialogues](https://github.com/facebookresearch/EmpatheticDialogues) dataset using the [DeepL](https://www.deepl.com/translator) translator API.

## Languages
Korean

## Dataset Structure

field | type | description
--- | ---  | ---
`dialogue_id` | int | the identifier for the dialogue
`dialogue` | list of dict | the dialogue where each dict entry includes {utter_idx, utter, user_id} 
`situation` | str | the emotional situation sentence
`emotion` | str | the emotion category (e.g., guilty, caring, etc)

## Acknowledgements

This work was supported by a grant from the KAIST-KT joint research project through AI Tech Lab, Institute of Convergence Technology, funded by KT [Project No. G01230605, Development of Task-oriented Persona-based Dialogue Generation Combining Multi-modal Interaction and Knowledge Modeling].

### Citation

Please cite our work if you find the resources in this repository useful:
```
@inproceedings{lee2023language,
  title={Language Model Evaluation Based on Korean-English Empathetic Dialogue Datasets and Personality},
  author={Lee, Young-Jun and Hyeon, JongHwan and Lee, DoKyong and Sung, Joo-Won and Choi, Ho-Jin},
  booktitle={Annual Conference on Human and Language Technology},
  pages={312--318},
  year={2023},
  organization={Human and Language Technology}
}
```