paper-with-me

Papers

Faster and Better Grammar-based Text-to-SQL Parsing via Clause-level Parallel Decoding and Alignment Loss

2022-04-26 · Kun Wu, Lijie Wang, Zhenghua Li, Xinyan Xiao

Grammar-based parsers have achieved high performance in the cross-domain text-to-SQL parsing task, but suffer from low decoding efficiency due to the much larger number of actions for grammar selection than that of tokens in SQL queries. Meanwhile, how to better align SQL clauses and question segments has been a key challenge for parsing performance. Therefore, this paper proposes clause-level parallel decoding and alignment loss to enhance two high-performance grammar-based parsers, i.e., RATSQL and LGESQL. Experimental results of two parsers show that our method obtains consistent improvements both in accuracy and decoding speed.

📄 PDF Abstract BibTeX arXiv:2204.12186

Code (0)

등록된 구현이 없습니다.

Tasks

SQL ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

BME-TUW at SR’20: Lexical grammar induction for surface realization

2020-12-01 · MSR (COLING) 2020 12 · Gábor Recski, Ádám Kovács, Kinga Gémes, Judit Ács 외

We present a system for mapping Universal Dependency structures to raw text which learns to restore word order by training an Interpreted Regular Tree Grammar (IRTG) that establishes a mapping between string and graph op…

DecoderSentence

Vietnamese Open Information Extraction

2018-01-23 · Diem Truong, Duc-Thuan Vo, U. T Nguyen

Open information extraction (OIE) is the process to extract relations and their arguments automatically from textual documents without the need to restrict the search to predefined relations. In recent years, several OIE…

Dependency ParsingOpen Information ExtractionSentence

K-best Iterative Viterbi Parsing

2017-04-01 · EACL 2017 4 · Katsuhiko Hayashi, Masaaki Nagata

This paper presents an efficient and optimal parsing algorithm for probabilistic context-free grammars (PCFGs). To achieve faster parsing, our proposal employs a pruning technique to reduce unnecessary edges in the searc…

Phrase-aware Unsupervised Constituency Parsing

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

Recent studies have achieved inspiring success in unsupervised grammar induction using masked language modeling (MLM) as the proxy task. Despite their high accuracy in identifying low-level structures, prior arts tend to…

Constituency ParsingLanguage ModelingLanguage ModellingMasked Language Modeling

Phrase-aware Unsupervised Constituency Parsing

2022-05-01 · ACL 2022 5 · Xiaotao Gu, Yikang Shen, Jiaming Shen, Jingbo Shang 외

Recent studies have achieved inspiring success in unsupervised grammar induction using masked language modeling (MLM) as the proxy task. Despite their high accuracy in identifying low-level structures, prior arts tend to…

Constituency ParsingLanguage ModelingLanguage ModellingMasked Language Modeling