system HF staff commited on
Commit
6ce1214
1 Parent(s): 6f3d428

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 +176 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "hansards"
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://www.isi.edu/natural-language/download/hansard/](https://www.isi.edu/natural-language/download/hansard/)
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:** 78.99 MB
37
+ - **Size of the generated dataset:** 248.34 MB
38
+ - **Total amount of disk used:** 327.33 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ This release contains 1.3 million pairs of aligned text chunks (sentences or smaller fragments)
43
+ from the official records (Hansards) of the 36th Canadian Parliament.
44
+
45
+ The complete Hansards of the debates in the House and Senate of the 36th Canadian Parliament,
46
+ as far as available, were aligned. The corpus was then split into 5 sets of sentence pairs:
47
+ training (80% of the sentence pairs), two sets of sentence pairs for testing (5% each), and
48
+ two sets of sentence pairs for final evaluation (5% each). The current release consists of the
49
+ training and testing sets. The evaluation sets are reserved for future MT evaluation purposes
50
+ and currently not available.
51
+
52
+ Caveats
53
+ 1. This release contains only sentence pairs. Even though the order of the sentences is the same
54
+ as in the original, there may be gaps resulting from many-to-one, many-to-many, or one-to-many
55
+ alignments that were filtered out. Therefore, this release may not be suitable for
56
+ discourse-related research.
57
+ 2. Neither the sentence splitting nor the alignments are perfect. In particular, watch out for
58
+ pairs that differ considerably in length. You may want to filter these out before you do
59
+ any statistical training.
60
+
61
+ The alignment of the Hansards was performed as part of the ReWrite project under funding
62
+ from the DARPA TIDES program.
63
+
64
+ ### [Supported Tasks](#supported-tasks)
65
+
66
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
67
+
68
+ ### [Languages](#languages)
69
+
70
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
71
+
72
+ ## [Dataset Structure](#dataset-structure)
73
+
74
+ We show detailed information for up to 5 configurations of the dataset.
75
+
76
+ ### [Data Instances](#data-instances)
77
+
78
+ #### house
79
+
80
+ - **Size of downloaded dataset files:** 64.45 MB
81
+ - **Size of the generated dataset:** 204.44 MB
82
+ - **Total amount of disk used:** 268.89 MB
83
+
84
+ An example of 'train' looks as follows.
85
+ ```
86
+ {
87
+ "en": "Mr. Walt Lastewka (Parliamentary Secretary to Minister of Industry, Lib.):",
88
+ "fr": "M. Walt Lastewka (secrétaire parlementaire du ministre de l'Industrie, Lib.):"
89
+ }
90
+ ```
91
+
92
+ #### senate
93
+
94
+ - **Size of downloaded dataset files:** 14.54 MB
95
+ - **Size of the generated dataset:** 43.90 MB
96
+ - **Total amount of disk used:** 58.44 MB
97
+
98
+ An example of 'train' looks as follows.
99
+ ```
100
+ {
101
+ "en": "Mr. Walt Lastewka (Parliamentary Secretary to Minister of Industry, Lib.):",
102
+ "fr": "M. Walt Lastewka (secrétaire parlementaire du ministre de l'Industrie, Lib.):"
103
+ }
104
+ ```
105
+
106
+ ### [Data Fields](#data-fields)
107
+
108
+ The data fields are the same among all splits.
109
+
110
+ #### house
111
+ - `fr`: a `string` feature.
112
+ - `en`: a `string` feature.
113
+
114
+ #### senate
115
+ - `fr`: a `string` feature.
116
+ - `en`: a `string` feature.
117
+
118
+ ### [Data Splits Sample Size](#data-splits-sample-size)
119
+
120
+ | name |train | test |
121
+ |------|-----:|-----:|
122
+ |house |947969|122290|
123
+ |senate|182135| 25553|
124
+
125
+ ## [Dataset Creation](#dataset-creation)
126
+
127
+ ### [Curation Rationale](#curation-rationale)
128
+
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+
131
+ ### [Source Data](#source-data)
132
+
133
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
+
135
+ ### [Annotations](#annotations)
136
+
137
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
+
139
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
140
+
141
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
+
143
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
144
+
145
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
146
+
147
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
+
149
+ ### [Discussion of Biases](#discussion-of-biases)
150
+
151
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
+
153
+ ### [Other Known Limitations](#other-known-limitations)
154
+
155
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
+
157
+ ## [Additional Information](#additional-information)
158
+
159
+ ### [Dataset Curators](#dataset-curators)
160
+
161
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
162
+
163
+ ### [Licensing Information](#licensing-information)
164
+
165
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
166
+
167
+ ### [Citation Information](#citation-information)
168
+
169
+ ```
170
+
171
+ ```
172
+
173
+
174
+ ### Contributions
175
+
176
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.