|
--- |
|
license: cc-by-nc-4.0 |
|
language: |
|
- en |
|
size_categories: |
|
- 10K<n<100K |
|
configs: |
|
- config_name: test |
|
data_files: test.csv |
|
- config_name: test_fixed_commas |
|
data_files: test_fixed_commas.csv |
|
- config_name: train |
|
data_files: train.csv |
|
- config_name: train_fixed_commas |
|
data_files: train_fixed_commas.csv |
|
- config_name: valid |
|
data_files: valid.csv |
|
- config_name: valid_fixed_commas |
|
data_files: valid_fixed_commas.csv |
|
--- |
|
EmpatheticDialogues datasets mirror. There are a few quirks in the original files, some of which I've tried to remediate in fixed versions. |
|
|
|
Origin paper: https://arxiv.org/abs/1811.00207 "Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset" |
|
|
|
Origin code: https://github.com/facebookresearch/EmpatheticDialogues |