TabQueryBench2026/server
2026-05-20 Non-distance Refresh Bundle This bundle contains refreshed paper-facing outputs copied from the server-side TabQueryBench/code_snapshot/Evaluation/... tree after the v2 refresh runs. Included: subgroup_breakdown/final conditional_breakdown/final conditional_locality_support_final missingness_breakdown/final missingness_regime_diagnostic tail_breakdown/final tail_support_diagnostics_final tail_threshold_final compare_updated_figures.pdf compare_updated_figures.tex… See the full description on the dataset page: https://huggingface.co/datasets/TabQueryBench2026/server.
027k
1# Query2 3This subtree reorganizes query-generation and query-analysis artifacts by SQL version.4 5## Layout6 7- `sql/v2`, `sql/v3`, `sql/v4`: version-specific SQL grounding, raw SQL execution outputs, and provenance notes.8- `analysis/v2`, `analysis/v3`, `analysis/v4`: version-specific query-analysis artifacts.9- `comparisons`: cross-version comparison summaries built on the aligned overlap datasets.10 11## Current Status12 13- `v2` is the only version with a fully established official final score table in this repo.14- `v3` and `v4` are currently represented by overlap-9 analysis snapshots used for agent-stability comparison.15- Very large raw SQL run bundles are not duplicated here if they already exist elsewhere or are not yet mirrored into HF.16 