Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
bills-summarization
License:
fix task_ids
Browse files
README.md
CHANGED
@@ -15,8 +15,7 @@ source_datasets:
|
|
15 |
- original
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
-
task_ids:
|
19 |
-
- summarization-other-bills-summarization
|
20 |
paperswithcode_id: billsum
|
21 |
pretty_name: BillSum
|
22 |
train-eval-index:
|
@@ -30,8 +29,10 @@ train-eval-index:
|
|
30 |
text: text
|
31 |
summary: target
|
32 |
metrics:
|
33 |
-
|
34 |
-
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# Dataset Card for "billsum"
|
@@ -196,4 +197,4 @@ The data consists of three parts: US training bills, US test bills and Californi
|
|
196 |
|
197 |
### Contributions
|
198 |
|
199 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
15 |
- original
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
+
task_ids: []
|
|
|
19 |
paperswithcode_id: billsum
|
20 |
pretty_name: BillSum
|
21 |
train-eval-index:
|
|
|
29 |
text: text
|
30 |
summary: target
|
31 |
metrics:
|
32 |
+
- type: rouge
|
33 |
+
name: Rouge
|
34 |
+
tags:
|
35 |
+
- bills-summarization
|
36 |
---
|
37 |
|
38 |
# Dataset Card for "billsum"
|
|
|
197 |
|
198 |
### Contributions
|
199 |
|
200 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun) for adding this dataset.
|