datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
tpips-odd-one-out
TPIPS — Odd-One-Out dataset
Image triplets with multi-factor human odd-one-out judgments. Each line of
{train,val,test}_split.jsonl is a triplet (p0, p1, p2) with a list of
factors, each carrying a soft label distribution over the three images.
Code: https://github.com/PeterWang512/TPIPS.
Images ship as images-*.tar shards (the JSONL files reference
data/odd_one_out/images/...); the download script extracts them in place.
python scripts/download.py data # downloads +… See the full description on the dataset page: https://huggingface.co/datasets/sywang/tpips-odd-one-out.tpips-2afc
TPIPS — 2AFC dataset
Two-alternative forced-choice judgments: p0 = reference, p1 = left
candidate, p2 = right candidate, with a 2-class human distribution
[left, right] per factor in annotations.jsonl.
Code: https://github.com/PeterWang512/TPIPS.
Images ship as images-*.tar shards, extracted in place by the download
script into data/2afc/ (e.g. image_editing/, nvs/, ...).
python scripts/download.py data # downloads + extracts -> data/2afc/
test_edgy
