Skip to content

[Improvement] Advanced SQL Generation (RESDSQL) #85

@alex-sun-kuo

Description

@alex-sun-kuo

https://github.com/RUCKBReasoning/RESDSQL

^ This repo has an implementation of this paper: https://arxiv.org/pdf/2302.05965.pdf
It details an advanced strategy for generating accurate SQL to answer a natural language query. As far as I understand there's a muli-step sequential process:

  • table selection
  • column selection
  • generation of a SQL skeleton (think madlib for SQL queries lol)
  • filling in that SQL skeleton

It would be dope to implement this in our project. It would help us scale up to larger datasets.

Currently, we just do:

  • table selection
  • generate SQL given these tables and their columns

Screenshot 2023-03-13 at 4 51 06 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions