paper-with-me

홈 › Papers

Embedding Individual Table Columns for Resilient SQL Chatbots

2018-11-01 · WS 2018 10 · Bojan Petrovski, Ignacio Aguado, Andreea Hossmann, Michael Baeriswyl, Claudiu Musat

Most of the world's data is stored in relational databases. Accessing these requires specialized knowledge of the Structured Query Language (SQL), putting them out of the reach of many people. A recent research thread in Natural Language Processing (NLP) aims to alleviate this problem by automatically translating natural language questions into SQL queries. While the proposed solutions are a great start, they lack robustness and do not easily generalize: the methods require high quality descriptions of the database table columns, and the most widely used training dataset, WikiSQL, is heavily biased towards using those descriptions as part of the questions. In this work, we propose solutions to both problems: we entirely eliminate the need for column descriptions, by relying solely on their contents, and we augment the WikiSQL dataset by paraphrasing column names to reduce bias. We show that the accuracy of existing methods drops when trained on our augmented, column-agnostic dataset, and that our own method reaches state of the art accuracy, while relying on column contents only.

📄 PDF Abstract BibTeX arXiv:1811.00633

Code (0)

등록된 구현이 없습니다.

Tasks

Sql Chatbots

Similar Papers 제목 키워드 기반

Pylon: Semantic Table Union Search in Data Lakes

2023-01-12 · Tianji Cong, Fatemeh Nargesian, H. V. Jagadish

The large size and fast growth of data repositories, such as data lakes, has spurred the need for data discovery to help analysts find related data. The problem has become challenging as (i) a user typically does not kno…

Contrastive LearningRepresentation LearningRetrieval

Gem: Gaussian Mixture Model Embeddings for Numerical Feature Distributions

2024-10-09 · Hafiz Tayyab Rauf, Alex Bogatu, Norman W. Paton, Andre Freitas

Embeddings are now used to underpin a wide variety of data management tasks, including entity resolution, dataset search and semantic type detection. Such applications often involve datasets with numerical columns, but t…

AttributeEntity Resolution

Snoopy: Effective and Efficient Semantic Join Discovery via Proxy Columns

2025-02-24 · Yuxiang Guo, YUREN MAO, Zhonghao Hu, Lu Chen 외

Semantic join discovery, which aims to find columns in a table repository with high semantic joinabilities to a query column, is crucial for dataset discovery. Existing methods can be divided into two categories: cell-le…

Contrastive LearningGraph Matching

TabEmb: Joint Semantic-Structure Embedding for Table Annotation

2026-04-21 · Ehsan Hoseinzade, Ke Wang, Anandharaju Durai Raju arxiv

Table annotation is crucial for making web and enterprise tables usable in downstream NLP applications. Unlike textual data where learning semantically rich token or sentence embeddings often suffice, tables are structur…

CARTE: Pretraining and Transfer for Tabular Learning

2024-02-26 · Myung Jun Kim, Léo Grinsztajn, Gaël Varoquaux

Pretrained deep-learning models are the go-to solution for images or text. However, for tabular data the standard is still to train tree-based models. Indeed, transfer learning on tables hits the challenge of data integr…

Data IntegrationTransfer Learning