CoolFace
Datasetpublic

StarsMakeGalaxy/enterprise-text2sql-curated-600

๐Ÿš€ Enterprise Text-to-SQL & Analytical BI (Verbose CoT Reasoning) This dataset contains 600 curated training records with in-depth, verbose 4-phase <Thinking> Chain-of-Thought reasoning, 100 frozen evaluation benchmark samples, and 50 frozen regression verification samples formatted in standard ChatML (messages) and Prompt-Target pairs, strictly following the Pioneer / Prometheus research paper 3-slice curriculum design. ๐Ÿ“Š Dataset Composition & 3-Slice Breakdownโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/StarsMakeGalaxy/enterprise-text2sql-curated-600.

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes13downloads
Dataset Card

๐Ÿš€ Enterprise Text-to-SQL & Analytical BI (Verbose CoT Reasoning)

This dataset contains 600 curated training records with in-depth, verbose 4-phase `<Thinking>` Chain-of-Thought reasoning, 100 frozen evaluation benchmark samples, and 50 frozen regression verification samples formatted in standard ChatML (`messages`) and Prompt-Target pairs, strictly following the Pioneer / Prometheus research paper 3-slice curriculum design.


๐Ÿ“Š Dataset Composition & 3-Slice Breakdown

SplitRowsProportionPaper Design & Purpose
`train` (Slice 1: Gold CoT)36060.0%Full domain context + verbose 4-phase <Thinking> Chain-of-Thought reasoning (Constraint Analysis, Formal Derivation, Numerical Gating, Implementation).
`train` (Slice 2: Hard Negatives)18030.0%Contrastive edge-case disambiguation & boundary refutations (e.g. Non-existent columns, TLE quadratic overhead, Regulation E APP fraud boundaries).
`train` (Slice 3: Replay Buffer)6010.0%Domain primitives & optimization anchors to prevent catastrophic forgetting.
Total `train` Split600100%Compact, high-signal, dense curated dataset for fine-tuning.
`test` (Frozen Eval)100โ€”Held-out benchmark with zero training contamination (eval_leakage = 0).
`regression` (Baseline)50โ€”Baseline regression validation set.

๐Ÿ›ก๏ธ 5-Point Quality Audit (100% Passed)

  • โ€”Uniqueness: 100.0% unique prompts (600 / 600).
  • โ€”Zero Eval Leakage: 0 prompt overlaps across train, test, and regression splits.
  • โ€”Replay Fraction: 10.0% dedicated to optimization and schema resilience.

๐Ÿš€ Usage with Unsloth / Hugging Face

python
from datasets import load_dataset

dataset = load_dataset("StarsMakeGalaxy/enterprise-text2sql-curated-600")
print(dataset)