datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
mini-date-converter-dsl-dataset
mini-date-converter-dsl-dataset
This dataset is used to prototype models for the Mini Date Converter DSL module.
It is provided for demonstration and experimentation purposes only.
It pairs English date and time references (e.g., "next Friday at 4pm") with symbolic DSL function calls (e.g., SET_TIME(OFFSET(TODAY, 1, WEEKDAY=4), 16, 0)) compatible with the module.
📦 Format
The dataset uses a wide format with the following three columns:
system — the system prompt… See the full description on the dataset page: https://huggingface.co/datasets/a6188466/mini-date-converter-dsl-dataset.DS-LLM-Research
LLM Research
This data set was created using Gemma 3 27B to generate question and answer sets based on a set of pre-selected sources, all centering around LLM research and training.
Links to the original sources are included with each entry.
Top Keywords
model (2931 occurrences)
reasoning (1187 occurrences)
training (1147 occurrences)
data (906 occurrences)
models (610 occurrences)
reward (573 occurrences)
features (554 occurrences)
step (517 occurrences)
llms (455… See the full description on the dataset page: https://huggingface.co/datasets/theprint/DS-LLM-Research.DS-LLM-Research-Extended-GPTThis data set contains a mix of single and multi-round conversations about AI, specifically LLM training, fine tuning and research.
mini-recurrence-converter-dsl-dataset
mini-recurrence-converter-dsl-dataset
This dataset is used to prototype models for the Mini Recurrence Converter DSL module.
It is provided for demonstration and experimentation purposes only.
It pairs English recurrence expressions (e.g., "every Tuesday at 8am") with symbolic DSL function calls (e.g., WEEKLY(1, [TU], TIME(8, 0))) compatible with the module.
📦 Format
The dataset uses a wide format with the following three columns:
system — the system prompt that… See the full description on the dataset page: https://huggingface.co/datasets/a6188466/mini-recurrence-converter-dsl-dataset.dsldsl-arc-dataset-v0.0.1
DSL ARC Dataset
Dataset for training models on ARC-like tasks using a Domain Specific Language.
Dataset Structure
Each example contains:
train_input1, train_output1: First training example
train_input2, train_output2: Second training example
test_input, test_output: Test example
solution: DSL code to solve the task
task_type: Type of transformation
Task Types
Connect
MoveShape
RotateShape
CreateShape
FloodFill
MirrorShape
SymmetryComplete
ExtractPattern… See the full description on the dataset page: https://huggingface.co/datasets/middles/dsl-arc-dataset-v0.0.1.
