Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,57 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: dialogue_id
|
5 |
-
dtype: int64
|
6 |
-
- name: interlocutors
|
7 |
-
list:
|
8 |
-
- name: id
|
9 |
-
dtype: string
|
10 |
-
- name: persona
|
11 |
-
sequence: string
|
12 |
-
- name: conversations
|
13 |
-
list:
|
14 |
-
- name: from
|
15 |
-
dtype: string
|
16 |
-
- name: value
|
17 |
-
dtype: string
|
18 |
-
splits:
|
19 |
-
- name: train
|
20 |
-
num_bytes: 48341883
|
21 |
-
num_examples: 13583
|
22 |
-
download_size: 16885744
|
23 |
-
dataset_size: 48341883
|
24 |
-
configs:
|
25 |
-
- config_name: default
|
26 |
-
data_files:
|
27 |
-
- split: train
|
28 |
-
path: data/train-*
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: dialogue_id
|
5 |
+
dtype: int64
|
6 |
+
- name: interlocutors
|
7 |
+
list:
|
8 |
+
- name: id
|
9 |
+
dtype: string
|
10 |
+
- name: persona
|
11 |
+
sequence: string
|
12 |
+
- name: conversations
|
13 |
+
list:
|
14 |
+
- name: from
|
15 |
+
dtype: string
|
16 |
+
- name: value
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 48341883
|
21 |
+
num_examples: 13583
|
22 |
+
download_size: 16885744
|
23 |
+
dataset_size: 48341883
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: data/train-*
|
29 |
+
license: cc-by-sa-4.0
|
30 |
+
---
|
31 |
+
|
32 |
+
以下のデータセットから、dialogue_idとutterances、話者情報(ペルソナ)を抽出し、形式を変更して作成しました。
|
33 |
+
https://huggingface.co/datasets/nu-dialogue/jmultiwoz
|
34 |
+
|
35 |
+
## 文献
|
36 |
+
```
|
37 |
+
@inproceedings{yamashita-etal-2023-realpersonachat,
|
38 |
+
title = "{R}eal{P}ersona{C}hat: A Realistic Persona Chat Corpus with Interlocutors{'} Own Personalities",
|
39 |
+
author = "Yamashita, Sanae and
|
40 |
+
Inoue, Koji and
|
41 |
+
Guo, Ao and
|
42 |
+
Mochizuki, Shota and
|
43 |
+
Kawahara, Tatsuya and
|
44 |
+
Higashinaka, Ryuichiro",
|
45 |
+
booktitle = "Proceedings of the 37th Pacific Asia Conference on Language, Information and Computation",
|
46 |
+
year = "2023",
|
47 |
+
pages = "852--861"
|
48 |
+
}
|
49 |
+
|
50 |
+
@inproceedings{yamashita-etal-2024-realpersonachat-ja,
|
51 |
+
title = "{R}eal{P}ersona{C}hat: 話者本人のペルソナと性格特性を含んだ雑談対話コーパス",
|
52 |
+
author = "山下 紗苗 and 井上 昂治 and 郭 傲 and 望月 翔太 and 河原 達也 and 東中 竜一郎",
|
53 |
+
booktitle = "言語処理学会第30回年次大会発表論文集",
|
54 |
+
year = "2024",
|
55 |
+
pages = "2738--2743"
|
56 |
+
}
|
57 |
+
```
|