Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Arabic
ArXiv:
Tags:
DOI:
License:
File size: 3,717 Bytes
9bb5d7b
f428865
 
d4e6ff0
f428865
 
5e9780b
 
d4e6ff0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9bb5d7b
9f56f08
e858a91
9f56f08
9d628fa
 
 
 
 
 
 
 
9f56f08
 
 
 
 
6d6b89e
9f56f08
 
c13a902
9f56f08
 
 
 
 
fa35035
9f56f08
 
 
 
 
 
 
6d6b89e
 
 
 
c3358e0
6d6b89e
d95d087
9f56f08
 
 
 
 
10271ea
9f56f08
 
 
 
 
62a303b
 
9f56f08
 
 
 
 
 
 
 
e98bd75
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- ar
license: apache-2.0
size_categories:
- 100B<n<1T
task_categories:
- text-generation
pretty_name: 101 Billion Arabic Words Dataset
dataset_info:
  features:
  - name: date
    dtype: string
  - name: text
    dtype: string
  - name: url
    dtype: string
  splits:
  - name: train
    num_bytes: 234862507623
    num_examples: 33059988
  download_size: 96089262509
  dataset_size: 234862507623
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# 101 Billion Arabic Words Dataset


### Updates
- **Maintenance Status:** Actively Maintained
- **Update Frequency:** Weekly updates to refine data quality and expand coverage.

### Upcoming Version
- **More Cleaned Version:** A more cleaned version of the dataset is in processing, which includes the addition of a UUID column for better data traceability and management.

## Dataset Details

The 101 Billion Arabic Words Dataset is curated by the Clusterlab team and consists of 101 billion words extracted and cleaned from web content, specifically targeting Arabic text. This dataset is intended for use in natural language processing applications, particularly in training and fine-tuning Large Language Models (LLMs) capable of understanding and generating Arabic text.

- **Curated by:** Clusterlab Team
- **Language(s) (NLP):** Mix of Modern Standard Arabic (MSA) & Arabic Dialects
- **License:** Apache 2.0
- **Repository:** [HuggingFace Dataset Page](https://huggingface.co/datasets/ClusterlabAi/101_billion_arabic_words_dataset)
- **Paper:** [101 Billion Arabic Words Dataset](https://arxiv.org/abs/2405.01590)

## Uses

### Direct Use

The dataset is suitable for training and fine-tuning models that perform text-generation task in Arabic. Its vast size and comprehensive coverage of Arabic text make it a valuable resource for developing language models.

### Out-of-Scope Use

The dataset is not intended for uses that require personal or sensitive data as it consists of general web text. Uses requiring fine-grained dialectal understanding or specific cultural nuances without further processing and adaptation might find limitations in this dataset.

## Dataset Structure

```json
{
  "text": "content...",
  "date": "YYYY-MM-DDTHH:MM:SSZ",
  "uuid": "123e4567-e89b-12d3-a456-426614174000"
}
```

## Dataset Creation

### Curation Rationale

This dataset was created to address the significant lack of large-scale, high-quality datasets for the Arabic language in NLP research and application development. It aims to provide a foundation for developing more accurate and efficient Arabic language models.

### Source Data

#### Data Collection and Processing

We initially gathered data from specified sources, primarily Common Crawl, and extracted Arabic content from WET files using Rust. Then, we applied our preprocessing pipeline, which included text cleaning and
deduplication.

## Bias, Risks, and Limitations

The dataset primarily consists of web text that may include biases present in online content. Users should be aware of these potential biases when training models with this dataset. Further research and adjustment may be necessary to mitigate these biases for specific applications.

### Recommendations

Users should critically evaluate the dataset for any potential biases or misrepresentations of the Arabic language and culture due to its web-derived nature.

### Citation Information

``` 
@misc{aloui2024101,
      title={101 Billion Arabic Words Dataset}, 
      author={Manel Aloui and Hasna Chouikhi and Ghaith Chaabane and Haithem Kchaou and Chehir Dhaouadi},
      year={2024},
      eprint={2405.01590},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```