MohamedZayton commited on
Commit
b6fc300
·
verified ·
1 Parent(s): 1064959

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -5,4 +5,55 @@ task_categories:
5
  - text-generation
6
  language:
7
  - ar
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - text-generation
6
  language:
7
  - ar
8
+ ---
9
+
10
+ # AMINA Newspaper Articles Dataset
11
+
12
+ We are pleased to introduce the **AMINA Newspaper Articles Dataset**, a comprehensive collection of articles gathered from various reputable sources. This dataset is designed to facilitate research in natural language processing, journalism studies, and more. The articles are sourced from the following news outlets:
13
+
14
+ - Youm7
15
+ - BBC
16
+ - CNN
17
+ - RT
18
+ - Elsharq
19
+ - ElRai
20
+ - Elspahe
21
+ - Hespress
22
+
23
+ ## Paper Link
24
+
25
+ You can find more detailed information about the dataset in the accompanying paper [here](link-to-the-paper).
26
+
27
+ ## Download Instructions
28
+
29
+ To download and utilize the dataset, you can use the following code snippets for each source:
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ # BBC articles
35
+ bbc = load_dataset("MohamedZayton/AMINA", data_files="BBC/BBC.csv")
36
+
37
+ # CNN articles
38
+ cnn = load_dataset("MohamedZayton/AMINA", data_files="CNN/CNN.csv")
39
+
40
+ # RT articles
41
+ rt = load_dataset("MohamedZayton/AMINA", data_files="RT/RT.csv")
42
+
43
+ # Youm7 articles
44
+ youm_7 = load_dataset("MohamedZayton/AMINA", data_files="Youm7/Youm7.csv")
45
+
46
+ # Hespress articles
47
+ hespress = load_dataset("MohamedZayton/AMINA", data_files="Hespress/Hespress.csv")
48
+
49
+ # Elspahe articles
50
+ elspahe = load_dataset("MohamedZayton/AMINA", data_files="Elspahe/Elspahe.csv")
51
+
52
+ # ElRai articles by category
53
+ elrai_category_name = load_dataset("MohamedZayton/AMINA", data_files="ElRai/{category_name}.csv")
54
+
55
+ # ElSharq articles by category
56
+ elsharq_category_name = load_dataset("MohamedZayton/AMINA", data_files="ElSharq/{category_name}.csv")
57
+ ```
58
+
59
+ ## Citation