dipanjanS parquet-converter commited on
Commit
4681f51
·
0 Parent(s):

Duplicate from FiscalNote/billsum

Browse files

Co-authored-by: Parquet-converter (BOT) <parquet-converter@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.model filter=lfs diff=lfs merge=lfs -text
12
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
13
+ *.onnx filter=lfs diff=lfs merge=lfs -text
14
+ *.ot filter=lfs diff=lfs merge=lfs -text
15
+ *.parquet filter=lfs diff=lfs merge=lfs -text
16
+ *.pb filter=lfs diff=lfs merge=lfs -text
17
+ *.pt filter=lfs diff=lfs merge=lfs -text
18
+ *.pth filter=lfs diff=lfs merge=lfs -text
19
+ *.rar filter=lfs diff=lfs merge=lfs -text
20
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
22
+ *.tflite filter=lfs diff=lfs merge=lfs -text
23
+ *.tgz filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - cc0-1.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - summarization
18
+ task_ids: []
19
+ paperswithcode_id: billsum
20
+ pretty_name: BillSum
21
+ tags:
22
+ - bills-summarization
23
+ dataset_info:
24
+ features:
25
+ - name: text
26
+ dtype: string
27
+ - name: summary
28
+ dtype: string
29
+ - name: title
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 219596090
34
+ num_examples: 18949
35
+ - name: test
36
+ num_bytes: 37866257
37
+ num_examples: 3269
38
+ - name: ca_test
39
+ num_bytes: 14945291
40
+ num_examples: 1237
41
+ download_size: 113729382
42
+ dataset_size: 272407638
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ - split: test
49
+ path: data/test-*
50
+ - split: ca_test
51
+ path: data/ca_test-*
52
+ train-eval-index:
53
+ - config: default
54
+ task: summarization
55
+ task_id: summarization
56
+ splits:
57
+ train_split: train
58
+ eval_split: test
59
+ col_mapping:
60
+ text: text
61
+ summary: target
62
+ metrics:
63
+ - type: rouge
64
+ name: Rouge
65
+ ---
66
+
67
+ # Dataset Card for "billsum"
68
+
69
+ ## Table of Contents
70
+ - [Dataset Description](#dataset-description)
71
+ - [Dataset Summary](#dataset-summary)
72
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
73
+ - [Languages](#languages)
74
+ - [Dataset Structure](#dataset-structure)
75
+ - [Data Instances](#data-instances)
76
+ - [Data Fields](#data-fields)
77
+ - [Data Splits](#data-splits)
78
+ - [Dataset Creation](#dataset-creation)
79
+ - [Curation Rationale](#curation-rationale)
80
+ - [Source Data](#source-data)
81
+ - [Annotations](#annotations)
82
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
83
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
84
+ - [Social Impact of Dataset](#social-impact-of-dataset)
85
+ - [Discussion of Biases](#discussion-of-biases)
86
+ - [Other Known Limitations](#other-known-limitations)
87
+ - [Additional Information](#additional-information)
88
+ - [Dataset Curators](#dataset-curators)
89
+ - [Licensing Information](#licensing-information)
90
+ - [Citation Information](#citation-information)
91
+ - [Contributions](#contributions)
92
+
93
+ ## Dataset Description
94
+
95
+ - **Homepage:** [https://github.com/FiscalNote/BillSum](https://github.com/FiscalNote/BillSum)
96
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
97
+ - **Paper:** https://aclanthology.org/D19-5406/
98
+ - **Paper:** https://arxiv.org/abs/1910.00523
99
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+ - **Size of downloaded dataset files:** 67.26 MB
101
+ - **Size of the generated dataset:** 272.42 MB
102
+ - **Total amount of disk used:** 339.68 MB
103
+
104
+ ### Dataset Summary
105
+
106
+ BillSum, summarization of US Congressional and California state bills.
107
+
108
+ There are several features:
109
+ - text: bill text.
110
+ - summary: summary of the bills.
111
+ - title: title of the bills.
112
+ features for us bills. ca bills does not have.
113
+ - text_len: number of chars in text.
114
+ - sum_len: number of chars in summary.
115
+
116
+ ### Supported Tasks and Leaderboards
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### Languages
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ## Dataset Structure
125
+
126
+ ### Data Instances
127
+
128
+ #### default
129
+
130
+ - **Size of downloaded dataset files:** 67.26 MB
131
+ - **Size of the generated dataset:** 272.42 MB
132
+ - **Total amount of disk used:** 339.68 MB
133
+
134
+ An example of 'train' looks as follows.
135
+ ```
136
+ {
137
+ "summary": "some summary",
138
+ "text": "some text.",
139
+ "title": "An act to amend Section xxx."
140
+ }
141
+ ```
142
+
143
+ ### Data Fields
144
+
145
+ The data fields are the same among all splits.
146
+
147
+ #### default
148
+ - `text`: a `string` feature.
149
+ - `summary`: a `string` feature.
150
+ - `title`: a `string` feature.
151
+
152
+ ### Data Splits
153
+
154
+ | name |train|ca_test|test|
155
+ |-------|----:|------:|---:|
156
+ |default|18949| 1237|3269|
157
+
158
+ ## Dataset Creation
159
+
160
+ ### Curation Rationale
161
+
162
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
+
164
+ ### Source Data
165
+
166
+ #### Initial Data Collection and Normalization
167
+
168
+ The data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the [Govinfo](https://github.com/unitedstates/congress) service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s [website](https://leginfo.legislature.ca.gov/).
169
+
170
+ #### Who are the source language producers?
171
+
172
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
+
174
+ ### Annotations
175
+
176
+ #### Annotation process
177
+
178
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
179
+
180
+ #### Who are the annotators?
181
+
182
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
183
+
184
+ ### Personal and Sensitive Information
185
+
186
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
187
+
188
+ ## Considerations for Using the Data
189
+
190
+ ### Social Impact of Dataset
191
+
192
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
193
+
194
+ ### Discussion of Biases
195
+
196
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
+
198
+ ### Other Known Limitations
199
+
200
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
201
+
202
+ ## Additional Information
203
+
204
+ ### Dataset Curators
205
+
206
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
207
+
208
+ ### Licensing Information
209
+
210
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
211
+
212
+ ### Citation Information
213
+
214
+ ```
215
+ @inproceedings{kornilova-eidelman-2019-billsum,
216
+ title = "{B}ill{S}um: A Corpus for Automatic Summarization of {US} Legislation",
217
+ author = "Kornilova, Anastassia and
218
+ Eidelman, Vladimir",
219
+ editor = "Wang, Lu and
220
+ Cheung, Jackie Chi Kit and
221
+ Carenini, Giuseppe and
222
+ Liu, Fei",
223
+ booktitle = "Proceedings of the 2nd Workshop on New Frontiers in Summarization",
224
+ month = nov,
225
+ year = "2019",
226
+ address = "Hong Kong, China",
227
+ publisher = "Association for Computational Linguistics",
228
+ url = "https://aclanthology.org/D19-5406",
229
+ doi = "10.18653/v1/D19-5406",
230
+ pages = "48--56",
231
+ eprint={1910.00523},
232
+ archivePrefix={arXiv},
233
+ primaryClass={cs.CL},
234
+ }
235
+ ```
236
+
237
+
238
+ ### Contributions
239
+
240
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun) for adding this dataset.
data/ca_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadc965dcd2c8ec7a3031ee191f58c0d6e2a5cbec1c0feaa9b547607002869eb
3
+ size 6121191
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2733cb656a2a6fbff0fc012ca50bbf159615ff6451c0adb229884bbd474780b3
3
+ size 15797079
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca4e515ad7502ef579a055c2d64e6dfa0d64200017c15bca00f323a34cd2ae3
3
+ size 91811112