paper-with-me

Papers

Decoupling SQL Query Hardness Parsing for Text-to-SQL

2023-12-11 · Jiawen Yi, Guo Chen

The fundamental goal of the Text-to-SQL task is to translate natural language question into SQL query. Current research primarily emphasizes the information coupling between natural language questions and schemas, and significant progress has been made in this area. The natural language questions as the primary task requirements source determines the hardness of correspond SQL queries, the correlation between the two always be ignored. However, when the correlation between questions and queries was decoupled, it may simplify the task. In this paper, we introduce an innovative framework for Text-to-SQL based on decoupling SQL query hardness parsing. This framework decouples the Text-to-SQL task based on query hardness by analyzing questions and schemas, simplifying the multi-hardness task into a single-hardness challenge. This greatly reduces the parsing pressure on the language model. We evaluate our proposed framework and achieve a new state-of-the-art performance of fine-turning methods on Spider dev.

📄 PDF Abstract BibTeX arXiv:2312.06172

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

RESDSQL: Decoupling Schema Linking and Skeleton Parsing for Text-to-SQL

2023-02-12 · Haoyang Li, Jing Zhang, Cuiping Li, Hong Chen

One of the recent best attempts at Text-to-SQL is the pre-trained language model. Due to the structural property of the SQL queries, the seq2seq model takes the responsibility of parsing both the schema items (i.e., tabl…

DecoderLanguage ModelingLanguage ModellingSemantic Parsing+3

S^2SQL: Injecting Syntax to Question-Schema Interaction Graph Encoder for Text-to-SQL Parsers

2022-05-01 · Findings (ACL) 2022 5 · Binyuan Hui, Ruiying Geng, Lihan Wang, Bowen Qin 외

The task of converting a natural language question into an executable SQL query, known as text-to-SQL, is an important branch of semantic parsing. The state-of-the-art graph-based encoder has been successfully used in th…

Semantic ParsingText to SQLText-To-SQL

S$^2$SQL: Injecting Syntax to Question-Schema Interaction Graph Encoder for Text-to-SQL Parsers

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The task of converting a natural language question into an executable SQL query, known as text-to-SQL, is an important branch of semantic parsing. The state-of-the-art graph-based encoder has been successfully used in th…

Semantic ParsingText to SQLText-To-SQL

S$^2$SQL: Injecting Syntax to Question-Schema Interaction Graph Encoder for Text-to-SQL Parsers

2022-03-14 · Binyuan Hui, Ruiying Geng, Lihan Wang, Bowen Qin 외

The task of converting a natural language question into an executable SQL query, known as text-to-SQL, is an important branch of semantic parsing. The state-of-the-art graph-based encoder has been successfully used in th…

Semantic ParsingText to SQLText-To-SQL

RH-SQL: Refined Schema and Hardness Prompt for Text-to-SQL

2024-06-13 · Jiawen Yi, Guo Chen, Zixiang Shen

Text-to-SQL is a technology that converts natural language queries into the structured query language SQL. A novel research approach that has recently gained attention focuses on methods based on the complexity of SQL qu…

Language ModelingLanguage ModellingNatural Language QueriesText to SQL+1