azzedine commited on
Commit
dc4c69c
·
verified ·
1 Parent(s): 6109fd7

Update README.md

Browse files

# Dataset Card for GOOD-Sum_v2
## Description
GOOD-Sum_v2 is an expanded version of the original [GOOD-Sum](https://huggingface.co/datasets/Goud/Goud-sum) dataset, now containing a total of 189,000 articles for training, 9,497 articles for validation, and 9,497 articles for testing. The dataset includes headlines and categories for each article. The articles are written in Moroccan Darija, Modern Standard Arabic (MSA), or a mix of both. Both versions of the dataset were scraped from the [GOUD.ma](https://www.goud.ma) website.

## About the Source
[GOUD.ma](https://www.goud.ma) is a news website established by Ahmed Najim. Journalists contribute articles in Modern Standard Arabic and Moroccan Darija, spanning various topics. This dataset captures the linguistic diversity of Moroccan media.

## Key Features
- **Data Splits**
GOOD-Sum_v2 dataset has 3 splits: train, validation, and test. Below are the number of instances in each split.
| **Split** | **Number of Articles** |
|------------------|-------------------------|
| Training Set | 189,000 |
| Validation Set | 9,497 |
| Test Set | 9,497 |

- **Languages:** Moroccan Darija, MSA, or a mix of both.
- **Data Fields:**
- article: The full article text.
- headline: The title of the article that will serve as the reference summary.
- categories: The topic category of the article (e.g., الرئيسية, تبركيك).

## Intended Use
Text summarization

### Citation
If you use this dataset, please cite it as follows:



@dataset
{goud_sum_v2_2024,
title = {Empirical Evaluation of Pre-trained Language Models for Summarizing Moroccan Darija News Articles},
author = {Azzedine Aftiss, Salima Lamsiyah, Christoph Schommer and Said Ouatik El Alaoui},
year = {2025},
publisher = {WACL-4},
url = {https://huggingface.co/datasets/good-sum_v2}
}

Files changed (1) hide show
  1. README.md +38 -32
README.md CHANGED
@@ -1,32 +1,38 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: article
6
- dtype: string
7
- - name: headline
8
- dtype: string
9
- - name: categories
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 397165424
14
- num_examples: 188709
15
- - name: validation
16
- num_bytes: 19675290
17
- num_examples: 9497
18
- - name: test
19
- num_bytes: 19674802
20
- num_examples: 9497
21
- download_size: 221480572
22
- dataset_size: 436515516
23
- configs:
24
- - config_name: default
25
- data_files:
26
- - split: train
27
- path: data/train-*
28
- - split: validation
29
- path: data/validation-*
30
- - split: test
31
- path: data/test-*
32
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: article
6
+ dtype: string
7
+ - name: headline
8
+ dtype: string
9
+ - name: categories
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 397165424
14
+ num_examples: 188709
15
+ - name: validation
16
+ num_bytes: 19675290
17
+ num_examples: 9497
18
+ - name: test
19
+ num_bytes: 19674802
20
+ num_examples: 9497
21
+ download_size: 221480572
22
+ dataset_size: 436515516
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ - split: validation
29
+ path: data/validation-*
30
+ - split: test
31
+ path: data/test-*
32
+ task_categories:
33
+ - summarization
34
+ language:
35
+ - ar
36
+ size_categories:
37
+ - 100K<n<1M
38
+ ---