paper-with-me

홈 › Papers

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, Ruichu Cai, Zhifeng Hao 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 models' inadequacy in handling the complexities of context information and dynamic schema linking in multi-turn interactions. In this paper, we propose a framework named Track-SQL, which enhances generative language models with dual-extractive modules designed to track schema and contextual changes in multi-turn Text-to-SQL. Specifically, Track-SQL incorporates a \emph{Semantic-enhanced Schema Extractor} and a \emph{Schema-aware Context Extractor}. Experimental results demonstrate that Track-SQL achieves state-of-the-art performance on the SparC and CoSQL datasets. Furthermore, detailed ablation studies reveal that Track-SQL significantly improves execution accuracy in multi-turn interactions by 7.1\% and 9.55\% on these datasets, respectively. Our implementation will be open-sourced at https://github.com/DMIRLAB-Group/Track-SQL.

📄 PDF Abstract BibTeX arXiv:2603.05996

Code (0)

등록된 구현이 없습니다.

Results from the Paper

RankTaskDatasetModelMetrics
#7 Text-To-SQL SParC Track-SQL interaction match accuracy: 7.1

Similar Papers 제목 키워드 기반

Enhancing Pre-Trained Generative Language Models with Question Attended Span Extraction on Machine Reading Comprehension

2024-04-27 · Lin Ai, Zheng Hui, Zizhou Liu, Julia Hirschberg

Machine Reading Comprehension (MRC) poses a significant challenge in the field of Natural Language Processing (NLP). While mainstream MRC methods predominantly leverage extractive strategies using encoder-only models suc…

Machine Reading ComprehensionReading Comprehension

The Extractive-Abstractive Axis: Measuring Content "Borrowing" in Generative Language Models

2023-07-20 · Nedelina Teneva

Generative language models produce highly abstractive outputs by design, in contrast to extractive responses in search engines. Given this characteristic of LLMs and the resulting implications for content Licensing & Att…

Benchmarking

Machine Reading Comprehension: Generative or Extractive Reader?

2021-09-17 · ACL ARR September 2021 9 · Anonymous

While both extractive and generative readers have been successfully applied to the Question Answering (QA) task, little attention has been paid toward the comparison of these two readers. Which reader performs better? Wh…

DecoderLanguage ModelingLanguage ModellingMachine Reading Comprehension+3

Integrating Supervised Extractive and Generative Language Models for Suicide Risk Evidence Summarization

2024-03-20 · Rika Tanaka, Yusuke Fukazawa

We propose a method that integrates supervised extractive and generative language models for providing supporting evidence of suicide risk in the CLPsych 2024 shared task. Our approach comprises three steps. Initially, w…

Sentence

Adapting Pre-trained Generative Models for Extractive Question Answering

2023-11-06 · Prabir Mallick, Tapas Nayak, Indrajit Bhattacharya

Pre-trained Generative models such as BART, T5, etc. have gained prominence as a preferred method for text generation in various natural language processing tasks, including abstractive long-form question answering (QA) …

Extractive Question-AnsweringLong Form Question AnsweringQuestion AnsweringText Generation