You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

random-lossy-oneshot-5000

One-shot SFT dataset for graphic design editing, generated using the Random Perturbation baseline from the Perturb-and-Invert (P&I) framework.

What's in it

Each example trains a model to output the full inverse trajectory (all tool calls) in a single response given the initial design state and a natural-language edit request. Generated from cyberagent/crello templates using randomly sampled tools and parameters.

Lossy inverses: palette/saturation inverse steps use negated deltas rather than per-element color snapshots.

Splits & size

Split Examples
train 4,500
validation 500

Schema

Field Type Description
id string Unique example ID
source string Perturbation class (random)
lossy bool Whether the inverse used lossy mode
messages list [system, user, assistant] chat messages

Usage

from datasets import load_dataset
ds = load_dataset("monish-adobe/random-lossy-oneshot-5000")
Downloads last month
24

Collection including monish-adobe/random-lossy-oneshot-5000