Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
csv
Sub-tasks:
news-articles-headline-generation
Size:
100K - 1M
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- machine-generated
|
6 |
+
languages: []
|
7 |
+
licenses: []
|
8 |
+
multilinguality: []
|
9 |
+
pretty_name: Goud-sum
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
source_datasets:
|
13 |
+
- original
|
14 |
+
task_categories:
|
15 |
+
- summarization
|
16 |
+
task_ids:
|
17 |
+
- news-articles-headline-generation
|
18 |
+
---
|
19 |
+
|
20 |
+
# Dataset Card for [Goud-sum]
|
21 |
+
|
22 |
+
## Table of Contents
|
23 |
+
- [Table of Contents](#table-of-contents)
|
24 |
+
- [Dataset Description](#dataset-description)
|
25 |
+
- [Dataset Summary](#dataset-summary)
|
26 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
27 |
+
- [Languages](#languages)
|
28 |
+
- [Dataset Structure](#dataset-structure)
|
29 |
+
- [Data Instances](#data-instances)
|
30 |
+
- [Data Fields](#data-fields)
|
31 |
+
- [Data Splits](#data-splits)
|
32 |
+
- [Dataset Creation](#dataset-creation)
|
33 |
+
- [Curation Rationale](#curation-rationale)
|
34 |
+
- [Source Data](#source-data)
|
35 |
+
- [Annotations](#annotations)
|
36 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
37 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
38 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
39 |
+
- [Discussion of Biases](#discussion-of-biases)
|
40 |
+
- [Other Known Limitations](#other-known-limitations)
|
41 |
+
- [Additional Information](#additional-information)
|
42 |
+
- [Dataset Curators](#dataset-curators)
|
43 |
+
- [Licensing Information](#licensing-information)
|
44 |
+
- [Citation Information](#citation-information)
|
45 |
+
- [Contributions](#contributions)
|
46 |
+
|
47 |
+
|
48 |
+
# Dataset Card for [Goud-sum]
|
49 |
+
|
50 |
+
## Dataset Description
|
51 |
+
|
52 |
+
- **Homepage:**
|
53 |
+
- **Repository:**
|
54 |
+
- **Paper:[Goud.ma: a News Article Dataset for Summarization in Moroccan Darija](https://openreview.net/forum?id=BMVq5MELb9)**
|
55 |
+
- **Leaderboard:**
|
56 |
+
- **Point of Contact:**
|
57 |
+
|
58 |
+
### Dataset Summary
|
59 |
+
|
60 |
+
Goud-sum contains 158k articles and their headlines extracted from [Goud.ma](https://www.goud.ma/) news website. The articles are written in the Arabic script. All headlines are in Moroccan Darija, while articles may be in Moroccan Darija, in Modern Standard Arabic, or a mix of both (code-switched Moroccan Darija).
|
61 |
+
|
62 |
+
### Supported Tasks and Leaderboards
|
63 |
+
|
64 |
+
Text Summarization
|
65 |
+
|
66 |
+
### Languages
|
67 |
+
|
68 |
+
* Moroccan Arabic (Darija)
|
69 |
+
* Modern Standard Arabic
|
70 |
+
|
71 |
+
## Dataset Structure
|
72 |
+
|
73 |
+
### Data Instances
|
74 |
+
|
75 |
+
The dataset consists of article-headline pairs in string format.
|
76 |
+
|
77 |
+
### Data Fields
|
78 |
+
|
79 |
+
* article: a string containing the body of the news article
|
80 |
+
* headline: a string containing the article's headline
|
81 |
+
|
82 |
+
### Data Splits
|
83 |
+
|
84 |
+
Goud-sum dataset has 3 splits: _train_, _validation_, and _test_. Below are the number of instances in each split.
|
85 |
+
|
86 |
+
| Dataset Split | Number of Instances in Split |
|
87 |
+
| ------------- | ------------------------------------------- |
|
88 |
+
| Train | 139,288 |
|
89 |
+
| Validation | 9,497 |
|
90 |
+
| Test | 9,497 |
|
91 |
+
|
92 |
+
## Dataset Creation
|
93 |
+
|
94 |
+
### Curation Rationale
|
95 |
+
|
96 |
+
[More Information Needed]
|
97 |
+
|
98 |
+
### Source Data
|
99 |
+
|
100 |
+
#### Initial Data Collection and Normalization
|
101 |
+
|
102 |
+
[More Information Needed]
|
103 |
+
|
104 |
+
#### Who are the source language producers?
|
105 |
+
|
106 |
+
The text was written by journalists at [Goud](https://www.goud.ma/).
|
107 |
+
|
108 |
+
### Annotations
|
109 |
+
The dataset does not contain any additional annotations.
|
110 |
+
|
111 |
+
#### Annotation process
|
112 |
+
|
113 |
+
[N/A]
|
114 |
+
|
115 |
+
#### Who are the annotators?
|
116 |
+
|
117 |
+
[N/A]
|
118 |
+
|
119 |
+
### Personal and Sensitive Information
|
120 |
+
|
121 |
+
[More Information Needed]
|
122 |
+
|
123 |
+
## Considerations for Using the Data
|
124 |
+
|
125 |
+
### Social Impact of Dataset
|
126 |
+
|
127 |
+
[More Information Needed]
|
128 |
+
|
129 |
+
### Discussion of Biases
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Other Known Limitations
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
## Additional Information
|
138 |
+
|
139 |
+
### Dataset Curators
|
140 |
+
|
141 |
+
[More Information Needed]
|
142 |
+
|
143 |
+
### Licensing Information
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
### Citation Information
|
148 |
+
|
149 |
+
```
|
150 |
+
@inproceedings{
|
151 |
+
issam2022goudma,
|
152 |
+
title={Goud.ma: a News Article Dataset for Summarization in Moroccan Darija},
|
153 |
+
author={Abderrahmane Issam and Khalil Mrini},
|
154 |
+
booktitle={3rd Workshop on African Natural Language Processing},
|
155 |
+
year={2022},
|
156 |
+
url={https://openreview.net/forum?id=BMVq5MELb9}
|
157 |
+
}
|
158 |
+
```
|
159 |
+
|
160 |
+
### Contributions
|
161 |
+
|
162 |
+
Thanks to [@issam9](https://github.com/issam9) and [@KhalilMrini](https://github.com/KhalilMrini) for adding this dataset.
|