paper-with-me

홈 › Papers

TableQA: a Large-Scale Chinese Text-to-SQL Dataset for Table-Aware SQL Generation

2020-06-10 · Ningyuan Sun, Xuefeng Yang, Yunfeng Liu

Parsing natural language to corresponding SQL (NL2SQL) with data driven approaches like deep neural networks attracts much attention in recent years. Existing NL2SQL datasets assume that condition values should appear exactly in natural language questions and the queries are answerable given the table. However, these assumptions may fail in practical scenarios, because user may use different expressions for the same content in the table, and query information outside the table without the full picture of contents in table. Therefore we present TableQA, a large-scale cross-domain Natural Language to SQL dataset in Chinese language consisting 64,891 questions and 20,311 unique SQL queries on over 6,000 tables. Different from exisiting NL2SQL datasets, TableQA requires to generalize well not only to SQL skeletons of different questions and table schemas, but also to the various expressions for condition values. Experiment results show that the state-of-the-art model with 95.1% condition value accuracy on WikiSQL only gets 46.8% condition value accuracy and 43.0% logic form accuracy on TableQA, indicating the proposed dataset is challenging and necessary to handle. Two table-aware approaches are proposed to alleviate the problem, the end-to-end approaches obtains 51.3% and 47.4% accuracy on the condition value and logic form tasks, with improvement of 4.7% and 3.4% respectively.

📄 PDF Abstract BibTeX arXiv:2006.06434

Code (2)

AlisonYao/NLP-Final-Project pytorch
InsaneLife/ChineseNLPCorpus paddle

Tasks

Text to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Towards Faithful Response Generation for Chinese Table Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The response generation for TableQA aims to automatically generate a response to end-users from a SQL query and its corresponding execution result (in the form of table). It is an essential and practical task. However, t…

Question AnsweringResponse Generation

CATS: A Pragmatic Chinese Answer-to-Sequence Dataset with Large Scale and High Quality

2023-06-20 · Liang Li, Ruiying Geng, Chengyang Fang, Bing Li 외

There are three problems existing in the popular data-to-text datasets. First, the large-scale datasets either contain noise or lack real application scenarios. Second, the datasets close to real applications are relativ…

Table Question Answering for Low-resourced Indic Languages

2024-10-04 · Vaishali Pal, Evangelos Kanoulas, Andrew Yates, Maarten de Rijke

TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low…

Cross-Lingual TransferMathematical ReasoningQuestion AnsweringZero-Shot Cross-Lingual Transfer

TableQAKit: A Comprehensive and Practical Toolkit for Table-based Question Answering

2023-10-23 · Fangyu Lei, Tongxu Luo, Pengqi Yang, Weihao Liu 외

Table-based question answering (TableQA) is an important task in natural language processing, which requires comprehending tables and employing various reasoning ways to answer the questions. This paper introduces TableQ…

Question AnsweringTable-based Question Answering

Visual-TableQA: Open-Domain Benchmark for Reasoning over Table Images

2025-09-09 · Boammani Aser Lompo, Marc Haraoui arxiv

Visual reasoning over structured data such as tables is a critical capability for modern vision-language models (VLMs), yet current benchmarks remain limited in scale, diversity, or reasoning depth, especially when it co…

Visual Reasoning