Datasets:
Modalities:
Text
Formats:
json
Sub-tasks:
conversational
Languages:
Korean
Size:
10K - 100K
Tags:
social dialogue
License:
passing2961
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
pretty_name: KorEmpatheticDialogues
|
6 |
+
tags:
|
7 |
+
- social dialogue
|
8 |
+
task_ids:
|
9 |
+
- conversational
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
source_datasets:
|
13 |
+
- EmpatheticDialogues
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_examples: 19531
|
17 |
+
- name: valid
|
18 |
+
num_examples: 2769
|
19 |
+
- name: test
|
20 |
+
num_examples: 2547
|
21 |
+
dataset_size: 24,847
|
22 |
+
---
|
23 |
+
# Dataset Card for 💗 KorEmpatheticDialogues
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
- **Repository:** [Code](https://github.com/passing2961/KorEmpatheticDialogues)
|
27 |
+
- **Paper:** TBD
|
28 |
+
- **Point of Contact:** [Young-Jun Lee](mailto:[email protected])
|
29 |
+
|
30 |
+
## Dataset Summary
|
31 |
+
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.
|
32 |
+
|
33 |
+
## Languages
|
34 |
+
Korean
|
35 |
+
|
36 |
+
## Dataset Structure
|
37 |
+
|
38 |
+
field | type | description
|
39 |
+
--- | --- | ---
|
40 |
+
`dialogue_id` | int | the identifier for the dialogue
|
41 |
+
`dialogue` | list of dict | the dialogue where each dict entry includes {utter_idx, utter, user_id}
|
42 |
+
`situation` | str | the emotional situation sentence
|
43 |
+
`emotion` | str | the emotion category (e.g., guilty, caring, etc)
|
44 |
+
|
45 |
+
### Citation
|
46 |
+
|
47 |
+
Please cite our work if you find the resources in this repository useful:
|
48 |
+
```
|
49 |
+
TBD
|
50 |
+
```
|