iconLogo
Published:2026/1/8 12:19:50

テキスト→SQL変換の学習革命!EVOLSQLでデータ分析を最強に✨

1. 超要約: テキストをSQLに変換するモデルの学習データ、EVOLSQLで爆増させるよ!データ分析がもっと簡単に、楽しくなる予感!

2. ギャル的キラキラポイント✨

  • ● SQLクエリの構造を意識して、いろんなパターンを自動生成するんだって!まるでファッションコーデみたいに、データ分析の幅が広がる💖
  • ● 難しいSQLクエリも、少しずつレベルアップして作れるように!まるでゲームみたいで、楽しくスキルアップできる✨
  • ● 企業が持ってるデータを、誰でも簡単に活用できるようになるかも!データ分析がもっと身近になるって、すごくない?😍

3. 詳細解説

続きは「らくらく論文」アプリで

EvolSQL: Structure-Aware Evolution for Scalable Text-to-SQL Data Synthesis

Xuanguang Pan / Chongyang Tao / Jiayuan Bai / Jianling Gao / Zhengwei Tao / Xiansheng Zhou / Gavin Cheung / Shuai Ma

Training effective Text-to-SQL models remains challenging due to the scarcity of high-quality, diverse, and structurally complex datasets. Existing methods either rely on limited human-annotated corpora, or synthesize datasets directly by simply prompting LLMs without explicit control over SQL structures, often resulting in limited structural diversity and complexity. To address this, we introduce EvolSQL, a structure-aware data synthesis framework that evolves SQL queries from seed data into richer and more semantically diverse forms. EvolSQL starts with an exploratory Query-SQL expansion to broaden question diversity and improve schema coverage, and then applies an adaptive directional evolution strategy using six atomic transformation operators derived from the SQL Abstract Syntax Tree to progressively increase query complexity across relational, predicate, aggregation, and nesting dimensions. An execution-grounded SQL refinement module and schema-aware deduplication further ensure the creation of high-quality, structurally diverse mapping pairs. Experimental results show that a 7B model fine-tuned on our data outperforms one trained on the much larger SynSQL dataset using only 1/18 of the data.

cs / cs.CL