Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
bills-summarization
License:
Commit
•
80bf8bc
1
Parent(s):
b622e61
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +23 -14
- data/ca_test-00000-of-00001.parquet +3 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- dataset_infos.json +58 -1
README.md
CHANGED
@@ -18,19 +18,6 @@ task_categories:
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: billsum
|
20 |
pretty_name: BillSum
|
21 |
-
train-eval-index:
|
22 |
-
- config: default
|
23 |
-
task: summarization
|
24 |
-
task_id: summarization
|
25 |
-
splits:
|
26 |
-
train_split: train
|
27 |
-
eval_split: test
|
28 |
-
col_mapping:
|
29 |
-
text: text
|
30 |
-
summary: target
|
31 |
-
metrics:
|
32 |
-
- type: rouge
|
33 |
-
name: Rouge
|
34 |
tags:
|
35 |
- bills-summarization
|
36 |
dataset_info:
|
@@ -51,8 +38,30 @@ dataset_info:
|
|
51 |
- name: ca_test
|
52 |
num_bytes: 14945291
|
53 |
num_examples: 1237
|
54 |
-
download_size:
|
55 |
dataset_size: 272407638
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
57 |
|
58 |
# Dataset Card for "billsum"
|
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: billsum
|
20 |
pretty_name: BillSum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
tags:
|
22 |
- bills-summarization
|
23 |
dataset_info:
|
|
|
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"
|
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
|
dataset_infos.json
CHANGED
@@ -1 +1,58 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "\nBillSum, summarization of US Congressional and California state bills.\n\nThere are several features:\n - text: bill text.\n - summary: summary of the bills.\n - title: title of the bills.\nfeatures for us bills. ca bills does not have.\n - text_len: number of chars in text.\n - sum_len: number of chars in summary.\n",
|
4 |
+
"citation": "\n@misc{kornilova2019billsum,\n title={BillSum: A Corpus for Automatic Summarization of US Legislation},\n author={Anastassia Kornilova and Vlad Eidelman},\n year={2019},\n eprint={1910.00523},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
5 |
+
"homepage": "https://github.com/FiscalNote/BillSum",
|
6 |
+
"license": "CC0",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"summary": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"title": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"supervised_keys": {
|
22 |
+
"input": "text",
|
23 |
+
"output": "summary"
|
24 |
+
},
|
25 |
+
"builder_name": "billsum",
|
26 |
+
"dataset_name": "billsum",
|
27 |
+
"config_name": "default",
|
28 |
+
"version": {
|
29 |
+
"version_str": "3.0.0",
|
30 |
+
"major": 3,
|
31 |
+
"minor": 0,
|
32 |
+
"patch": 0
|
33 |
+
},
|
34 |
+
"splits": {
|
35 |
+
"train": {
|
36 |
+
"name": "train",
|
37 |
+
"num_bytes": 219596090,
|
38 |
+
"num_examples": 18949,
|
39 |
+
"dataset_name": null
|
40 |
+
},
|
41 |
+
"test": {
|
42 |
+
"name": "test",
|
43 |
+
"num_bytes": 37866257,
|
44 |
+
"num_examples": 3269,
|
45 |
+
"dataset_name": null
|
46 |
+
},
|
47 |
+
"ca_test": {
|
48 |
+
"name": "ca_test",
|
49 |
+
"num_bytes": 14945291,
|
50 |
+
"num_examples": 1237,
|
51 |
+
"dataset_name": null
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"download_size": 113729382,
|
55 |
+
"dataset_size": 272407638,
|
56 |
+
"size_in_bytes": 386137020
|
57 |
+
}
|
58 |
+
}
|