Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# MultiTurnDialogueSets
|
9 |
+
|
10 |
+
tags: multi-turn dialogue, turn-taking, machine learning
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
|
19 |
+
**CSV Content Preview:**
|
20 |
+
|
21 |
+
```csv
|
22 |
+
|
23 |
+
"turn_number","user_utterance","system_response","labels"
|
24 |
+
|
25 |
+
"1","Hi, how's your day going?","Hello! I'm here to assist you. What can I do for you today?","greeting"
|
26 |
+
|
27 |
+
"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"
|
28 |
+
|
29 |
+
"3","How about next Wednesday at 10 AM?","Next Wednesday at 10 AM is perfect. I'll send out the invites.","scheduling_confirmation"
|
30 |
+
|
31 |
+
"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"
|
32 |
+
|
33 |
+
"5","Okay, I'll wait for your update.","You'll have the budget report by tomorrow morning.","budget_query_update"
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
**Source of the data:**
|
38 |
+
|
39 |
+
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':
|
40 |
+
|
41 |
+
- **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
|
42 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
43 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|