rb81 / health-coaching-conversations

A collection of synthetic conversation samples between professional health coaches and their clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health Coaching Conversations (for AI)

Health Coaching

Introduction

This project is a collection of conversation samples between professional health coaches and their clients. This data can be used with Large Language Models (LLMs) as one- or many-shot examples, or as data for fine-tuning, to replicate the behavior and performance of a qualified health coach.

Creation Method

All conversations were synthetically generated by one or more LLMs, and passed through multiple automated reviews to ensure that conversations adhere to coaching best practices and did not contain irrelevant or inappropriate content.

Data Organization

100 conversations as arrays of messages in JSON format, stored in the /conversations folder. The topic-index.md file groups the JSON files by category and provides a brief description of each conversation for easy reference.

Conversation Structure

  • The client is labeled as user.
  • The coach is labeled as assistant.
  • Conversations begin with a request by the user and end with a response from the assistant.

Disclaimer

The data provided in this project has been reviewed, but may still contain statements that some may find offensive. This project is free to use (see LICENSE), but should be used responsibly and for research and testing purposes only.

About

A collection of synthetic conversation samples between professional health coaches and their clients.

License:GNU General Public License v3.0