• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository holds the code for working with data from counselchat.com

counsel-chat

This repository holds the code for working with data from counselchat.com. The scarped data are from individiuals seeking assistance from licensed therapists and their associated responses. The goal is to provide a high quality open source dataset of quality counseling responses.

I've recently added the data to HuggingFace so getting the data should be as easy as:

from datasets import load_dataset

dataset = load_dataset("nbertagnolli/counsel-chat")

There is a larger writeup available on medium

If you use this data in your work please cite the medium article.

@misc{bertagnolli2020counsel,
  title={Counsel chat: Bootstrapping high-quality therapy data},
  author={Bertagnolli, Nicolas},
  year={2020},
  publisher={Towards Data Science. https://towardsdatascience. com/counsel-chat~โ€ฆ}
}