Update README.md
Browse files
README.md
CHANGED
@@ -4,22 +4,24 @@ dataset_info:
|
|
4 |
features:
|
5 |
- name: summary
|
6 |
dtype: string
|
|
|
|
|
|
|
|
|
7 |
- name: article_title
|
8 |
dtype: string
|
|
|
|
|
9 |
- name: article_domain
|
10 |
dtype: string
|
|
|
|
|
11 |
- name: cluster_id
|
12 |
dtype: string
|
13 |
- name: summary_id
|
14 |
dtype: string
|
15 |
- name: article_id
|
16 |
dtype: string
|
17 |
-
- name: url
|
18 |
-
dtype: string
|
19 |
-
- name: abstractiveness_bin
|
20 |
-
dtype: string
|
21 |
-
- name: id
|
22 |
-
dtype: string
|
23 |
- name: summary_domain
|
24 |
dtype: string
|
25 |
- name: summary_word_count
|
@@ -54,8 +56,6 @@ dataset_info:
|
|
54 |
dtype: float64
|
55 |
- name: lcsr
|
56 |
dtype: float64
|
57 |
-
- name: date_publish
|
58 |
-
dtype: timestamp[us]
|
59 |
splits:
|
60 |
- name: train
|
61 |
num_bytes: 1050376245
|
@@ -80,10 +80,8 @@ configs:
|
|
80 |
---
|
81 |
## Dataset Card for CCSum [summary-only]
|
82 |
|
83 |
-
We release the meta data containing article url, title, summary (median length: 30 words), published date, id derived from sha2(maintext, 256).
|
84 |
-
|
85 |
-
|
86 |
-
Please reach out to us if you encounter issues with downloading the dataset.
|
87 |
|
88 |
## Dataset Summary
|
89 |
CCSum is a large-scale and high-quality dataset for abstractive news summarization.
|
|
|
4 |
features:
|
5 |
- name: summary
|
6 |
dtype: string
|
7 |
+
- name: url
|
8 |
+
dtype: string
|
9 |
+
- name: date_publish
|
10 |
+
dtype: timestamp[us]
|
11 |
- name: article_title
|
12 |
dtype: string
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
- name: article_domain
|
16 |
dtype: string
|
17 |
+
- name: abstractiveness_bin
|
18 |
+
dtype: string
|
19 |
- name: cluster_id
|
20 |
dtype: string
|
21 |
- name: summary_id
|
22 |
dtype: string
|
23 |
- name: article_id
|
24 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- name: summary_domain
|
26 |
dtype: string
|
27 |
- name: summary_word_count
|
|
|
56 |
dtype: float64
|
57 |
- name: lcsr
|
58 |
dtype: float64
|
|
|
|
|
59 |
splits:
|
60 |
- name: train
|
61 |
num_bytes: 1050376245
|
|
|
80 |
---
|
81 |
## Dataset Card for CCSum [summary-only]
|
82 |
|
83 |
+
We release the meta data containing article url, title, summary (median length: 30 words), published date, id derived from sha2(maintext, 256), and other meta data associated with the CCSum dataset.
|
84 |
+
Please download the articles based on the urls, and reach out to us if you encounter any issue with using the dataset.
|
|
|
|
|
85 |
|
86 |
## Dataset Summary
|
87 |
CCSum is a large-scale and high-quality dataset for abstractive news summarization.
|