File size: 2,143 Bytes
80bf8bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
    "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",
                "_type": "Value"
            },
            "summary": {
                "dtype": "string",
                "_type": "Value"
            },
            "title": {
                "dtype": "string",
                "_type": "Value"
            }
        },
        "supervised_keys": {
            "input": "text",
            "output": "summary"
        },
        "builder_name": "billsum",
        "dataset_name": "billsum",
        "config_name": "default",
        "version": {
            "version_str": "3.0.0",
            "major": 3,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 219596090,
                "num_examples": 18949,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 37866257,
                "num_examples": 3269,
                "dataset_name": null
            },
            "ca_test": {
                "name": "ca_test",
                "num_bytes": 14945291,
                "num_examples": 1237,
                "dataset_name": null
            }
        },
        "download_size": 113729382,
        "dataset_size": 272407638,
        "size_in_bytes": 386137020
    }
}