paper-with-me

Papers

Relation Aware Semi-autoregressive Semantic Parsing for NL2SQL

2021-08-02 · Junyang Huang, Yongbo Wang, Yongliang Wang, Yang Dong, Yanghua Xiao

Natural language to SQL (NL2SQL) aims to parse a natural language with a given database into a SQL query, which widely appears in practical Internet applications. Jointly encode database schema and question utterance is a difficult but important task in NL2SQL. One solution is to treat the input as a heterogeneous graph. However, it failed to learn good word representation in question utterance. Learning better word representation is important for constructing a well-designed NL2SQL system. To solve the challenging task, we present a Relation aware Semi-autogressive Semantic Parsing (\MODN) ~framework, which is more adaptable for NL2SQL. It first learns relation embedding over the schema entities and question words with predefined schema relations with ELECTRA and relation aware transformer layer as backbone. Then we decode the query SQL with a semi-autoregressive parser and predefined SQL syntax. From empirical results and case study, our model shows its effectiveness in learning better word representation in NL2SQL.

📄 PDF Abstract BibTeX arXiv:2108.00804

Code (0)

등록된 구현이 없습니다.

Tasks

RelationSemantic Parsing

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SmBoP: Semi-autoregressive Bottom-up Semantic Parsing

2020-10-23 · ACL (spnlp) 2021 8 · Ohad Rubin, Jonathan Berant

The de-facto standard decoding method for semantic parsing in recent years has been to autoregressively decode the abstract syntax tree of the target program using a top-down depth-first traversal. In this work, we propo…

Semantic Parsing

Improving Unsupervised Constituency Parsing via Maximizing Semantic Information

2024-10-03 · Junjie Chen, Xiangheng He, Yusuke Miyao, Danushka Bollegala

Unsupervised constituency parsers organize phrases within a sentence into a tree-shaped syntactic constituent structure that reflects the organization of sentence semantics. However, the traditional objective of maximizi…

Constituency Grammar InductionConstituency ParsingSentence

A Semi-Autoregressive Graph Generative Model for Dependency Graph Parsing

2023-06-21 · Ye Ma, Mingming Sun, Ping Li

Recent years have witnessed the impressive progress in Neural Dependency Parsing. According to the different factorization approaches to the graph joint probabilities, existing parsers can be roughly divided into autoreg…

Dependency ParsingGraph Generation

Semi-Supervised Semantic Dependency Parsing Using CRF Autoencoders

2020-07-01 · ACL 2020 6 · Zixia Jia, Youmi Ma, Jiong Cai, Kewei Tu

Semantic dependency parsing, which aims to find rich bi-lexical relationships, allows words to have multiple dependency heads, resulting in graph-structured representations. We propose an approach to semi-supervised lear…

ARCDecoderDependency ParsingSemantic Dependency Parsing+1

Non-Autoregressive Semantic Parsing for Compositional Task-Oriented Dialog

2021-04-11 · NAACL 2021 4 · Arun Babu, Akshat Shrivastava, Armen Aghajanyan, Ahmed Aly 외

Semantic parsing using sequence-to-sequence models allows parsing of deeper representations compared to traditional word tagging based models. In spite of these advantages, widespread adoption of these models for real-ti…

Semantic Parsing