albertvillanova HF staff commited on
Commit
15904d7
1 Parent(s): 9696047

Delete duplicated README (#2)

Browse files

- Delete duplicated README (a817f61f8bce1ced48c61657041a9d2d5dbdecf6)

Files changed (1) hide show
  1. README.MD +0 -210
README.MD DELETED
@@ -1,210 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - found
6
- languages:
7
- - ar
8
- licenses:
9
- - unknown
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 10K<n<100K
14
- source_datasets:
15
- - original
16
- task_categories:
17
- - sequence-modeling
18
- task_ids:
19
- - language-modeling
20
- paperswithcode_id: null
21
- pretty_name: saudinewsnet
22
- ---
23
-
24
- # Dataset Card for "saudinewsnet"
25
-
26
- ## Table of Contents
27
- - [Dataset Description](#dataset-description)
28
- - [Dataset Summary](#dataset-summary)
29
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
- - [Languages](#languages)
31
- - [Dataset Structure](#dataset-structure)
32
- - [Data Instances](#data-instances)
33
- - [Data Fields](#data-fields)
34
- - [Data Splits](#data-splits)
35
- - [Dataset Creation](#dataset-creation)
36
- - [Curation Rationale](#curation-rationale)
37
- - [Source Data](#source-data)
38
- - [Annotations](#annotations)
39
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
- - [Considerations for Using the Data](#considerations-for-using-the-data)
41
- - [Social Impact of Dataset](#social-impact-of-dataset)
42
- - [Discussion of Biases](#discussion-of-biases)
43
- - [Other Known Limitations](#other-known-limitations)
44
- - [Additional Information](#additional-information)
45
- - [Dataset Curators](#dataset-curators)
46
- - [Licensing Information](#licensing-information)
47
- - [Citation Information](#citation-information)
48
- - [Contributions](#contributions)
49
-
50
- ## Dataset Description
51
-
52
- - **Homepage:** [SaudiNewsNet](https://github.com/parallelfold/SaudiNewsNet)
53
- - **Repository:** [Website](https://github.com/parallelfold/SaudiNewsNet)
54
- - **Paper:** [More Information Needed]
55
- - **Point of Contact:** [Mazen Abdulaziz](mailto:mazen.abdulaziz@gmail.com)
56
- - **Size of downloaded dataset files:** 27.67 MB
57
- - **Size of the generated dataset:** 98.85 MB
58
- - **Total amount of disk used:** 126.52 MB
59
-
60
- ### Dataset Summary
61
-
62
- The dataset contains a set of 31,030 Arabic newspaper articles alongwith metadata, extracted from various online Saudi newspapers and written in MSA.
63
-
64
- The dataset currently contains **31,030** Arabic articles (with a total number of **8,758,976 words**). The articles were extracted from the following Saudi newspapers (sorted by number of articles):
65
-
66
- - [Al-Riyadh](http://www.alriyadh.com/) (4,852 articles)
67
- - [Al-Jazirah](http://al-jazirah.com/) (3,690 articles)
68
- - [Al-Yaum](http://alyaum.com/) (3,065 articles)
69
- - [Al-Eqtisadiya](http://aleqt.com/) (2,964 articles)
70
- - [Al-Sharq Al-Awsat](http://aawsat.com/) (2,947 articles)
71
- - [Okaz](http://www.okaz.com.sa/) (2,846 articles)
72
- - [Al-Watan](http://alwatan.com.sa/) (2,279 articles)
73
- - [Al-Madina](http://www.al-madina.com/) (2,252 articles)
74
- - [Al-Weeam](http://alweeam.com.sa/) (2,090 articles)
75
- - [Ain Alyoum](http://3alyoum.com/) (2,080 articles)
76
- - [Sabq](http://sabq.org/) (1,411 articles)
77
- - [Saudi Press Agency](http://www.spa.gov.sa) (369 articles)
78
- - [Arreyadi](http://www.arreyadi.com.sa/) (133 articles)
79
- - [Arreyadiyah](http://www.arreyadiyah.com/) (52 articles)
80
-
81
- ### Supported Tasks and Leaderboards
82
-
83
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
84
-
85
- ### Languages
86
-
87
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
88
-
89
- ## Dataset Structure
90
-
91
- We show detailed information for up to 5 configurations of the dataset.
92
-
93
- ### Data Instances
94
-
95
- #### default
96
-
97
- - **Size of downloaded dataset files:** 27.67 MB
98
- - **Size of the generated dataset:** 98.85 MB
99
- - **Total amount of disk used:** 126.52 MB
100
-
101
- An example of 'train' looks as follows.
102
- ```
103
- This example was too long and was cropped:
104
-
105
- {
106
- "author": "الرياض: محمد الحميدي",
107
- "content": "\"في وقت تتهيأ فيه السعودية لإطلاق الإصدار الثاني من العملات المعدنية، لا تزال التداول بمبالغ النقود المصنوعة من المعدن مستقرة عن...",
108
- "date_extracted": "2015-07-22 01:18:37",
109
- "source": "aawsat",
110
- "title": "\"«العملة المعدنية» السعودية تسجل انحسارًا تاريخيًا وسط تهيؤ لإطلاق الإصدار الثاني\"...",
111
- "url": "\"http://aawsat.com/home/article/411671/«العملة-المعدنية»-السعودية-تسجل-انحسارًا-تاريخيًا-وسط-تهيؤ-لإطلاق-الإصدار-الثاني\"..."
112
- }
113
- ```
114
-
115
- ### Data Fields
116
-
117
- The data fields are the same among all splits.
118
-
119
- - **`source`** (str): The source newspaper.
120
- - **`url`** (str): The full URL from which the article was extracted.
121
- - **`date_extracted`** (str): The timestamp of the date on which the article was extracted. It has the format `YYYY-MM-DD hh:mm:ss`. Notice that this field does not necessarily represent the date on which the article was authored (or made available online), however for articles stamped with a date of extraction after August 1, 2015, this field most probably represents the date of authoring.
122
- - **`title`** (str): The title of the article. Contains missing values that were replaced with an empty string.
123
- - **`author`** (str): The author of the article. Contains missing values that were replaced with an empty string.
124
- - **`content`** (str): The content of the article.
125
-
126
- ### Data Splits
127
-
128
- | name |train|
129
- |-------|----:|
130
- |default|31030|
131
-
132
- ## Dataset Creation
133
-
134
- ### Curation Rationale
135
-
136
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
-
138
- ### Source Data
139
-
140
- | String Identifier | Newspaper |
141
- | ------------------ | --------- |
142
- | aawsat | [Al-Sharq Al-Awsat](http://aawsat.com/) |
143
- | aleqtisadiya | [Al-Eqtisadiya](http://aleqt.com/) |
144
- | aljazirah | [Al-Jazirah](http://al-jazirah.com/) |
145
- | almadina | [Al-Madina](http://www.al-madina.com/) |
146
- | alriyadh | [Al-Riyadh](http://www.alriyadh.com/) |
147
- | alwatan | [Al-Watan](http://alwatan.com.sa/) |
148
- | alweeam | [Al-Weeam](http://alweeam.com.sa/) |
149
- | alyaum | [Al-Yaum](http://alyaum.com/) |
150
- | arreyadi | [Arreyadi](http://www.arreyadi.com.sa/) |
151
- | arreyadiyah | [Arreyadi](http://www.arreyadiyah.com/) |
152
- | okaz | [Okaz](http://www.okaz.com.sa/) |
153
- | sabq | [Sabq](http://sabq.org/) |
154
- | was | [Saudi Press Agency](http://www.spa.gov.sa/) |
155
- | 3alyoum | [Ain Alyoum](http://3alyoum.com/) |
156
-
157
- #### Initial Data Collection and Normalization
158
-
159
- The Modern Standard Arabic texts crawled from the Internet.
160
-
161
- #### Who are the source language producers?
162
-
163
- Newspaper Websites.
164
-
165
- ### Annotations
166
-
167
- The dataset does not contain any additional annotations.
168
-
169
- ### Personal and Sensitive Information
170
-
171
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
172
-
173
- ## Considerations for Using the Data
174
-
175
- ### Social Impact of Dataset
176
-
177
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
178
-
179
- ### Discussion of Biases
180
-
181
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
182
-
183
- ### Other Known Limitations
184
-
185
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
186
-
187
- ## Additional Information
188
-
189
- ### Dataset Curators
190
-
191
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
192
-
193
- ### Licensing Information
194
-
195
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
196
-
197
- ### Citation Information
198
-
199
- ```
200
- @misc{hagrima2015,
201
- author = "M. Alhagri",
202
- title = "Saudi Newspapers Arabic Corpus (SaudiNewsNet)",
203
- year = 2015,
204
- url = "http://github.com/ParallelMazen/SaudiNewsNet"
205
- }
206
- ```
207
-
208
- ### Contributions
209
-
210
- Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.