khalidalt commited on
Commit
61e0a71
·
1 Parent(s): cb335fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +129 -0
README.md CHANGED
@@ -1,3 +1,132 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ # Dataset Card for HuffPost
6
+
7
+ ## Table of Contents
8
+ - [Table of Contents](#table-of-contents)
9
+ - [Dataset Description](#dataset-description)
10
+ - [Dataset Summary](#dataset-summary)
11
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Data Splits](#data-splits)
17
+ - [Dataset Creation](#dataset-creation)
18
+ - [Curation Rationale](#curation-rationale)
19
+ - [Source Data](#source-data)
20
+ - [Annotations](#annotations)
21
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
22
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
23
+ - [Social Impact of Dataset](#social-impact-of-dataset)
24
+ - [Discussion of Biases](#discussion-of-biases)
25
+ - [Other Known Limitations](#other-known-limitations)
26
+ - [Additional Information](#additional-information)
27
+ - [Dataset Curators](#dataset-curators)
28
+ - [Licensing Information](#licensing-information)
29
+ - [Citation Information](#citation-information)
30
+ - [Contributions](#contributions)
31
+
32
+ ## Dataset Description
33
+
34
+ - **Homepage:https://www.kaggle.com/datasets/rmisra/news-category-dataset/metadata**
35
+
36
+
37
+ ### Dataset Summary
38
+
39
+ SANAD Dataset is a large collection of Arabic news articles that can be used in different Arabic NLP tasks such as Text Classification and Word Embedding. The articles were collected using Python scripts written specifically for three popular news websites: AlKhaleej, AlArabiya and Akhbarona. All datasets have seven categories [Culture, Finance, Medical, Politics, Religion, Sports and Tech], except AlArabiya which doesn’t have [Religion]. SANAD contains a total number of 190k+ articles.
40
+
41
+
42
+ ### Supported Tasks and Leaderboards
43
+
44
+ [More Information Needed]
45
+
46
+ ### Languages
47
+
48
+ [More Information Needed]
49
+
50
+ ## Dataset Structure
51
+
52
+ ### Data Instances
53
+
54
+ [More Information Needed]
55
+
56
+ ### Data Fields
57
+
58
+ [More Information Needed]
59
+
60
+ ### Data Splits
61
+
62
+ [More Information Needed]
63
+
64
+ ## Dataset Creation
65
+
66
+ ### Curation Rationale
67
+
68
+ [More Information Needed]
69
+
70
+ ### Source Data
71
+
72
+ #### Initial Data Collection and Normalization
73
+
74
+ [More Information Needed]
75
+
76
+ #### Who are the source language producers?
77
+
78
+ [More Information Needed]
79
+
80
+ ### Annotations
81
+
82
+ #### Annotation process
83
+
84
+ [More Information Needed]
85
+
86
+ #### Who are the annotators?
87
+
88
+ [More Information Needed]
89
+
90
+ ### Personal and Sensitive Information
91
+
92
+ [More Information Needed]
93
+
94
+ ## Considerations for Using the Data
95
+
96
+ ### Social Impact of Dataset
97
+
98
+ [More Information Needed]
99
+
100
+ ### Discussion of Biases
101
+
102
+ [More Information Needed]
103
+
104
+ ### Other Known Limitations
105
+
106
+ [More Information Needed]
107
+
108
+ ## Additional Information
109
+
110
+ ### Dataset Curators
111
+
112
+ [More Information Needed]
113
+
114
+ ### Licensing Information
115
+
116
+ license: cc-by-4.0
117
+
118
+ ### Citation Information
119
+ ```
120
+ @article{einea2019sanad,
121
+ title={Sanad: Single-label arabic news articles dataset for automatic text categorization},
122
+ author={Einea, Omar and Elnagar, Ashraf and Al Debsi, Ridhwan},
123
+ journal={Data in brief},
124
+ volume={25},
125
+ pages={104076},
126
+ year={2019},
127
+ publisher={Elsevier}
128
+ }
129
+ ```
130
+
131
+ ### Contributions
132
+