facebook/empathetic_dialogues
PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset
1342.8k
Dataset Card for "empathetic_dialogues"
Table of Contents
- Dataset Description
- Dataset Summary
- Supported Tasks and Leaderboards
- Languages
- Dataset Structure
- Data Instances
- Data Fields
- Data Splits
- Dataset Creation
- Curation Rationale
- Source Data
- Annotations
- Personal and Sensitive Information
- Considerations for Using the Data
- Social Impact of Dataset
- Discussion of Biases
- Other Known Limitations
- Additional Information
- Dataset Curators
- Licensing Information
- Citation Information
- Contributions
Dataset Description
- Homepage: https://github.com/facebookresearch/EmpatheticDialogues
- Repository: https://github.com/facebookresearch/EmpatheticDialogues
- Paper: Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset
- Point of Contact: More Information Needed
- Size of downloaded dataset files: 28.02 MB
- Size of the generated dataset: 25.13 MB
- Total amount of disk used: 53.15 MB
Dataset Summary
PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset
Supported Tasks and Leaderboards
Languages
Dataset Structure
Data Instances
default
- Size of downloaded dataset files: 28.02 MB
- Size of the generated dataset: 25.13 MB
- Total amount of disk used: 53.15 MB
An example of 'train' looks as follows.
{
"context": "sentimental",
"conv_id": "hit:0_conv:1",
"prompt": "I remember going to the fireworks with my best friend. There was a lot of people_comma_ but it only felt like us in the world.",
"selfeval": "5|5|5_2|2|5",
"speaker_idx": 1,
"tags": "",
"utterance": "I remember going to see the fireworks with my best friend. It was the first time we ever spent time alone together. Although there was a lot of people_comma_ we felt like the only people in the world.",
"utterance_idx": 1
}Data Fields
The data fields are the same among all splits.
default
conv_id: astringfeature.utterance_idx: aint32feature.context: astringfeature.prompt: astringfeature.speaker_idx: aint32feature.utterance: astringfeature.selfeval: astringfeature.tags: astringfeature.
Data Splits
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
Licensing Information
Creative Commons Attribution-NonCommercial 4.0 International.
Citation Information
@inproceedings{rashkin-etal-2019-towards,
title = "Towards Empathetic Open-domain Conversation Models: A New Benchmark and Dataset",
author = "Rashkin, Hannah and
Smith, Eric Michael and
Li, Margaret and
Boureau, Y-Lan",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/P19-1534",
doi = "10.18653/v1/P19-1534",
pages = "5370--5381",
}Contributions
Thanks to @thomwolf, @patrickvonplaten, @lewtun for adding this dataset.
