CoolFace
Datasetpublic

SultanR/fineweb-edu-arabic

fineweb-edu-arabic Arabic translation of FineWeb-Edu (sample/350BT subset, filtered to language_score > 0.9), translated with Seed-X-PPO-7B using greedy decoding. Documents were split into ~490-token chunks, translated, and reassembled. Each row is one complete document. A companion corpus translated with the same pipeline is available at dclm-pro-arabic. Details Documents: 82,840,410 (27.9% of the source subset, uniformly sampled) Arabic tokens: ~170B (Seed-X… See the full description on the dataset page: https://huggingface.co/datasets/SultanR/fineweb-edu-arabic.

sourceHugging Faceupdated 1mo agoView on Hugging Face
1likes1.4kdownloads
Dataset Card

fineweb-edu-arabic

Arabic translation of FineWeb-Edu (sample/350BT subset, filtered to language_score > 0.9), translated with Seed-X-PPO-7B using greedy decoding. Documents were split into ~490-token chunks, translated, and reassembled. Each row is one complete document. A companion corpus translated with the same pipeline is available at dclm-pro-arabic.

Details

  • Documents: 82,840,410 (27.9% of the source subset, uniformly sampled)
  • Arabic tokens: ~170B (Seed-X tokenizer)
  • Shards: 867, zstd compressed, 153 GiB
ColumnTypeDescription
doc_idint64Document index (not globally unique, see limitations)
textstringFull Arabic translation

Results

We ran continued pretraining ablations with a 1.46B LLaMA model: 10B tokens on AraMix-HQ, then 20B tokens on the listed mix (30B total). We follow the FineTasks evaluation format: scores are rescaled against a random baseline, then macro averaged over general knowledge (GK), reading comprehension (RC), reasoning (RES), and NLU. FWE is fineweb-edu-arabic, DCLM is dclm-pro-arabic.

MixGKRCRESNLUAggregate
25% AraMix + 75% FWE0.14530.20060.12830.24170.1790
25% AraMix + 75% DCLM0.15690.18990.11710.24790.1779
33% AraMix + 33% DCLM + 33% FWE0.15650.18920.10910.23620.1727
75% DCLM + 25% FWE0.14940.17190.11130.25800.1726
100% DCLM0.14120.18770.10900.24920.1718
50% AraMix + 50% DCLM0.14960.18680.11330.23710.1717
50% AraMix + 50% FWE0.14750.17270.11760.23160.1673
50% DCLM + 50% FWE0.14400.17520.10330.24500.1669
100% FWE0.14260.17680.09930.24670.1664
100% AraMix-HQ (baseline)0.12820.18900.10480.23750.1649
75% AraMix + 25% DCLM0.14150.17940.10920.22670.1642
25% DCLM + 75% FWE0.13970.17070.09620.24560.1631
75% AraMix + 25% FWE0.13710.18110.10800.22590.1630

25% AraMix + 75% fineweb-edu-arabic was the best result across all 24 runs in the ablation, which also covered Arabic Wikipedia, research, OCR, and math corpora. It also has the best reasoning score of any run. Small fractions of translated data underperform the baseline; it pays off when it dominates the mix.

Usage

python
from datasets import load_dataset

ds = load_dataset("SultanR/fineweb-edu-arabic", split="train", streaming=True)

Limitations

  • doc_id restarts at 0 for each of the 20 split workers, so values repeat across unrelated documents. Do not use it as a join or dedup key.
  • The decode cap truncated ~4% of chunks, so some documents are missing tail content.
  • No automatic quality filtering was applied to the translations.

License

Refer to the original FineWeb-Edu dataset for license information.