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
8bb7559
1 Parent(s): 77f3575

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -58
dataset_infos.json DELETED
@@ -1,58 +0,0 @@
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
- }