CoolFace
Datasetpublic

dreeseaw/cleo-value-discovery

Cleo Value-Discovery Benchmark A small (66-question), held-out benchmark for a failure mode that ordinary text-to-SQL evaluations miss: questions whose correct SQL depends on a literal that lives in the data, not the schema. The schema tells you a column is named status; only the data reveals its values are {'O','C','X'}. The schema shows to_date; only the data reveals that "current" is encoded as the sentinel '9999-01-01'. A one-shot text-to-SQL model has to guess these… See the full description on the dataset page: https://huggingface.co/datasets/dreeseaw/cleo-value-discovery.

sourceHugging Facecc-by-sa-4.0updated 4mo agoView on Hugging Face
0likes25downloads
3 commits on main
5bef5424mo ago

fix dataset card task_categories

dreeseaw
adde4c54mo ago

Cleo value-discovery benchmark (66 q; SynSQL-free; sources attributed)

dreeseaw
85b42d04mo ago

initial commit

dreeseaw