paper-with-me

Papers

Service-oriented Text-to-SQL Parsing

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Wangsu Hu, Jilei Tian

The information retrieval from relational database requires professionals who has an understanding of structural query language such as SQL. TEXT2SQL models apply natural language inference to enable user interacting the database via natural language utterance. Current TEXT2SQL models normally focus on generating complex SQL query in a precise and complete fashion while certain features of real-world application in the production environment is not fully addressed. This paper is aimed to develop a service-oriented Text-to-SQL parser that translates natural language utterance to structural and executable SQL query. We introduce a algorithmic framework named Semantic-Enriched SQL generator (SE-SQL) that enables flexibly access database than rigid API in the application while keeping the performance quality for the most commonly used cases. The qualitative result shows that the proposed model achieves 88.3{\%} execution accuracy on WikiSQL task, outperforming baseline by 13{\%} error reduction. Moreover, the framework considers several service-oriented needs including low-complexity inference, out-of-table rejection, and text normalization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalNatural Language InferenceRetrievalSQL ParsingText NormalizationText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Cross-TOP: Zero-Shot Cross-Schema Task-Oriented Parsing

2022-06-10 · DeepLo 2022 7 · Melanie Rubino, Nicolas Guenon des Mesnards, Uday Shah, Nanjiang Jiang 외

Deep learning methods have enabled task-oriented semantic parsing of increasingly complex utterances. However, a single model is still typically trained and deployed for each task separately, requiring labeled training d…

Semantic Parsing

Data Dependency-Aware Code Generation from Enhanced UML Sequence Diagrams

2025-08-05 · Wenxin Mao, Zhitao Wang, Long Wang, Sirong Chen 외 arxiv

Large language models (LLMs) excel at generating code from natural language (NL) descriptions. However, the plain textual descriptions are inherently ambiguous and often fail to capture complex requirements like intricat…

Mathematical ReasoningCode Generation

Conversational Semantic Parsing

2020-09-28 · EMNLP 2020 11 · Armen Aghajanyan, Jean Maillard, Akshat Shrivastava, Keith Diedrick 외

The structured representation for semantic parsing in task-oriented assistant systems is geared towards simple understanding of one-turn queries. Due to the limitations of the representation, the session-based properties…

dialog state trackingSemantic Parsing

Improving Semantic Parsing for Task Oriented Dialog

2019-02-15 · Arash Einolghozati, Panupong Pasupat, Sonal Gupta, Rushin Shah 외

Semantic parsing using hierarchical representations has recently been proposed for task oriented dialog with promising results [Gupta et al 2018]. In this paper, we present three different improvements to the model: cont…

Language ModelingLanguage ModellingRe-RankingSemantic Parsing

Semantic Parsing for Task Oriented Dialog using Hierarchical Representations

2018-10-18 · EMNLP 2018 10 · Sonal Gupta, Rushin Shah, Mrinal Mohit, Anuj Kumar 외

Task oriented dialog systems typically first parse user utterances to semantic frames comprised of intents and slots. Previous work on task oriented intent and slot-filling work has been restricted to one intent per quer…

Constituency ParsingSemantic Parsingslot-fillingSlot Filling