paper-with-me

Papers

Improving Text-to-SQL with Schema Dependency Learning

2021-03-07 · Binyuan Hui, Xiang Shi, Ruiying Geng, Binhua Li, Yongbin Li, Jian Sun, Xiaodan Zhu

Text-to-SQL aims to map natural language questions to SQL queries. The sketch-based method combined with execution-guided (EG) decoding strategy has shown a strong performance on the WikiSQL benchmark. However, execution-guided decoding relies on database execution, which significantly slows down the inference process and is hence unsatisfactory for many real-world applications. In this paper, we present the Schema Dependency guided multi-task Text-to-SQL model (SDSQL) to guide the network to effectively capture the interactions between questions and schemas. The proposed model outperforms all existing methods in both the settings with or without EG. We show the schema dependency learning partially cover the benefit from EG and alleviates the need for it. SDSQL without EG significantly reduces time consumption during inference, sacrificing only a small amount of performance and provides more flexibility for downstream applications.

📄 PDF Abstract BibTeX arXiv:2103.04399

Code (0)

등록된 구현이 없습니다.

Tasks

Text to SQLText-To-SQL

Similar Papers 제목 키워드 기반

CQR-SQL: Conversational Question Reformulation Enhanced Context-Dependent Text-to-SQL Parsers

2022-05-16 · Dongling Xiao, Linzheng Chai, Qian-Wen Zhang, Zhao Yan 외

Context-dependent text-to-SQL is the task of translating multi-turn questions into database-related SQL queries. Existing methods typically focus on making full use of history context or previously predicted SQL for curr…

SQL ParsingText to SQLText-To-SQL

BCCWJ-DepPara: A Syntactic Annotation Treebank on the `Balanced Corpus of Contemporary Written Japanese'

2016-12-01 · WS 2016 12 · Masayuki Asahara, Yuji Matsumoto

Paratactic syntactic structures are difficult to represent in syntactic dependency tree structures. As such, we propose an annotation schema for syntactic dependency annotation of Japanese, in which coordinate structures…

Dependency Parsing

Schema-Free Dependency Parsing via Sequence Generation

2022-01-28 · Boda Lin, Zijun Yao, Jiaxin Shi, Shulin Cao 외

Dependency parsing aims to extract syntactic dependency structure or semantic dependency structure for sentences. Existing methods suffer the drawbacks of lacking universality or highly relying on the auxiliary decoder. …

DecoderDependency ParsingLanguage Modelling

Schema-Free Dependency Parsing via Sequence Generation

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

Dependency parsing aims to extract syntactic dependency structure or semantic dependency structure for sentences. Existing methods suffer the drawbacks of lacking universality or highly relying on the auxiliary decoder. …

DecoderDependency ParsingLanguage Modelling

Scaling Text2SQL via LLM-efficient Schema Filtering with Functional Dependency Graph Rerankers

2025-12-18 · Thanh Dat Hoang, Thanh Tam Nguyen, Thanh Trung Huynh, Hongzhi Yin 외 arxiv

Most modern Text2SQL systems prompt large language models (LLMs) with entire schemas -- mostly column information -- alongside the user's question. While effective on small databases, this approach fails on real-world sc…