File size: 2,076 Bytes
b6e1e44 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
license: mit
tags:
- infinite-dataset-hub
- synthetic
---
# MultiTurnDialogueSets
tags: multi-turn dialogue, turn-taking, machine learning
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
**Dataset Description:**
The 'MultiTurnDialogueSets' dataset is a curated collection of conversation exchanges designed for training and evaluating machine learning models on multi-turn dialogue systems. Each entry in the dataset captures the flow of a conversation, which includes a set of utterances from a user and corresponding system responses. The dataset aims to provide realistic scenarios that machine learning models can learn from to improve their natural language understanding and generation capabilities.
**CSV Content Preview:**
```csv
"turn_number","user_utterance","system_response","labels"
"1","Hi, how's your day going?","Hello! I'm here to assist you. What can I do for you today?","greeting"
"2","It's been quite busy, thank you. I need to schedule a meeting with the team.","Sure, when would you like to schedule the meeting?","scheduling"
"3","How about next Wednesday at 10 AM?","Next Wednesday at 10 AM is perfect. I'll send out the invites.","scheduling_confirmation"
"4","Thanks, that would be great. Also, can you check if the budget report is ready?","Checking now. I'll update you shortly.","budget_query"
"5","Okay, I'll wait for your update.","You'll have the budget report by tomorrow morning.","budget_query_update"
```
**Source of the data:**
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'conversation':
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=conversation&dataset=MultiTurnDialogueSets&tags=multi-turn+dialogue,+turn-taking,+machine+learning
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|