Datasets:
Commit
·
33646a0
1
Parent(s):
7544641
Update README.md
Browse files
README.md
CHANGED
@@ -69,11 +69,11 @@ The Covid-19 French News Dataset is a French-language dataset containing just ov
|
|
69 |
|
70 |
### Supported Tasks and Leaderboards
|
71 |
|
72 |
-
|
73 |
|
74 |
### Languages
|
75 |
|
76 |
-
|
77 |
|
78 |
## Dataset Structure
|
79 |
|
@@ -83,11 +83,12 @@ The Covid-19 French News Dataset is a French-language dataset containing just ov
|
|
83 |
|
84 |
### Data Fields
|
85 |
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
91 |
|
92 |
## Dataset Creation
|
93 |
|
@@ -111,10 +112,6 @@ The Covid-19 French News Dataset is a French-language dataset containing just ov
|
|
111 |
|
112 |
[More Information Needed]
|
113 |
|
114 |
-
#### Who are the annotators?
|
115 |
-
|
116 |
-
[More Information Needed]
|
117 |
-
|
118 |
### Personal and Sensitive Information
|
119 |
|
120 |
[More Information Needed]
|
@@ -137,15 +134,22 @@ The Covid-19 French News Dataset is a French-language dataset containing just ov
|
|
137 |
|
138 |
### Dataset Curators
|
139 |
|
140 |
-
|
141 |
|
142 |
### Licensing Information
|
143 |
|
144 |
-
|
145 |
|
146 |
### Citation Information
|
147 |
|
148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
### Contributions
|
151 |
|
|
|
69 |
|
70 |
### Supported Tasks and Leaderboards
|
71 |
|
72 |
+
Abstractive summarization, topic classification.
|
73 |
|
74 |
### Languages
|
75 |
|
76 |
+
The text in the dataset is in French.
|
77 |
|
78 |
## Dataset Structure
|
79 |
|
|
|
83 |
|
84 |
### Data Fields
|
85 |
|
86 |
+
- `title`: a `string` feature.
|
87 |
+
- `description`: a `string` feature.
|
88 |
+
- `text`: a `string` feature.
|
89 |
+
- `domain`: a `string` feature.
|
90 |
+
- `url`: a `string` feature.
|
91 |
+
- `labels`: a `string` feature.
|
92 |
|
93 |
## Dataset Creation
|
94 |
|
|
|
112 |
|
113 |
[More Information Needed]
|
114 |
|
|
|
|
|
|
|
|
|
115 |
### Personal and Sensitive Information
|
116 |
|
117 |
[More Information Needed]
|
|
|
134 |
|
135 |
### Dataset Curators
|
136 |
|
137 |
+
The data was originally collected by Gustave Cortal.
|
138 |
|
139 |
### Licensing Information
|
140 |
|
141 |
+
Usage of dataset is restricted to non-commercial research purposes only.
|
142 |
|
143 |
### Citation Information
|
144 |
|
145 |
+
```
|
146 |
+
@dataset{fr_covid_news,
|
147 |
+
author = {Gustave Cortal},
|
148 |
+
year = {2022},
|
149 |
+
title = {COVID-19 - French News Dataset},
|
150 |
+
url = {https://www.gustavecortal.com}
|
151 |
+
}
|
152 |
+
```
|
153 |
|
154 |
### Contributions
|
155 |
|