server / Query /README.md
TabQueryBench's picture
Add Query tree for versioned SQL and analysis organization
08349bb verified
|
Raw
History Blame
748 Bytes

Query

This subtree reorganizes query-generation and query-analysis artifacts by SQL version.

Layout

  • sql/v2, sql/v3, sql/v4: version-specific SQL grounding, raw SQL execution outputs, and provenance notes.
  • analysis/v2, analysis/v3, analysis/v4: version-specific query-analysis artifacts.
  • comparisons: cross-version comparison summaries built on the aligned overlap datasets.

Current Status

  • v2 is the only version with a fully established official final score table in this repo.
  • v3 and v4 are currently represented by overlap-9 analysis snapshots used for agent-stability comparison.
  • Very large raw SQL run bundles are not duplicated here if they already exist elsewhere or are not yet mirrored into HF.