paper-with-me

홈 › 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, Jinlong Li, Jun Zhao, Kang Liu

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 very helpful to improve parsing performance. However, current attention-based approaches can only model such alignments at the token level and have unsatisfactory generalization capability. In this paper, we propose a new approach to leveraging explicit lexico-logical alignments. It first identifies possible phrase-level alignments and injects them as additional contexts to guide the parsing procedure. Experimental results on \textsc{Squall} show that our approach can make better use of such alignments and obtains an absolute improvement of 3.4% compared with the current state-of-the-art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SQL ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

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

PhiloBERTA: A Transformer-Based Cross-Lingual Analysis of Greek and Latin Lexicons

2025-03-07 · Rumi A. Allbert, Makai L. Allbert

We present PhiloBERTA, a cross-lingual transformer model that measures semantic relationships between ancient Greek and Latin lexicons. Through analysis of selected term pairs from classical texts, we use contextual embe…

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 외

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 su…

DecoderMachine TranslationSemantic ParsingTranslation

Semantic Features Based on Word Alignments for Estimating Quality of Text Simplification

2017-11-01 · IJCNLP 2017 11 · Tomoyuki Kajiwara, Atsushi Fujita

This paper examines the usefulness of semantic features based on word alignments for estimating the quality of text simplification. Specifically, we introduce seven types of alignment-based features computed on the basis…

Machine TranslationReading ComprehensionSemantic Textual SimilarityText Generation+2

Word Alignment by Fine-tuning Embeddings on Parallel Corpora

2021-01-20 · EACL 2021 2 · Zi-Yi Dou, Graham Neubig

Word alignment over parallel corpora has a wide variety of applications, including learning translation lexicons, cross-lingual transfer of language processing tools, and automatic evaluation or analysis of translation o…

Cross-Lingual TransferTranslationWord AlignmentWord Embeddings