--- 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 = "", } ```