Papers › AutoQA: From Databases To QA Semantic Parsers With Only Synthetic Training Data

AutoQA: From Databases To QA Semantic Parsers With Only Synthetic Training Data

9 Oct 2020EMNLP 2020 11arXiv:2010.04806archive 2025-07-28

Silei Xu, Sina J. Semnani, Giovanni Campagna, Monica S. Lam

We propose AutoQA, a methodology and toolkit to generate semantic parsers that answer questions on databases, with no manual effort. Given a database schema and its data, AutoQA automatically generates a large set of high-quality questions for training that covers different database operations. It uses automatic paraphrasing combined with template-based parsing to find alternative expressions of an attribute in different parts of speech. It also uses a novel filtered auto-paraphraser to generate correct paraphrases of entire sentences. We apply AutoQA to the Schema2QA dataset and obtain an average logical form accuracy of 62.9% when tested on natural questions, which is only 6.4% lower than a model trained with expert natural language annotations and paraphrase data collected from crowdworkers. To demonstrate the generality of AutoQA, we also apply it to the Overnight dataset. AutoQA achieves 69.8% answer accuracy, 16.4% higher than the state-of-the-art zero-shot models and only 5.2% lower than the same model trained with human data.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.04806")

Code

Syntology Ran 12 of 26 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 26 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

stanford-oval/genienlp officialmentioned on GitHubpytorch report
stanford-oval/genie-toolkit officialpytorchApache-2.0 report
stanford-oval/schema2qa officialNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 12 ran; 1 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
4ran
14unverified

Licence: 26 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from stanford-oval/genienlp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BaseTask stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran licence not identified · pointer only · 42631c14b882d782 · report
Dataset stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran licence not identified · pointer only · b455c27f6b438cf5 · report
Example stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran licence not identified · pointer only · d87ff88a9f115ed8 · report
LogFriendlyProgressBar stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran licence not identified · pointer only · b2ce3574357a405f · report
detokenize_cjk_chars stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 5883e6163d8ca1dd · report
identity stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · honoured contract licence not identified · pointer only · 159ce9937af279f0 · report
is_cjk_char stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · violated contract fingerprinted licence not identified · pointer only · 26adb7e14f963fd8 · report
is_device stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · violated contract licence not identified · pointer only · f467fd81bb2f3958 · report
is_entity stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · violated contract licence not identified · pointer only · 2462d798bf37ff8c · report
is_entity_marker stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · violated contract licence not identified · pointer only · 66d569ad6290bebe · report
progress_bar stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 1f9b68ba2b3119fd · report
tokenize_cjk_chars stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 4dd5b2771872c2d0 · report
AlmondDataset stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 5a0a49372aaad9ed · report
BaseAlmondTask stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 4288fadccba71bf9 · report
CQA stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 0dead046f92c2468 · report
Entity stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · d4a4261771ad1b90 · report
NumericalizedExamples stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · dfda7f932428970f · report
SequentialField stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · f21a2527e0230fef · report
Split stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 99bdb9b24cbe5695 · report
all_tokens_fn stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · f3c7f359d869fe36 · report
answer_len stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · c8bbe69c272bee42 · report
chunk_file stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 8fdb6f180839522f · report
context_question_len stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · a8f04f44e9968d04 · report
create_examples_from_file stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 8ee80ddb417a12d0 · report
download_from_url stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 56267c88f1beb8d1 · report
input_then_output_len stanford-oval/genienlp/genienlp/tasks/almond_task.py official repository unverified licence not identified · pointer only · 9ea8c26ce1e187a3 · report

Tasks

AttributeNatural QuestionsQuestion AnsweringSemantic ParsingZero-Shot Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections