Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pay More Attention to History: A Context Modelling Strategy for Conversational Text-to-SQL

About

Conversational text-to-SQL aims at converting multi-turn natural language queries into their corresponding SQL (Structured Query Language) representations. One of the most intractable problems of conversational text-to-SQL is modelling the semantics of multi-turn queries and gathering the proper information required for the current query. This paper shows that explicitly modelling the semantic changes by adding each turn and the summarization of the whole context can bring better performance on converting conversational queries into SQLs. In particular, we propose two conversational modelling tasks in both turn grain and conversation grain. These two tasks simply work as auxiliary training tasks to help with multi-turn conversational semantic parsing. We conducted empirical studies and achieved new state-of-the-art results on the large-scale open-domain conversational text-to-SQL dataset. The results demonstrate that the proposed mechanism significantly improves the performance of multi-turn semantic parsing.

Yuntao Li, Hanchu Zhang, Yutian Li, Sirui Wang, Wei Wu, Yan Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Context-dependent Text-to-SQLSParC 1.0 (dev)
Question Match64.1
27
Context-dependent Text-to-SQLSParC (test)
Question Match65.7
12
Context-dependent Text-to-SQLSParC 1.0 (test)
Question Match65.7
12
Conversational text-to-SQLSparc (dev)
Question Match64.1
7
Showing 4 of 4 rows

Other info

Code

Follow for update