Lnsshp commited on
Commit
86cbcc9
·
verified ·
1 Parent(s): fb209c4

Update dataset card metadata

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,6 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Effi-SQL
2
 
3
- ## 📣 Update 2026-06-12
4
 
5
  We release **Effi-SQL**, a dataset suite for SQL efficiency optimization.
6
 
@@ -9,7 +23,7 @@ This collection includes:
9
  - **Effi-SQL Benchmark**: a benchmark for evaluating SQL efficiency optimization methods.
10
  - **Diff-SQL Training Dataset**: training data used by Diff-SQL, including data for the Patch Generator and Constraint Aligner.
11
 
12
- ## 📋 Dataset Fields
13
 
14
  ### Effi-SQL Benchmark
15
 
@@ -32,6 +46,6 @@ This collection includes:
32
  - **base_sql**: The original slow SQL query.
33
  - **optimized_sql**: The optimized SQL query used as the reference target.
34
 
35
- ## 🔗 Related Resources
36
 
37
  - **Code**: [L-nshpp/Diff-SQL](https://github.com/L-nshpp/Diff-SQL)
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - text-generation
7
+ tags:
8
+ - sql
9
+ - postgresql
10
+ - sql-optimization
11
+ - benchmark
12
+ pretty_name: Effi-SQL
13
+ ---
14
+
15
  # Effi-SQL
16
 
17
+ ## Update 2026-06-12
18
 
19
  We release **Effi-SQL**, a dataset suite for SQL efficiency optimization.
20
 
 
23
  - **Effi-SQL Benchmark**: a benchmark for evaluating SQL efficiency optimization methods.
24
  - **Diff-SQL Training Dataset**: training data used by Diff-SQL, including data for the Patch Generator and Constraint Aligner.
25
 
26
+ ## Dataset Fields
27
 
28
  ### Effi-SQL Benchmark
29
 
 
46
  - **base_sql**: The original slow SQL query.
47
  - **optimized_sql**: The optimized SQL query used as the reference target.
48
 
49
+ ## Related Resources
50
 
51
  - **Code**: [L-nshpp/Diff-SQL](https://github.com/L-nshpp/Diff-SQL)