Views
No views yet
BENCHMARK_FILE at the top of the script).| File | Task | Script |
|---|---|---|
generation_benchmark.json | Text → ASCII art (Generation) | eval_generation.py |
understanding_benchmark.json | ASCII art → label (Understanding) | eval_understanding.py eval_understanding_selection.py |
| File | Records |
|---|---|
generation_benchmark.json | 200 |
understanding_benchmark.json | 200 |
generation_benchmark.json):1{
2 "id": "orig_5",
3 "type": "original",
4 "instruction": "Create an ASCII art representation of a milk carton."
5}type: "original" (in-distribution) or "variant" (OOD)instruction: English text promptunderstanding_benchmark.json) — used Understanding:1{
2 "title": "Seen",
3 "name": "Cat",
4 "output": " /\\ /\\\n..."
5}title: "Seen" (in-distribution) or "Unseen" (OOD)name: ground-truth labeloutput: ASCII art textSVE-ASCII/benchmark/
eval_generation.py
eval_understanding.py
eval_understanding_selection.py
generation_benchmark.json ← from this dataset
understanding_benchmark.json ← from this datasetbenchmark/README.md. Each script’s BENCHMARK_FILE (at the top of the file) points to the corresponding JSON by default (e.g. understanding_benchmark.json for eval_understanding.py and eval_understanding_selection.py).