system HF Staff commited on
Commit
6f42113
·
1 Parent(s): 95a7baa

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://pan.webis.de/clef20/pan20-web/style-change-detection.html](https://pan.webis.de/clef20/pan20-web/style-change-detection.html)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,25 +37,25 @@
37
  - **Size of the generated dataset:** 197.60 MB
38
  - **Total amount of disk used:** 197.60 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  The goal of the style change detection task is to identify text positions within a given multi-author document at which the author switches. Detecting these positions is a crucial part of the authorship identification process, and for multi-author document analysis in general.
43
 
44
  Access to the dataset needs to be requested from zenodo.
45
 
46
- ### [Supported Tasks](#supported-tasks)
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
- ### [Languages](#languages)
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
- ## [Dataset Structure](#dataset-structure)
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
- ### [Data Instances](#data-instances)
59
 
60
  #### narrow
61
 
@@ -95,7 +95,7 @@ An example of 'train' looks as follows.
95
  }
96
  ```
97
 
98
- ### [Data Fields](#data-fields)
99
 
100
  The data fields are the same among all splits.
101
 
@@ -117,56 +117,56 @@ The data fields are the same among all splits.
117
  - `multi-author`: a `bool` feature.
118
  - `changes`: a `list` of `bool` features.
119
 
120
- ### [Data Splits Sample Size](#data-splits-sample-size)
121
 
122
  | name |train|validation|
123
  |------|----:|---------:|
124
  |narrow| 3418| 1713|
125
  |wide | 8030| 4019|
126
 
127
- ## [Dataset Creation](#dataset-creation)
128
 
129
- ### [Curation Rationale](#curation-rationale)
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
- ### [Source Data](#source-data)
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
- ### [Annotations](#annotations)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
146
 
147
- ### [Social Impact of Dataset](#social-impact-of-dataset)
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
- ### [Discussion of Biases](#discussion-of-biases)
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
- ### [Other Known Limitations](#other-known-limitations)
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
- ## [Additional Information](#additional-information)
160
 
161
- ### [Dataset Curators](#dataset-curators)
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
- ### [Licensing Information](#licensing-information)
166
 
167
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
168
 
169
- ### [Citation Information](#citation-information)
170
 
171
  ```
172
  @inproceedings{bevendorff2020shared,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://pan.webis.de/clef20/pan20-web/style-change-detection.html](https://pan.webis.de/clef20/pan20-web/style-change-detection.html)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 197.60 MB
38
  - **Total amount of disk used:** 197.60 MB
39
 
40
+ ### Dataset Summary
41
 
42
  The goal of the style change detection task is to identify text positions within a given multi-author document at which the author switches. Detecting these positions is a crucial part of the authorship identification process, and for multi-author document analysis in general.
43
 
44
  Access to the dataset needs to be requested from zenodo.
45
 
46
+ ### Supported Tasks
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
+ ### Languages
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
+ ## Dataset Structure
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
+ ### Data Instances
59
 
60
  #### narrow
61
 
 
95
  }
96
  ```
97
 
98
+ ### Data Fields
99
 
100
  The data fields are the same among all splits.
101
 
 
117
  - `multi-author`: a `bool` feature.
118
  - `changes`: a `list` of `bool` features.
119
 
120
+ ### Data Splits Sample Size
121
 
122
  | name |train|validation|
123
  |------|----:|---------:|
124
  |narrow| 3418| 1713|
125
  |wide | 8030| 4019|
126
 
127
+ ## Dataset Creation
128
 
129
+ ### Curation Rationale
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
+ ### Source Data
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
+ ### Annotations
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ### Personal and Sensitive Information
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ## Considerations for Using the Data
146
 
147
+ ### Social Impact of Dataset
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
+ ### Discussion of Biases
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
+ ### Other Known Limitations
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
+ ## Additional Information
160
 
161
+ ### Dataset Curators
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
+ ### Licensing Information
166
 
167
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
168
 
169
+ ### Citation Information
170
 
171
  ```
172
  @inproceedings{bevendorff2020shared,