Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Moroccan Arabic
Size:
1K - 10K
ArXiv:
Upload README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,131 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
dataset_size: 369368510
|
16 |
-
configs:
|
17 |
-
- config_name: default
|
18 |
-
data_files:
|
19 |
-
- split: train
|
20 |
-
path: data/train-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ary
|
4 |
+
task_categories:
|
5 |
+
- text-generation
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
language_creators:
|
9 |
+
- machine-translated
|
10 |
+
source_datasets:
|
11 |
+
- original
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
+
|
17 |
+
# Dataset Card for DarijaStory
|
18 |
+
|
19 |
+
## Table of Contents
|
20 |
+
|
21 |
+
- [Dataset Description](#dataset-description)
|
22 |
+
- [Dataset Summary](#dataset-summary)
|
23 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
24 |
+
- [Languages](#languages)
|
25 |
+
- [Dataset Structure](#dataset-structure)
|
26 |
+
- [Data Instances](#data-instances)
|
27 |
+
- [Data Fields](#data-fields)
|
28 |
+
- [Data Splits](#data-splits)
|
29 |
+
- [Dataset Creation](#dataset-creation)
|
30 |
+
- [Curation Rationale](#curation-rationale)
|
31 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
32 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
33 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
34 |
+
- [Discussion of Biases](#discussion-of-biases)
|
35 |
+
- [Additional Information](#additional-information)
|
36 |
+
- [Dataset Curators](#dataset-curators)
|
37 |
+
- [Licensing Information](#licensing-information)
|
38 |
+
- [Citation Information](#citation-information)
|
39 |
+
|
40 |
+
## Dataset Description
|
41 |
+
|
42 |
+
- **Repository:** [https://hf.co/datasets/MBZUAI-Paris/DarijaStory](https://hf.co/datasets/MBZUAI-Paris/DarijaStory)
|
43 |
+
- **Paper:** [https://arxiv.org/pdf/2409.17912](https://arxiv.org/pdf/2409.17912)
|
44 |
+
|
45 |
+
### Dataset Summary
|
46 |
+
|
47 |
+
DarijaStory is a story completion dataset. It consists of 4,392 long stories scraped from [9esa](https://www.9esa.com), a website featuring a variety of stories written in Moroccan Darija.
|
48 |
+
|
49 |
+
### Supported Tasks and Leaderboards
|
50 |
+
|
51 |
+
- **Task Category:** Conditional Text Generation
|
52 |
+
- **Task:** Story Completion in Moroccan Darija
|
53 |
+
|
54 |
+
### Languages
|
55 |
+
|
56 |
+
The dataset is available in Moroccan Arabic (Darija).
|
57 |
+
|
58 |
+
## Dataset Structure
|
59 |
+
|
60 |
+
### Data Instances
|
61 |
+
|
62 |
+
Each data instance contains a story or a chapter of story.
|
63 |
+
|
64 |
+
#### Example Data Instance:
|
65 |
+
|
66 |
+
```
|
67 |
+
{
|
68 |
+
'id': 1170,
|
69 |
+
'story_name': 'قصة اللؤلؤة السوداء',
|
70 |
+
'content': 'حلات عوييناتها بتقااالة... حاسة بحرييق كيقطع فراااسها... قوي وعينيها مضببين ليها رؤيا ... هزات يديها بتقالة حطاتها فوق رااسها....'
|
71 |
+
}
|
72 |
+
```
|
73 |
+
|
74 |
+
### Data Fields
|
75 |
+
|
76 |
+
- **id**: *(integer)* Index of the story.
|
77 |
+
- **story_name**: *(string)* The story name.
|
78 |
+
- **content**: *(integer)* The content of the story.
|
79 |
+
|
80 |
+
### Data Splits
|
81 |
+
|
82 |
+
The dataset consists of a single split:
|
83 |
+
|
84 |
+
| Split | Number of Instances |
|
85 |
+
|-------|----------------------|
|
86 |
+
| train | 4,392 |
|
87 |
+
|
88 |
+
## Dataset Creation
|
89 |
+
|
90 |
+
### Curation Rationale
|
91 |
+
|
92 |
+
The dataset was web-scraped from [9esa.com](https://www.9esa.com) that contains stories in Darija.
|
93 |
+
|
94 |
+
|
95 |
+
### Personal and Sensitive Information
|
96 |
+
|
97 |
+
The dataset does not contain personal, private, or sensitive information. All stories are general and cover fictional or societal themes relevant to Morocco.
|
98 |
+
|
99 |
+
## Considerations for Using the Data
|
100 |
+
|
101 |
+
### Social Impact of Dataset
|
102 |
+
|
103 |
+
This dataset promotes the development and evaluation of language models capable of understanding and generating extended narratives in Moroccan Darija, thus contributing to the advancement of NLP in underrepresented languages and supporting cultural diversity in AI applications.
|
104 |
+
|
105 |
+
### Discussion of Biases
|
106 |
+
|
107 |
+
The dataset consists of Moroccan Darija stories, which may reflect specific cultural and societal themes relevant to Morocco. Users should be aware of these biases when using the dataset for general language model applications.
|
108 |
+
|
109 |
+
## Additional Information
|
110 |
+
|
111 |
+
### Dataset Curators
|
112 |
+
|
113 |
+
- **MBZUAI-Paris Team**
|
114 |
+
|
115 |
+
### Licensing Information
|
116 |
+
|
117 |
+
- **License:** [ODC-BY](https://opendatacommons.org/licenses/by/1-0/).
|
118 |
+
|
119 |
+
|
120 |
+
### Citation Information
|
121 |
+
|
122 |
+
If you use this dataset, please cite:
|
123 |
+
|
124 |
+
```
|
125 |
+
@dataset{darijastory2024,
|
126 |
+
title={DarijaStory: A Moroccan Arabic (Darija) Story Completion Dataset},
|
127 |
+
author={MBZUAI-Paris team},
|
128 |
+
year={2024},
|
129 |
+
howpublished={\url{https://hf.co/datasets/MBZUAI-Paris/DarijaStory}}
|
130 |
+
}
|
131 |
+
```
|