SCoRe: Pre-Training for Context Representation in Conversational Semantic Parsing
Conversational Semantic Parsing (CSP) is the task of converting a sequence of natural language queries to formal language (e.g., SQL, SPARQL) that can be executed against a structured ontology (e.g. databases, knowledge bases). To accomplish this task, a CSP system needs to model the relation between the unstructured language utterance and the structured ontology while representing the multi-turn dynamics of the dialog. Pre-trained language models (LMs) are the state-of-the-art for various natural language processing tasks. However, existing pre-trained LMs that use language modeling training objectives over free-form text have limited ability to represent natural language references to contextual structural data. In this work, we present SCORE, a new pre-training approach for CSP tasks designed to induce representations that capture the alignment between the dialogue flow and the structural context. We demonstrate the broad applicability of SCORE to CSP tasks by combining SCORE with strong base systems on four different tasks (SPARC, COSQL, MWOZ, and SQA). We show that SCORE can improve the performance over all these base systems by a significant margin and achieves state-of-the-art results on three of them. Our implementation and checkpoints of the model will be available at Anonymous URL.
Code (0)
등록된 구현이 없습니다.
Tasks
Dialogue State TrackingLanguage ModelingLanguage ModellingMulti-domain Dialogue State TrackingNatural Language QueriesSemantic ParsingText-To-SQLSimilar Papers 제목 키워드 기반
GiCCS: A German in-Context Conversational Similarity Benchmark
The Semantic textual similarity (STS) task is commonly used to evaluate the semantic representations that language models (LMs) learn from texts, under the assumption that good-quality representations will yield accurate…
BenchmarkingSemantic Textual SimilaritySTSPay More Attention to History: A Context Modelling Strategy for Conversational Text-to-SQL
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-S…
Natural Language QueriesSemantic ParsingText to SQLText-To-SQLCROWN: Conversational Passage Ranking by Reasoning over Word Networks
Information needs around a topic cannot be satisfied in a single turn; users typically ask follow-up questions referring to the same theme and a system must be capable of understanding the conversational context of a req…
Passage RankingZero-shot Cross-lingual Conversational Semantic Role Labeling
While conversational semantic role labeling (CSRL) has shown its usefulness on Chinese conversational tasks, it is still under-explored in non-Chinese languages due to the lack of multilingual CSRL annotations for the pa…
Response GenerationSemantic Role LabelingTranslationConversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks
This paper addresses the task of (complex) conversational question answering over a knowledge graph. For this task, we propose LASAGNE (muLti-task semAntic parSing with trAnsformer and Graph atteNtion nEtworks). It is th…
Conversational Question AnsweringGraph AttentionKnowledge GraphsQuestion Answering+1