paper-with-me

Papers

Schema-Aware Multi-Task Learning for Complex Text-to-SQL

2024-03-09 · Yangjun Wu, Han Wang

Conventional text-to-SQL parsers are not good at synthesizing complex SQL queries that involve multiple tables or columns, due to the challenges inherent in identifying the correct schema items and performing accurate alignment between question and schema items. To address the above issue, we present a schema-aware multi-task learning framework (named MTSQL) for complicated SQL queries. Specifically, we design a schema linking discriminator module to distinguish the valid question-schema linkings, which explicitly instructs the encoder by distinctive linking relations to enhance the alignment quality. On the decoder side, we define 6-type relationships to describe the connections between tables and columns (e.g., WHERE_TC), and introduce an operator-centric triple extractor to recognize those associated schema items with the predefined relationship. Also, we establish a rule set of grammar constraints via the predicted triples to filter the proper SQL operators and schema items during the SQL generation. On Spider, a cross-domain challenging text-to-SQL benchmark, experimental results indicate that MTSQL is more effective than baselines, especially in extremely hard scenarios. Moreover, further analyses verify that our approach leads to promising improvements for complicated SQL queries.

📄 PDF Abstract BibTeX arXiv:2403.09706

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMulti-Task LearningText to SQLText-To-SQLvalid

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation

2025-05-13 · Sheng Liang, Hang Lv, Zhihao Wen, Yaxiong Wu 외

Event extraction (EE) is a fundamental task in natural language processing (NLP) that involves identifying and extracting event information from unstructured text. Effective EE in real-world scenarios requires two key st…

Event ExtractionHallucinationRetrievalRetrieval-augmented Generation

JOLT-SQL: Joint Loss Tuning of Text-to-SQL with Confusion-aware Noisy Schema Sampling

2025-05-20 · Jinwang Song, Hongying Zan, Kunli Zhang, Lingling Mu 외

Text-to-SQL, which maps natural language to SQL queries, has benefited greatly from recent advances in Large Language Models (LLMs). While LLMs offer various paradigms for this task, including prompting and supervised fi…

Text to SQLText-To-SQL

EviLink: Multi-Path Schema Linking with Uncertainty-Guided Evidence Acquisition for Large-Scale Text-to-SQL

2026-05-28 · Huawei Zheng, Sen Yang, Zhaorui Yang, Yuhui Zhang 외 arxiv

Schema linking is a difficult and important step in large-scale Text-to-SQL, where systems must identify a compact yet sufficient schema context from large and ambiguous databases. Existing methods often treat schema lin…

Track-SQL: Enhancing Generative Language Models with Dual-Extractive Modules for Schema and Context Tracking in Multi-turn Text-to-SQL

2026-03-06 · Bingfeng Chen, Shaobin Shi, Yongqi Luo, Boyan Xu 외 arxiv

Generative language models have shown significant potential in single-turn Text-to-SQL. However, their performance does not extend equivalently to multi-turn Text-to-SQL. This is primarily due to generative language mode…

Dynamic Schema Graph Fusion Network for Multi-Domain Dialogue State Tracking

2022-04-14 · ACL 2022 5 · Yue Feng, Aldo Lipani, Fanghua Ye, Qiang Zhang 외

Dialogue State Tracking (DST) aims to keep track of users' intentions during the course of a conversation. In DST, modelling the relations among domains and slots is still an under-studied problem. Existing approaches th…

DecoderDialogue State TrackingMulti-domain Dialogue State TrackingTransfer Learning