Datasets:
gustavecortal
commited on
Commit
•
3f3c9f0
1
Parent(s):
1ca95d2
Update README.md
Browse files
README.md
CHANGED
@@ -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 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 |
|
@@ -86,6 +86,10 @@ The text in the dataset is in French.
|
|
86 |
- `url`: article URL, the original URL where it was scraped
|
87 |
- `labels`: classification labels
|
88 |
|
|
|
|
|
|
|
|
|
89 |
## Dataset Creation
|
90 |
|
91 |
### Curation Rationale
|
@@ -109,13 +113,13 @@ The text in the dataset is in French.
|
|
109 |
|
110 |
### Personal and Sensitive Information
|
111 |
|
112 |
-
|
113 |
|
114 |
## Considerations for Using the Data
|
115 |
|
116 |
### Social Impact of Dataset
|
117 |
|
118 |
-
|
119 |
|
120 |
### Discussion of Biases
|
121 |
|
|
|
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](https://github.com/fhamborg/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 |
|
|
|
86 |
- `url`: article URL, the original URL where it was scraped
|
87 |
- `labels`: classification labels
|
88 |
|
89 |
+
## Data Splits
|
90 |
+
|
91 |
+
COVID-19 French News dataset has only the training set, i.e. it has to be loaded with train split specified: fr_covid_news = load_dataset('gustavecortal/fr_covid_news', split="train")
|
92 |
+
|
93 |
## Dataset Creation
|
94 |
|
95 |
### Curation Rationale
|
|
|
113 |
|
114 |
### Personal and Sensitive Information
|
115 |
|
116 |
+
As one can imagine, data contains contemporary public figures or individuals who appeared in the news.
|
117 |
|
118 |
## Considerations for Using the Data
|
119 |
|
120 |
### Social Impact of Dataset
|
121 |
|
122 |
+
The purpose of this dataset is to help researchers develop better French topic classification and abstractive summarization models for news related to COVID-19.
|
123 |
|
124 |
### Discussion of Biases
|
125 |
|