Datasets:
pasted original README.md
Browse files- reuploaded without index column
README.md
CHANGED
@@ -11,11 +11,31 @@ dataset_info:
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
-
num_examples:
|
16 |
-
download_size:
|
17 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "ubuntu_dialogue_qa"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 4021291
|
15 |
+
num_examples: 16181
|
16 |
+
download_size: 2157548
|
17 |
+
dataset_size: 4021291
|
18 |
+
license: mit
|
19 |
+
task_categories:
|
20 |
+
- question-answering
|
21 |
+
- text-generation
|
22 |
+
language:
|
23 |
+
- en
|
24 |
+
tags:
|
25 |
+
- ubuntu
|
26 |
+
- forum
|
27 |
+
- linux
|
28 |
+
- chat
|
29 |
+
pretty_name: Q&A from the Ubuntu Dialogue Corpus
|
30 |
+
size_categories:
|
31 |
+
- 10K<n<100K
|
32 |
---
|
33 |
# Dataset Card for "ubuntu_dialogue_qa"
|
34 |
|
35 |
+
Filtered the Ubuntu dialogue chatlogs from https://www.kaggle.com/datasets/rtatman/ubuntu-dialogue-corpus to include Q&A pairs **ONLY**
|
36 |
+
|
37 |
+
**Acknowledgements**
|
38 |
+
|
39 |
+
This dataset was ORIGINALLY collected by Ryan Lowe, Nissan Pow , Iulian V. Serban† and Joelle Pineau. It is made available here under the Apache License, 2.0. If you use this data in your work, please include the following citation:
|
40 |
+
|
41 |
+
Ryan Lowe, Nissan Pow, Iulian V. Serban and Joelle Pineau, "The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems", SIGDial 2015. URL: http://www.sigdial.org/workshops/conference16/proceedings/pdf/SIGDIAL40.pdf
|