Skip to content

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

License

Notifications You must be signed in to change notification settings

nbertagnolli/counsel-chat

Repository files navigation

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~…}
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published