datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
mod-arithmetic
Modular Arithmetic Dataset
Synthetic dataset of modular-arithmetic problems of the form a mod b,
paired with the result and a hypothesis about the most suitable tokenizer.
Tokenizer hypothesis
For a mod b where b = 2^k × 5^j (no other prime factors), only the
rightmost max(k, j) digits of a determine the answer, because
10^max(k,j) ≡ 0 (mod b). A tokenizer that groups digits right-to-left
in chunks of that size exposes the relevant information as a single token.
For all… See the full description on the dataset page: https://huggingface.co/datasets/flexitok/mod-arithmetic.adaption-sec-financial-arithmetic-dataset
SEC Financial Arithmetic Dataset — Adaption AutoScientist Challenge
Powered by Adaptive Data — Adaption Labs
What This Dataset Teaches
This dataset trains a model to extract numbers from SEC filing tables and execute verified multi-step arithmetic — every answer is cross-checked against a gold reasoning program:
Task
Source
Example
Table Variable Extraction
FinQA
"From this 10-K table, extract 2021 and 2022 revenue values"
Multi-Step Arithmetic… See the full description on the dataset page: https://huggingface.co/datasets/narendarcodes/adaption-sec-financial-arithmetic-dataset.arithmetic
Арифметические задачи для диалоговой системы
Датасет содержит сэмплы с простыми математическими заданиями примерно такого вида:
- Фонарик Федора работает от 2 батареек, а фонарик Лехи от 6. Сколько батареек нужно фонарикам Федора и Лехи в сумме?
- 2+6=8, столько батареек потребуется.
- Теперь прибавь к результату 469, что получилось?
- 8 плюс 469 равно 477
- Подели на 53, что получилось?
- 9
Основная масса задач связана с арифметическими действиями. Есть некоторое количество задач… See the full description on the dataset page: https://huggingface.co/datasets/inkoziev/arithmetic.lemonseed-arithmetic
lemonseed-arithmetic
LemonSeed — multi-digit arithmetic scratchpad (decomposition method).
Contents
arithmetic.jsonl (16000 rows)
Format
JSON Lines (.jsonl), one example per line.
Provenance
Synthetic, generated programmatically for the LemonSeed 1.5B project (by Geramy L. Loveless). Data authored by Michael Anthony Falabella.
craft-arithmetic24-spark-budget-study
CraftArithmetic24 and Spark CPU budget study
Twenty-four original synthetic arithmetic questions across six related problem families. Each family contains a base problem, paraphrase, changed-number problem and irrelevant-detail variant. See dataset.jsonl and dataset_metadata.json for prompts, exact labels, version and hash.
The original questions and labels are released under CC0-1.0. The original evaluation code is released under MIT. Model-generated outputs are included as… See the full description on the dataset page: https://huggingface.co/datasets/eruantion87/craft-arithmetic24-spark-budget-study.
