File size: 3,503 Bytes
751c223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f6e382
 
 
 
 
751c223
cc5132b
 
 
563a6e0
cc5132b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f6e382
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: description
    dtype: string
  - name: meta_keywords
    sequence: string
  - name: tags
    sequence: string
  - name: public_date
    dtype: string
  - name: author
    dtype: string
  - name: subtitle
    dtype: string
  - name: view
    dtype: int64
  - name: main_category
    dtype: string
  - name: sub_category
    dtype: string
  - name: city
    dtype: string
  - name: text
    dtype: string
  - name: title_len
    dtype: int64
  - name: description_len
    dtype: int64
  - name: public_date_len
    dtype: float64
  - name: subtitle_len
    dtype: float64
  - name: text_len
    dtype: int64
  splits:
  - name: train
    num_bytes: 497537790
    num_examples: 145069
  download_size: 211536806
  dataset_size: 497537790
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- feature-extraction
- fill-mask
language:
- ar
---

### Description

Scraped articles from alarab (~145,069 articles)

### Usage

```python
from datasets import load_dataset


ds = load_dataset("iahlt/alarab_articles")
```

### Sample

```json
{'url': 'https://www.alarab.co.il/Article/1038538',
 'title': 'وفيات النقب | الحاجة فاطمة البحيري في ذمة الله',
 'description': 'انتقلت إلى رحمته تعالى مساء اليوم، السبت، في اللقية الحاجة فاطمة حسن الأسد-البحيري (أم سلمان) عن عمر ناهز 93 عاما. والمرحومة هي أرملة المرحوم علي البحيري.ومن المتوقع أن يتم تشييع جثمانها الطاهر إلى أول منازل الآخرة في مقبرة خربة اللقية صب',
 'meta_keywords': ['اخبار اليوم، موقع العرب، اخبار العرب، موقع أخبار ، رياضة ، سياسة ، فن عالمي ، فن عربي ، اقتصاد ، موسيقى ، ترفيه ، ألعاب ، سيارات ، أغاني ، كليبات ، افلام عربية ، صور جميلات العرب ومشاهير العرب'],
 'tags': ['حالة الطقس',
  'اسعار العملات مقابل الشيكل',
  'الطقس',
  'حالة الطقس اليوم'],
 'public_date': '09/07/22 22:40',
 'author': 'ياسر العقبي',
 'subtitle': 'وفيات النقب | الحاجة فاطمة البحيري في ذمة الله',
 'view': 20,
 'main_category': 'أخبار',
 'sub_category': 'وفيات',
 'city': None,
 'text': 'انتقلت إلى رحمته تعالى مساء اليوم، السبت، في اللقية الحاجة فاطمة حسن الأسد-البحيري (أم سلمان) عن عمر ناهز 93 عاما. والمرحومة هي أرملة المرحوم علي البحيري.ومن المتوقع أن يتم تشييع جثمانها الطاهر إلى أول منازل الآخرة في مقبرة خربة اللقية صباح يوم غد الأحد.تقبل التعازي في خيمة العزاء بالقرب من بيت الفقيدة.',
 'title_len': 46,
 'description_len': 238,
 'public_date_len': 14.0,
 'subtitle_len': 46.0,
 'text_len': 304}
```

### Citation

If you use this dataset, please cite:

```
@InProceedings{iahlt2023alarab_articles,
        author =      "iahlt",
        title =       "Arabic Corpus: Alarab",
        year =        "2023",
        publisher =   "",
        location =    "",
      }
```