to-be's picture
Update README.md
3d07b2a
---
license: openrail
task_categories:
- conversational
language:
- en
tags:
- medical
- therapy
- conversations
- counseling
- dialogues
pretty_name: annomi
size_categories:
- n<1K
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
Converted the AnnoMI motivational interviewing dataset into sharegpt format.
It is the first public collection of expert-annotated MI transcripts. [Source](https://github.com/uccollab/AnnoMI).
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
AnnoMI, containing 133 faithfully transcribed and expert-annotated demonstrations of high- and low-quality motivational interviewing (MI), an effective therapy strategy that evokes client motivation for positive change.
Sample conversation number 40, regarding drug use:
```
client
Pretty good. It's been three months now.
therapist
Nice.
client
Um, and—
therapist
Since the-- since you used, uh-- since the last time you used meth, right?
client
Right.
therapist
Okay.
client
Right. It's been three months, and I've been doing pretty well.
therapist
Good.
client
Um, and I met a couple new friends.
therapist
Nice.
client
So—
therapist
So-so, uh, have-- last time we talked, you know, you were kind of cutting the-the ex-boyfriend out. This is because he was your dealer, so--
client
Right.
therapist
And how is that going for you?
client
Right. It's been good. I haven't answered the phone when he's called-
therapist
Okay.
client
-and a couple of my other friends have tried to call me as well, and I haven't answered the phone. Um, so it's been good for me to just reach out and like, meet a couple of new people, um, in the neigh-neighborhood that I'm living in.
therapist
So it sounds like you've made some good changes. The change in your environment, and some of your behaviors, and, uh, and these new friends.
client
Yeah, the new friends, and I've been using the, you know, the breathing exercises you taught me, when I get-- start to feel a little stressed out, and I've been- I've been using those and it helps me. I go for a walk and do my breathing exercises, and it calms me down and kind of gets me through that time.
therapist
So it sounds like--
```
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
- **Repository:** [https://github.com/uccollab/AnnoMI]
- **Paper [optional]:** [https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9746035]
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
Training on longer conversations and medical advice.
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
Sharegpt format to allow for long conversations back and forth.
therapist is gpt
client is human
id is a concatenation of:
- transcript_id: the unique numerical identifier of the conversation/transcript where this utterance belongs. Note that this identifier is NOT used for ordering, and it is only to distinguish between different conversations in the dataset.
- video_url: the URL of the original video of the conversation/transcript where this utterance belongs.
- topic: the topic(s) of the conversation/transcript where this utterance belongs.
```
[
{
"id": "40_https://www.youtube.com/watch?v=wcu8oqHIsbc_reducing drug use",
"conversations": [
{
"from": "human",
"value": "Pretty good. It's been three months now"
},
{
"from": "gpt",
"value": "Nice."
},
{
"from": "human",
"value": "Right. It's been three months, and I've been doing pretty well."
},
{
"from": "gpt",
"value": "So-so, uh, have-- last time we talked, you know, you were kind of cutting the-the ex-boyfriend out. This is because he was your dealer, so--"
},
...
]
```
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
Despite the remarkable growth of research in recent years on the analysis of counselling conversations through natural language processing methods, the potential of this field has been greatly limited by the lack of access to publicly available therapy dialogues, especially those with expert annotations.
#### Personal and Sensitive Information
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
It is anonymized.
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
## Citation [optional]
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
@INPROCEEDINGS{9746035,
author={Wu, Zixiu and Balloccu, Simone and Kumar, Vivek and Helaoui, Rim and Reiter, Ehud and Reforgiato Recupero, Diego and Riboni, Daniele},
booktitle={ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
title={Anno-MI: A Dataset of Expert-Annotated Counselling Dialogues},
year={2022},
volume={},
number={},
pages={6177-6181},
doi={10.1109/ICASSP43922.2022.9746035}}
}
## Dataset Card Contact
Toon Beerten (toon@neontreebot.be)