datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
diophantine-equations-dataset
Diophantine Equations Dataset
A curated dataset of 1,434 Diophantine equation problems with complete step-by-step solutions.
Dataset Statistics
Total examples: 1,434
Train: 1,218 | Validation: 144 | Test: 72
Usage
from datasets import load_dataset
dataset = load_dataset("Umbaji/diophantine-equations-dataset")
Features
Complete solutions with reasoningDiverse problem typesLaTeX notation preserved
Citation
Bibtex… See the full description on the dataset page: https://huggingface.co/datasets/Umbaji/diophantine-equations-dataset.PubmedFact1klicense: apache-2.0
pubid: Directly inherited from the input.
claim: Reformatted from the original "question" field to express a clear claim statement.
context: Contains:
contexts: A subset of the original context information.
labels: Corresponding labels related to the context.
final_decision: Converted from a textual decision to a numerical value:
"yes" (case insensitive) → 1
"no" → 0
"maybe" → 2
