File size: 791 Bytes
aabc636 6ce9d22 c09e3d5 aabc636 f9db52c aabc636 61bb692 aabc636 |
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 |
---
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 |