#722 · Primary category: Education & Research
tianchi_nl2sql
Final 3rd place solution and code for Zhuiyi Technology's first Chinese NL2SQL Challenge
Project last updated:11/22/24
GitHub Stars
558
Forks
147
Contributors
5
License
Other
Why we included this project
This repo is the third-place solution from the first Chinese NL2SQL challenge, and it is one of the better teaching resources for text-to-SQL I have come across. Instead of a black-box model, the main branch is organized as Jupyter notebooks that walk through the whole pipeline, so you can follow how the team actually built it. The design splits the problem in two: one model picks the SELECT columns and their aggregation operations, another predicts the comparison values for WHERE conditions, with each column header tagged by special tokens in the input. The authors also kept notes on which training ideas worked and which did not, plus the final defense slides, which makes it a useful case study for anyone working on table-based question answering. Treat it as a learning reference and a starting point for a baseline, not as something you can deploy as-is.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI