Datasets:

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

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

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: 67260676
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
- {"default": {"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", "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", "homepage": "https://github.com/FiscalNote/BillSum", "license": "CC0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "summary": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "text", "output": "summary"}, "task_templates": null, "builder_name": "billsum", "config_name": "default", "version": {"version_str": "3.0.0", "description": null, "major": 3, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 219596090, "num_examples": 18949, "dataset_name": "billsum"}, "test": {"name": "test", "num_bytes": 37866257, "num_examples": 3269, "dataset_name": "billsum"}, "ca_test": {"name": "ca_test", "num_bytes": 14945291, "num_examples": 1237, "dataset_name": "billsum"}}, "download_checksums": {"https://drive.google.com/uc?export=download&id=1g89WgFHMRbr4QrvA0ngh26PY081Nv3lx": {"num_bytes": 67260676, "checksum": "5a55dfb231618d63b25cec4773280a2986d38f53d6d4d39b8256b278edf1110c"}}, "download_size": 67260676, "post_processing_size": null, "dataset_size": 272407638, "size_in_bytes": 339668314}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }