system HF staff commited on
Commit
693edb6
1 Parent(s): ad6d30b

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +158 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "ubuntu_dialogs_corpus"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/rkadlec/ubuntu-ranking-dataset-creator](https://github.com/rkadlec/ubuntu-ranking-dataset-creator)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 0.00 MB
37
+ - **Size of the generated dataset:** 62.46 MB
38
+ - **Total amount of disk used:** 62.46 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Ubuntu Dialogue Corpus, a dataset containing almost 1 million multi-turn dialogues, with a total of over 7 million utterances and 100 million words. This provides a unique resource for research into building dialogue managers based on neural language models that can make use of large amounts of unlabeled data. The dataset has both the multi-turn property of conversations in the Dialog State Tracking Challenge datasets, and the unstructured nature of interactions from microblog services such as Twitter.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### train
59
+
60
+ - **Size of downloaded dataset files:** 0.00 MB
61
+ - **Size of the generated dataset:** 62.46 MB
62
+ - **Total amount of disk used:** 62.46 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+ This example was too long and was cropped:
67
+
68
+ {
69
+ "Context": "\"i think we could import the old comment via rsync , but from there we need to go via email . i think it be easier than cach the...",
70
+ "Label": 1,
71
+ "Utterance": "basic each xfree86 upload will not forc user to upgrad 100mb of font for noth __eou__ no someth i do in my spare time . __eou__"
72
+ }
73
+ ```
74
+
75
+ ### [Data Fields](#data-fields)
76
+
77
+ The data fields are the same among all splits.
78
+
79
+ #### train
80
+ - `Context`: a `string` feature.
81
+ - `Utterance`: a `string` feature.
82
+ - `Label`: a `int32` feature.
83
+
84
+ ### [Data Splits Sample Size](#data-splits-sample-size)
85
+
86
+ |name |train |
87
+ |-----|-----:|
88
+ |train|127422|
89
+
90
+ ## [Dataset Creation](#dataset-creation)
91
+
92
+ ### [Curation Rationale](#curation-rationale)
93
+
94
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
95
+
96
+ ### [Source Data](#source-data)
97
+
98
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
99
+
100
+ ### [Annotations](#annotations)
101
+
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
+
104
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
105
+
106
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
+
108
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
109
+
110
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
111
+
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
+
114
+ ### [Discussion of Biases](#discussion-of-biases)
115
+
116
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
+
118
+ ### [Other Known Limitations](#other-known-limitations)
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ ## [Additional Information](#additional-information)
123
+
124
+ ### [Dataset Curators](#dataset-curators)
125
+
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+
128
+ ### [Licensing Information](#licensing-information)
129
+
130
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
+
132
+ ### [Citation Information](#citation-information)
133
+
134
+ ```
135
+ @article{DBLP:journals/corr/LowePSP15,
136
+ author = {Ryan Lowe and
137
+ Nissan Pow and
138
+ Iulian Serban and
139
+ Joelle Pineau},
140
+ title = {The Ubuntu Dialogue Corpus: {A} Large Dataset for Research in Unstructured
141
+ Multi-Turn Dialogue Systems},
142
+ journal = {CoRR},
143
+ volume = {abs/1506.08909},
144
+ year = {2015},
145
+ url = {http://arxiv.org/abs/1506.08909},
146
+ archivePrefix = {arXiv},
147
+ eprint = {1506.08909},
148
+ timestamp = {Mon, 13 Aug 2018 16:48:23 +0200},
149
+ biburl = {https://dblp.org/rec/journals/corr/LowePSP15.bib},
150
+ bibsource = {dblp computer science bibliography, https://dblp.org}
151
+ }
152
+
153
+ ```
154
+
155
+
156
+ ### Contributions
157
+
158
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.