|
--- |
|
license: cc-by-sa-4.0 |
|
dataset_info: |
|
features: |
|
- name: dialogue_id |
|
dtype: int64 |
|
- name: interlocutors |
|
list: |
|
- name: id |
|
dtype: string |
|
- name: persona |
|
sequence: string |
|
- name: role |
|
dtype: string |
|
- name: conversations |
|
list: |
|
- name: from |
|
dtype: string |
|
- name: value |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 60465247 |
|
num_examples: 13583 |
|
download_size: 21258651 |
|
dataset_size: 60465247 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
以下のデータセットから、dialogue_idとutterances、話者情報(ペルソナ)を抽出し、ロールプレイを想定した形式に変更して作成しました。 |
|
https://huggingface.co/datasets/nu-dialogue/jmultiwoz |
|
|
|
## 文献 |
|
``` |
|
@inproceedings{yamashita-etal-2023-realpersonachat, |
|
title = "{R}eal{P}ersona{C}hat: A Realistic Persona Chat Corpus with Interlocutors{'} Own Personalities", |
|
author = "Yamashita, Sanae and |
|
Inoue, Koji and |
|
Guo, Ao and |
|
Mochizuki, Shota and |
|
Kawahara, Tatsuya and |
|
Higashinaka, Ryuichiro", |
|
booktitle = "Proceedings of the 37th Pacific Asia Conference on Language, Information and Computation", |
|
year = "2023", |
|
pages = "852--861" |
|
} |
|
|
|
@inproceedings{yamashita-etal-2024-realpersonachat-ja, |
|
title = "{R}eal{P}ersona{C}hat: 話者本人のペルソナと性格特性を含んだ雑談対話コーパス", |
|
author = "山下 紗苗 and 井上 昂治 and 郭 傲 and 望月 翔太 and 河原 達也 and 東中 竜一郎", |
|
booktitle = "言語処理学会第30回年次大会発表論文集", |
|
year = "2024", |
|
pages = "2738--2743" |
|
} |
|
``` |