anezatra/empathetic-dialogues-sharegpt
EmpatheticDialogues - ShareGPT Processed Dataset Summary EmpatheticDialogues is a large-scale, open-domain dialogue dataset designed to help AI systems recognize, understand, and respond to human emotions more naturally. While humans can easily identify and acknowledge others’ feelings during conversation, this remains a major challenge for artificial dialogue agents due to the lack of high-quality empathetic datasets. This dataset introduces a new benchmark for… See the full description on the dataset page: https://huggingface.co/datasets/anezatra/empathetic-dialogues-sharegpt.
EmpatheticDialogues - ShareGPT Processed
Dataset Summary
EmpatheticDialogues is a large-scale, open-domain dialogue dataset designed to help AI systems recognize, understand, and respond to human emotions more naturally. While humans can easily identify and acknowledge others’ feelings during conversation, this remains a major challenge for artificial dialogue agents due to the lack of high-quality empathetic datasets.
This dataset introduces a new benchmark for empathetic dialogue generation, containing over 25,000 conversations grounded in emotionally rich situations. Each conversation captures genuine emotional experiences and reactions, enabling AI models to develop a more human-like ability to perceive and express empathy.
It has been converted into the ShareGPT format and further developed for Eliza, an intelligent, human-like conversational character designed to produce natural, emotionally aware, and empathetic dialogue.
Data Structure
Fields
Splits
Total dataset size: 16738902 bytes Total number of dialogues: 25531
Usage Example
from datasets import load_dataset
ds = load_dataset("anezatra/empatheticdialogues-sharegpt", split="train")
print(ds[0])References
Rashkin, H., Smith, E. M., Li, M., & Boureau, Y. L. (2018). Towards empathetic open-domain conversation models: A new benchmark and dataset. arXiv preprint arXiv:1811.00207. (https://arxiv.org/abs/1811.00207)
