jordiclive
commited on
Commit
•
7a62c31
1
Parent(s):
1ca5753
Update README.md
Browse files
README.md
CHANGED
@@ -3,38 +3,15 @@ language:
|
|
3 |
- en
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
-
pretty_name:
|
7 |
-
paperswithcode_id: xsum
|
8 |
-
size_categories:
|
9 |
-
- 100K<n<1M
|
10 |
source_datasets:
|
11 |
- original
|
12 |
task_categories:
|
13 |
- summarization
|
14 |
task_ids:
|
15 |
-
-
|
16 |
-
|
17 |
-
-
|
18 |
-
task: summarization
|
19 |
-
task_id: summarization
|
20 |
-
splits:
|
21 |
-
train_split: train
|
22 |
-
eval_split: test
|
23 |
-
col_mapping:
|
24 |
-
document: text
|
25 |
-
summary: target
|
26 |
-
metrics:
|
27 |
-
- type: rouge
|
28 |
-
name: Rouge
|
29 |
-
dataset_info:
|
30 |
-
features:
|
31 |
-
- name: document
|
32 |
-
dtype: string
|
33 |
-
- name: summary
|
34 |
-
dtype: string
|
35 |
-
- name: id
|
36 |
-
dtype: string
|
37 |
-
|
38 |
---
|
39 |
|
40 |
## Dataset Description
|
@@ -77,4 +54,4 @@ A summary or introduction of an article is everything starting from the page tit
|
|
77 |
month = {11},
|
78 |
address = {Science Park 904, Amsterdam, Netherlands}
|
79 |
}
|
80 |
-
```
|
|
|
3 |
- en
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
+
pretty_name: Wikipedia-Summary
|
|
|
|
|
|
|
7 |
source_datasets:
|
8 |
- original
|
9 |
task_categories:
|
10 |
- summarization
|
11 |
task_ids:
|
12 |
+
- articles-summarization
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
## Dataset Description
|
|
|
54 |
month = {11},
|
55 |
address = {Science Park 904, Amsterdam, Netherlands}
|
56 |
}
|
57 |
+
```
|