paper-with-me

홈 › Papers

On the Potential of Lexico-logical Alignments for Semantic Parsing to SQL Queries

2020-10-21 · Findings of the Association for Computational Linguistics 2020 · Tianze Shi, Chen Zhao, Jordan Boyd-Graber, Hal Daumé III, Lillian Lee

Large-scale semantic parsing datasets annotated with logical forms have enabled major advances in supervised approaches. But can richer supervision help even more? To explore the utility of fine-grained, lexical-level supervision, we introduce Squall, a dataset that enriches 11,276 WikiTableQuestions English-language questions with manually created SQL equivalents plus alignments between SQL and question fragments. Our annotation enables new training possibilities for encoder-decoder models, including approaches from machine translation previously precluded by the absence of alignments. We propose and test two methods: (1) supervised attention; (2) adopting an auxiliary objective of disambiguating references in the input queries to table columns. In 5-fold cross validation, these strategies improve over strong baselines by 4.4% execution accuracy. Oracle experiments suggest that annotated alignments can support further accuracy gains of up to 23.9%.

📄 PDF Abstract BibTeX arXiv:2010.11246

Code (2)

tzshi/squall 공식 구현 pytorch
microsoft/Table-Pretraining pytorch

Tasks

DecoderMachine TranslationSemantic ParsingTranslation

Similar Papers 제목 키워드 기반

Leveraging Explicit Lexico-logical Alignments in Text-to-SQL Parsing

2022-05-01 · ACL 2022 5 · Runxin Sun, Shizhu He, Chong Zhu, Yaohan He 외

Text-to-SQL aims to parse natural language questions into SQL queries, which is valuable in providing an easy interface to access large databases. Previous work has observed that leveraging lexico-logical alignments is v…

SQL ParsingText to SQLText-To-SQL

Translate First Reorder Later: Leveraging Monotonicity in Semantic Parsing

2022-10-10 · Francesco Cazzaro, Davide Locatelli, Ariadna Quattoni, Xavier Carreras

Prior work in semantic parsing has shown that conventional seq2seq models fail at compositional generalization tasks. This limitation led to a resurgence of methods that model alignments between sentences and their corre…

Semantic Parsing

Compositional Generalization via Semantic Tagging

2020-10-22 · Findings (EMNLP) 2021 11 · Hao Zheng, Mirella Lapata

Although neural sequence-to-sequence models have been successfully applied to semantic parsing, they fail at compositional generalization, i.e., they are unable to systematically generalize to unseen compositions of seen…

Semantic ParsingTAG

Morpho-syntactic Lexicon Generation Using Graph-based Semi-supervised Learning

2015-12-16 · TACL 2016 1 · Manaal Faruqui, Ryan Mcdonald, Radu Soricut

Morpho-syntactic lexicons provide information about the morphological and syntactic roles of words in a language. Such lexicons are not available for all languages and even when available, their coverage can be limited. …

Dependency ParsingMorphological Tagging

A Broad-Coverage Deep Semantic Lexicon for Verbs

2020-07-06 · LREC 2020 5 · James Allen, Hannah An, Ritwik Bose, Will de Beaumont 외

Progress on deep language understanding is inhibited by the lack of a broad coverage lexicon that connects linguistic behavior to ontological concepts and axioms. We have developed COLLIE-V, a deep lexical resource for v…