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.
๐ 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
๐ก๏ธ 5-Point Quality Audit (100% Passed)
- Uniqueness:
100.0%unique prompts (600 / 600). - Zero Eval Leakage:
0prompt overlaps across train, test, and regression splits. - Replay Fraction:
10.0%dedicated to optimization and schema resilience.
๐ Usage with Unsloth / Hugging Face
from datasets import load_dataset
dataset = load_dataset("StarsMakeGalaxy/enterprise-text2sql-curated-600")
print(dataset)