paper-with-me

홈 › Papers

Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

2020-12-18 · Peng Shi, Patrick Ng, Zhiguo Wang, Henghui Zhu, Alexander Hanbo Li, Jun Wang, Cicero Nogueira dos santos, Bing Xiang

Most recently, there has been significant interest in learning contextual representations for various NLP tasks, by leveraging large scale text corpora to train large neural language models with self-supervised learning objectives, such as Masked Language Model (MLM). However, based on a pilot study, we observe three issues of existing general-purpose language models when they are applied to text-to-SQL semantic parsers: fail to detect column mentions in the utterances, fail to infer column mentions from cell values, and fail to compose complex SQL queries. To mitigate these issues, we present a model pre-training framework, Generation-Augmented Pre-training (GAP), that jointly learns representations of natural language utterances and table schemas by leveraging generation models to generate pre-train data. GAP MODEL is trained on 2M utterance-schema pairs and 30K utterance-schema-SQL triples, whose utterances are produced by generative models. Based on experimental results, neural semantic parsers that leverage GAP MODEL as a representation encoder obtain new state-of-the-art results on both SPIDER and CRITERIA-TO-SQL benchmarks.

📄 PDF Abstract BibTeX arXiv:2012.10309

Code (3)

awslabs/gap-text2sql pytorch
c4ai/gap-text2sql pytorch
dmirlab-group/sadga pytorch

Tasks

Language ModelingLanguage ModellingSelf-Supervised LearningSemantic ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Context Dependent Semantic Parsing: A Survey

2020-11-02 · COLING 2020 8 · Zhuang Li, Lizhen Qu, Gholamreza Haffari

Semantic parsing is the task of translating natural language utterances into machine-readable meaning representations. Currently, most semantic parsing methods are not able to utilize contextual information (e.g. dialogu…

Semantic ParsingSurvey

Character-level Representations Improve DRS-based Semantic Parsing Even in the Age of BERT

2020-11-09 · EMNLP 2020 11 · Rik van Noord, Antonio Toral, Johan Bos

We combine character-level and contextual language model representations to improve performance on Discourse Representation Structure parsing. Character representations can easily be added in a sequence-to-sequence model…

DRS ParsingLanguage ModelingLanguage ModellingSemantic Parsing

TabRAG: Improving Tabular Document Question Answering for Retrieval Augmented Generation via Structured Representations

2025-11-10 · Jacob Si, Mike Qu, Michelle Lee, Marek Rei 외 arxiv

Incorporating external knowledge bases in traditional retrieval-augmented generation (RAG) relies on parsing the document, followed by querying a language model with the parsed information via in-context learning. While …

Question Answering

GRILLBot: An Assistant for Real-World Tasks with Neural Semantic Parsing and Graph-Based Representations

2022-08-31 · Carlos Gemmell, Iain Mackie, Paul Owoicho, Federico Rossetto 외

GRILLBot is the winning system in the 2022 Alexa Prize TaskBot Challenge, moving towards the next generation of multimodal task assistants. It is a voice assistant to guide users through complex real-world tasks in the d…

Semantic Parsing

Semantic Parsing for Question Answering over Knowledge Graphs

2023-12-01 · Sijia Wei, Wenwen Zhang, Qisong Li, Jiang Zhao

In this paper, we introduce a novel method with graph-to-segment mapping for question answering over knowledge graphs, which helps understanding question utterances. This method centers on semantic parsing, a key approac…

DecoderGraph Neural NetworkKnowledge GraphsQuestion Answering+1