Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1934759

Browse filesBrowse files
authored
docs: add papers for CHASE-SQL, E-SQL, Distillery, SuperSQL and CHESS (#82)
1 parent 7c6913d commit 1934759
Copy full SHA for 1934759

File tree

2 files changed

+51
-0
lines changed
Filter options

2 files changed

+51
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,38 @@ We warmly welcome contributions from everyone, whether you've found a typo, a bu
5959
- (2022-arXiv)Deep Learning Driven Natural Languages Text to SQL Query Conversion: A Survey [[paper](https://arxiv.org/pdf/2208.04415.pdf)]
6060

6161
## 💬 Classic Model
62+
- (2024-arXiv, None) **CHASE-SQL**: Multi-Path Reasoning and Preference Optimized Candidate Selection in Text-to-SQL
63+
[[paper](https://arxiv.org/abs/2410.01943)]
64+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
65+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
66+
67+
- (2024-arXiv, None) **E-SQL**: Direct Schema Linking via Question Enrichment in Text-to-SQL
68+
[[paper](https://arxiv.org/abs/2409.16751)]
69+
[[code](https://github.com/HasanAlpCaferoglu/E-SQL)]
70+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
71+
72+
- (2024-arXiv, None) **Distillery**: The Death of Schema Linking? Text-to-SQL in the Age of Well-Reasoned Language Models
73+
[[paper](https://arxiv.org/abs/2408.07702)]
74+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
75+
6276
- (2024-arXiv, None) **DB-GPT-Hub**: Towards Open Benchmarking Text-to-SQL Empowered by Large Language Models
6377
[[paper](https://arxiv.org/pdf/2406.11434)]
6478
[[code](https://github.com/eosphoros-ai/DB-GPT-Hub)]
6579
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
6680
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
6781

82+
- (2024-arXiv, None) **SuperSQL**: The Dawn of Natural Language to SQL: Are We Fully Ready?
83+
[[paper](https://arxiv.org/abs/2406.01265)]
84+
[[code](https://github.com/HKUSTDial/NL2SQL360)]
85+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
86+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
87+
88+
- (2024-arXiv, None) **CHESS**: Contextual Harnessing for Efficient SQL Synthesis
89+
[[paper](https://arxiv.org/abs/2405.16755)]
90+
[[code](https://github.com/ShayanTalaei/CHESS)]
91+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
92+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
93+
6894
- (2023-arXiv, None) **MAC-SQL**: A Multi-Agent Collaborative Framework for Text-to-SQL
6995
[[paper](https://arxiv.org/pdf/2312.11242.pdf)]
7096
[[code](https://github.com/wbbeyourself/MAC-SQL)]

‎README.zh.md

Copy file name to clipboardExpand all lines: README.zh.md
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,38 @@
6666

6767

6868
## 💬 经典模型
69+
- (2024-arXiv, None) **CHASE-SQL**: Multi-Path Reasoning and Preference Optimized Candidate Selection in Text-to-SQL
70+
[[paper](https://arxiv.org/abs/2410.01943)]
71+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
72+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
73+
74+
- (2024-arXiv, None) **E-SQL**: Direct Schema Linking via Question Enrichment in Text-to-SQL
75+
[[paper](https://arxiv.org/abs/2409.16751)]
76+
[[code](https://github.com/HasanAlpCaferoglu/E-SQL)]
77+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
78+
79+
- (2024-arXiv, None) **Distillery**: The Death of Schema Linking? Text-to-SQL in the Age of Well-Reasoned Language Models
80+
[[paper](https://arxiv.org/abs/2408.07702)]
81+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
6982

7083
- (2024-arXiv, None) **DB-GPT-Hub**: Towards Open Benchmarking Text-to-SQL Empowered by Large Language Models
7184
[[paper](https://arxiv.org/pdf/2406.11434)]
7285
[[code](https://github.com/eosphoros-ai/DB-GPT-Hub)]
7386
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
7487
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
7588

89+
- (2024-arXiv, None) **SuperSQL**: The Dawn of Natural Language to SQL: Are We Fully Ready?
90+
[[paper](https://arxiv.org/abs/2406.01265)]
91+
[[code](https://github.com/HKUSTDial/NL2SQL360)]
92+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
93+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
94+
95+
- (2024-arXiv, None) **CHESS**: Contextual Harnessing for Efficient SQL Synthesis
96+
[[paper](https://arxiv.org/abs/2405.16755)]
97+
[[code](https://github.com/ShayanTalaei/CHESS)]
98+
[![](https://img.shields.io/badge/Spider-green)](https://yale-lily.github.io/spider)
99+
[![](https://img.shields.io/badge/BIRD-yellow)](https://bird-bench.github.io/)
100+
76101
- (2023-arXiv, None) **MAC-SQL**: A Multi-Agent Collaborative Framework for Text-to-SQL
77102
[[paper](https://arxiv.org/pdf/2312.11242.pdf)]
78103
[[code](https://github.com/wbbeyourself/MAC-SQL)]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.