Learning to Parse Database Queries Using Inductive Logic Programming

Abstract

This paper presents recent work using the Chill parser acquisition system to automate the construction of a natural-language interface for database queries. Chill treats parser acquisition as the learning of search-control rules within a logic program representing a shift-reduce parser and uses techniques from Inductive Logic Programming to learn relational control knowledge. Starting with a general framework for constructing a suitable logical form, Chill is able to train on a corpus comprising sentences paired with database queries and induce parsers that map subsequent sentences directly into executable queries. Experimental results with a complete database-query application for U.S. geography show that Chill is able to learn parsers that outperform a preexisting, hand-crafted counterpart. These results demonstrate the ability of a corpus-based system to produce more than purely syntactic representations. They also provide direct evidence of the utility of an empirical approach at...

Cite

Text

Zelle and Mooney. "Learning to Parse Database Queries Using Inductive Logic Programming." AAAI Conference on Artificial Intelligence, 1996.

Markdown

[Zelle and Mooney. "Learning to Parse Database Queries Using Inductive Logic Programming." AAAI Conference on Artificial Intelligence, 1996.](https://mlanthology.org/aaai/1996/zelle1996aaai-learning/)

BibTeX

@inproceedings{zelle1996aaai-learning,
  title     = {{Learning to Parse Database Queries Using Inductive Logic Programming}},
  author    = {Zelle, John M. and Mooney, Raymond J.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1996},
  pages     = {1050-1055},
  url       = {https://mlanthology.org/aaai/1996/zelle1996aaai-learning/}
}