Neural Enquirer: Learning to Query Tables with Natural Language
Pengcheng Yin, Zhengdong Lu, Hang Li, Ben Kao

TL;DR
Neural Enquirer is a neural network architecture designed to interpret and execute natural language queries on knowledge-base tables, enabling end-to-end learning of query understanding and execution.
Contribution
It introduces a fully neural, differentiable system that executes compositional queries on tables, learning from scratch via gradient descent with optional step-by-step supervision.
Findings
Successfully executes complex NL queries on structured tables.
Can be trained end-to-end with gradient descent.
Handles compositional queries with intermediate reasoning steps.
Abstract
We proposed Neural Enquirer as a neural network architecture to execute a natural language (NL) query on a knowledge-base (KB) for answers. Basically, Neural Enquirer finds the distributed representation of a query and then executes it on knowledge-base tables to obtain the answer as one of the values in the tables. Unlike similar efforts in end-to-end training of semantic parsers, Neural Enquirer is fully "neuralized": it not only gives distributional representation of the query and the knowledge-base, but also realizes the execution of compositional queries as a series of differentiable operations, with intermediate results (consisting of annotations of the tables at different levels) saved on multiple layers of memory. Neural Enquirer can be trained with gradient descent, with which not only the parameters of the controlling components and semantic parsing component, but also the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
