paper-with-me

Papers

Wav2SQL: Direct Generalizable Speech-To-SQL Parsing

2023-05-21 · Huadai Liu, Rongjie Huang, Jinzheng He, Gang Sun, Ran Shen, Xize Cheng, Zhou Zhao

Speech-to-SQL (S2SQL) aims to convert spoken questions into SQL queries given relational databases, which has been traditionally implemented in a cascaded manner while facing the following challenges: 1) model training is faced with the major issue of data scarcity, where limited parallel data is available; and 2) the systems should be robust enough to handle diverse out-of-domain speech samples that differ from the source data. In this work, we propose the first direct speech-to-SQL parsing model Wav2SQL which avoids error compounding across cascaded systems. Specifically, 1) to accelerate speech-driven SQL parsing research in the community, we release a large-scale and multi-speaker dataset MASpider; 2) leveraging the recent progress in the large-scale pre-training, we show that it alleviates the data scarcity issue and allow for direct speech-to-SQL parsing; and 3) we include the speech re-programming and gradient reversal classifier techniques to reduce acoustic variance and learned style-agnostic representation, improving generalization to unseen out-of-domain custom data. Experimental results demonstrate that Wav2SQL avoids error compounding and achieves state-of-the-art results by up to 2.5\% accuracy improvement over the baseline.

📄 PDF Abstract BibTeX arXiv:2305.12552

Code (0)

등록된 구현이 없습니다.

Tasks

SQL Parsing

Similar Papers 제목 키워드 기반

Growing Trees on Sounds: Assessing Strategies for End-to-End Dependency Parsing of Speech

2024-06-18 · Adrien Pupier, Maximin Coavoux, Jérôme Goulian, Benjamin Lecouteux

Direct dependency parsing of the speech signal -- as opposed to parsing speech transcriptions -- has recently been proposed as a task (Pupier et al. 2022), as a way of incorporating prosodic information in the parsing sy…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Dependency Parsingspeech-recognition+1

Textless Dependency Parsing by Labeled Sequence Prediction

2024-07-14 · Shunsuke Kando, Yusuke Miyao, Jason Naradowsky, Shinnosuke Takamichi

Traditional spoken language processing involves cascading an automatic speech recognition (ASR) system into text processing models. In contrast, "textless" methods process speech representations without ASR systems, enab…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Dependency ParsingPrediction+3

Cascading and Direct Approaches to Unsupervised Constituency Parsing on Spoken Sentences

2023-03-15 · Yuan Tseng, Cheng-I Lai, Hung-Yi Lee

Past work on unsupervised parsing is constrained to written form. In this paper, we present the first study on unsupervised spoken constituency parsing given unlabeled spoken sentences and unpaired textual data. The goal…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Constituency ParsingInductive Bias+2

Towards Generalizable and Robust Text-to-SQL Parsing

2022-10-23 · Chang Gao, Bowen Li, Wenxuan Zhang, Wai Lam 외

Text-to-SQL parsing tackles the problem of mapping natural language questions to executable SQL queries. In practice, text-to-SQL parsers often encounter various challenging scenarios, requiring them to be generalizable …

SQL ParsingText to SQLText-To-SQL

Semantic Parsing of Disfluent Speech

2021-04-01 · EACL 2021 2 · Priyanka Sen, Isabel Groves

Speech disfluencies are prevalent in spontaneous speech. The rising popularity of voice assistants presents a growing need to handle naturally occurring disfluencies. Semantic parsing is a key component for understanding…

Semantic Parsing