paper-with-me

홈 › Papers

Bridging Textual and Tabular Data for Cross-Domain Text-to-SQL Semantic Parsing

2020-12-23 · Findings of the Association for Computational Linguistics 2020 · Xi Victoria Lin, Richard Socher, Caiming Xiong

We present BRIDGE, a powerful sequential architecture for modeling dependencies between natural language questions and relational databases in cross-DB semantic parsing. BRIDGE represents the question and DB schema in a tagged sequence where a subset of the fields are augmented with cell values mentioned in the question. The hybrid sequence is encoded by BERT with minimal subsequent layers and the text-DB contextualization is realized via the fine-tuned deep attention in BERT. Combined with a pointer-generator decoder with schema-consistency driven search space pruning, BRIDGE attained state-of-the-art performance on popular cross-DB text-to-SQL benchmarks, Spider (71.1\% dev, 67.5\% test with ensemble model) and WikiSQL (92.6\% dev, 91.9\% test). Our analysis shows that BRIDGE effectively captures the desired cross-modal dependencies and has the potential to generalize to more text-DB related tasks. Our implementation is available at \url{https://github.com/salesforce/TabularSemanticParsing}.

📄 PDF Abstract BibTeX arXiv:2012.12627

Code (2)

salesforce/TabularSemanticParsing 공식 구현 pytorch
TooTouch/SPARTA pytorch

Tasks

DecoderDeep AttentionSemantic ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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.
Adam 설명 없음
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…
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 &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SeFNet: Bridging Tabular Datasets with Semantic Feature Nets

2023-06-20 · Katarzyna Woźnica, Piotr Wilczyński, Przemysław Biecek

Machine learning applications cover a wide range of predictive tasks in which tabular datasets play a significant role. However, although they often address similar problems, tabular datasets are typically treated as sta…

Meta-LearningSemantic SimilaritySemantic Textual Similarity

iLTM: Integrated Large Tabular Model

2025-11-20 · David Bonet, Marçal Comajoan Cara, Alvaro Calafell, Daniel Mas Montserrat 외 arxiv

Tabular data underpins decisions across science, industry, and public services. Despite rapid progress, advances in deep learning have not fully carried over to the tabular domain, where gradient-boosted decision trees (…

Enhancing Tabular Learners with Context-Aware Semantic Embeddings

2026-08-04 · Günther Schindler, Maximilian Schambach, Johannes Höhne arxiv

While modern tabular learners excel at capturing statistical patterns, they frequently operate in a semantic vacuum, treating textual features as discrete symbols, ignoring the rich semantics inherent in feature names or…

Transfer Learning with Deep Tabular Models

2022-06-30 · Roman Levin, Valeriia Cherepanova, Avi Schwarzschild, Arpit Bansal 외

Recent work on deep learning for tabular data demonstrates the strong performance of deep tabular models, often bridging the gap between gradient boosted decision trees and neural networks. Accuracy aside, a major advant…

Medical DiagnosisTransfer Learning

ReTabAD: A Benchmark for Restoring Semantic Context in Tabular Anomaly Detection

2025-10-02 · Sanghyu Yoon, Dongmin Kim, Suhee Yoon, Ye Seul Sim 외 arxiv

In tabular anomaly detection (AD), textual semantics often carry critical signals, as the definition of an anomaly is closely tied to domain-specific context. However, existing benchmarks provide only raw data points wit…

Anomaly Detection