CLAIDec 16, 2021

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

arXiv:2112.08735v28 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-turn semantic parsing for conversational text-to-SQL, which is incremental as it builds on existing methods with auxiliary tasks.

The paper tackles the problem of converting multi-turn natural language queries into SQL in conversational text-to-SQL by explicitly modeling semantic changes and context summarization, achieving new state-of-the-art results on a large-scale dataset.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes