gustavecortal commited on
Commit
4a83b8c
1 Parent(s): 6af3122

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -10,7 +10,7 @@ licenses:
10
  - unknown
11
  multilinguality:
12
  - monolingual
13
- pretty_name: COVID-19 - French News Dataset
14
  size_categories:
15
  - 10K<n<100K
16
  source_datasets:
@@ -28,7 +28,7 @@ task_ids:
28
  - other-stuctured-to-text
29
  ---
30
 
31
- # Dataset Card for COVID-19 - French News Dataset
32
 
33
  ## Table of Contents
34
  - [Table of Contents](#table-of-contents)
@@ -65,7 +65,7 @@ task_ids:
65
 
66
  ### Dataset Summary
67
 
68
- The Covid-19 French News Dataset is a French-language dataset containing just over 40k unique news articles from more than 50 different French-speaking online newspapers. The current version supports abstractive summarization and topic classification. Dataset Card not finished yet.
69
 
70
  ### Languages
71
 
@@ -79,12 +79,12 @@ The text in the dataset is in French.
79
 
80
  ### Data Fields
81
 
82
- - `title`: a `string` feature.
83
- - `description`: a `string` feature.
84
- - `text`: a `string` feature.
85
- - `domain`: a `string` feature.
86
- - `url`: a `string` feature.
87
- - `labels`: a `string` feature.
88
 
89
  ## Dataset Creation
90
 
@@ -100,7 +100,6 @@ The text in the dataset is in French.
100
 
101
  #### Who are the source language producers?
102
 
103
- [More Information Needed]
104
 
105
  ### Annotations
106
 
 
10
  - unknown
11
  multilinguality:
12
  - monolingual
13
+ pretty_name: COVID-19 French News dataset
14
  size_categories:
15
  - 10K<n<100K
16
  source_datasets:
 
28
  - other-stuctured-to-text
29
  ---
30
 
31
+ # Dataset Card for COVID-19 French News dataset
32
 
33
  ## Table of Contents
34
  - [Table of Contents](#table-of-contents)
 
65
 
66
  ### Dataset Summary
67
 
68
+ The COVID-19 French News dataset is a French-language dataset containing just over 40k unique news articles from more than 50 different French-speaking online newspapers. The dataset has been prepared using news-please - an integrated web crawler and information extractor for news. The current version supports abstractive summarization and topic classification. Dataset Card not finished yet.
69
 
70
  ### Languages
71
 
 
79
 
80
  ### Data Fields
81
 
82
+ - `title`: title of the article
83
+ - `description`: description or a summary of the article
84
+ - `text`: the actual article text in raw form
85
+ - `domain`: source domain of the article (i.e. lemonde.fr)
86
+ - `url`: article URL, the original URL where it was scraped
87
+ - `labels`: classification labels
88
 
89
  ## Dataset Creation
90
 
 
100
 
101
  #### Who are the source language producers?
102
 
 
103
 
104
  ### Annotations
105