Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
bills-summarization
License:
system HF staff commited on
Commit
b402091
1 Parent(s): 3b572fc

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
@@ -45,7 +45,7 @@ task_ids:
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
 
48
- ## [Dataset Description](#dataset-description)
49
 
50
  - **Homepage:** [https://github.com/FiscalNote/BillSum](https://github.com/FiscalNote/BillSum)
51
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -55,7 +55,7 @@ task_ids:
55
  - **Size of the generated dataset:** 259.80 MB
56
  - **Total amount of disk used:** 323.94 MB
57
 
58
- ### [Dataset Summary](#dataset-summary)
59
 
60
  BillSum, summarization of US Congressional and California state bills.
61
 
@@ -67,19 +67,19 @@ features for us bills. ca bills does not have.
67
  - text_len: number of chars in text.
68
  - sum_len: number of chars in summary.
69
 
70
- ### [Supported Tasks](#supported-tasks)
71
 
72
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
73
 
74
- ### [Languages](#languages)
75
 
76
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
77
 
78
- ## [Dataset Structure](#dataset-structure)
79
 
80
  We show detailed information for up to 5 configurations of the dataset.
81
 
82
- ### [Data Instances](#data-instances)
83
 
84
  #### default
85
 
@@ -96,7 +96,7 @@ An example of 'train' looks as follows.
96
  }
97
  ```
98
 
99
- ### [Data Fields](#data-fields)
100
 
101
  The data fields are the same among all splits.
102
 
@@ -105,55 +105,55 @@ The data fields are the same among all splits.
105
  - `summary`: a `string` feature.
106
  - `title`: a `string` feature.
107
 
108
- ### [Data Splits Sample Size](#data-splits-sample-size)
109
 
110
  | name |train|ca_test|test|
111
  |-------|----:|------:|---:|
112
  |default|18949| 1237|3269|
113
 
114
- ## [Dataset Creation](#dataset-creation)
115
 
116
- ### [Curation Rationale](#curation-rationale)
117
 
118
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
 
120
- ### [Source Data](#source-data)
121
 
122
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
 
124
- ### [Annotations](#annotations)
125
 
126
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
 
128
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
133
 
134
- ### [Social Impact of Dataset](#social-impact-of-dataset)
135
 
136
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
 
138
- ### [Discussion of Biases](#discussion-of-biases)
139
 
140
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
 
142
- ### [Other Known Limitations](#other-known-limitations)
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
- ## [Additional Information](#additional-information)
147
 
148
- ### [Dataset Curators](#dataset-curators)
149
 
150
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
151
 
152
- ### [Licensing Information](#licensing-information)
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
- ### [Citation Information](#citation-information)
157
 
158
  ```
159
 
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
 
48
+ ## Dataset Description
49
 
50
  - **Homepage:** [https://github.com/FiscalNote/BillSum](https://github.com/FiscalNote/BillSum)
51
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
  - **Size of the generated dataset:** 259.80 MB
56
  - **Total amount of disk used:** 323.94 MB
57
 
58
+ ### Dataset Summary
59
 
60
  BillSum, summarization of US Congressional and California state bills.
61
 
67
  - text_len: number of chars in text.
68
  - sum_len: number of chars in summary.
69
 
70
+ ### Supported Tasks
71
 
72
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
73
 
74
+ ### Languages
75
 
76
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
77
 
78
+ ## Dataset Structure
79
 
80
  We show detailed information for up to 5 configurations of the dataset.
81
 
82
+ ### Data Instances
83
 
84
  #### default
85
 
96
  }
97
  ```
98
 
99
+ ### Data Fields
100
 
101
  The data fields are the same among all splits.
102
 
105
  - `summary`: a `string` feature.
106
  - `title`: a `string` feature.
107
 
108
+ ### Data Splits Sample Size
109
 
110
  | name |train|ca_test|test|
111
  |-------|----:|------:|---:|
112
  |default|18949| 1237|3269|
113
 
114
+ ## Dataset Creation
115
 
116
+ ### Curation Rationale
117
 
118
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
 
120
+ ### Source Data
121
 
122
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
 
124
+ ### Annotations
125
 
126
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
 
128
+ ### Personal and Sensitive Information
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
+ ## Considerations for Using the Data
133
 
134
+ ### Social Impact of Dataset
135
 
136
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
 
138
+ ### Discussion of Biases
139
 
140
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
 
142
+ ### Other Known Limitations
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
+ ## Additional Information
147
 
148
+ ### Dataset Curators
149
 
150
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
151
 
152
+ ### Licensing Information
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
+ ### Citation Information
157
 
158
  ```
159