flexitok/multilingual-addition
Multilingual Addition Dataset Synthetic dataset of addition problems of the form a+b=answer, where a and b are written-form representations of integers in 21 languages, plus a 22nd split using raw digit strings. Task format Each sample contains: field type description a_str str written-form (or digit) representation of a a_digit int integer value of a b_str str written-form (or digit) representation of b b_digit int integer value of b answer str… See the full description on the dataset page: https://huggingface.co/datasets/flexitok/multilingual-addition.
Multilingual Addition Dataset
Synthetic dataset of addition problems of the form a+b=answer, where a and b are written-form representations of integers in 21 languages, plus a 22nd split using raw digit strings.
Task format
Each sample contains:
Numbers range from 0 to 999 for both a and b (answers up to 1998).
Languages
Generation
python create_multilingual_addition_data.py \
--hf_repo_id flexitok/multilingual-addition \
--publish_to_hf \
--a_min 0 --a_max 999 \
--seed 42 --train_ratio 0.9