paper-with-me

Papers

SCoRe: Pre-Training for Context Representation in Conversational Semantic Parsing

2021-01-01 · NeurIPS Workshop CAP 2020 12 · Tao Yu, Rui Zhang, Alex Polozov, Christopher Meek, Ahmed Hassan Awadallah

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingLanguage ModelingLanguage ModellingMulti-domain Dialogue State TrackingNatural Language QueriesSemantic ParsingText-To-SQL

Similar Papers 제목 키워드 기반

GiCCS: A German in-Context Conversational Similarity Benchmark

2022-12-16 · Proceedings of the 2nd Workshop on Natural Language Generation, Evaluation, and Metrics (GEM) 2022 12 · Shima Asaadi, Zahra Kolagar, Alina Liebel, Alessandra Zarcone

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 SimilaritySTS

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

2021-12-16 · Yuntao Li, Hanchu Zhang, Yutian Li, Sirui Wang 외

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-SQL

CROWN: Conversational Passage Ranking by Reasoning over Word Networks

2019-11-07 · Magdalena Kaiser, Rishiraj Saha Roy, Gerhard Weikum

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 Ranking

Zero-shot Cross-lingual Conversational Semantic Role Labeling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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 LabelingTranslation

Conversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks

2021-04-04 · EACL 2021 2 · Endri Kacupaj, Joan Plepi, Kuldeep Singh, Harsh Thakkar 외

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