Learning to Transform Natural to Formal Languages

Abstract

This paper presents a method for inducing transformation rules that map natural-language sentences into a formal query or command language. The approach assumes a formal grammar for the target representation language and learns transformation rules that exploit the non-terminal symbols in this grammar. The learned transformation rules incrementally map a natural-language sentence or its syntactic parse tree into a parse-tree for the target formal language. Experimental results are presented for two corpora, one which maps English instructions into an existing formal coaching language for simulated RoboCup soccer agents, and another which maps English U.S.-geography questions into a database query language. We show that our method performs overall better and faster than previous approaches in both domains.

Cite

Text

Kate et al. "Learning to Transform Natural to Formal Languages." AAAI Conference on Artificial Intelligence, 2005.

Markdown

[Kate et al. "Learning to Transform Natural to Formal Languages." AAAI Conference on Artificial Intelligence, 2005.](https://mlanthology.org/aaai/2005/kate2005aaai-learning/)

BibTeX

@inproceedings{kate2005aaai-learning,
  title     = {{Learning to Transform Natural to Formal Languages}},
  author    = {Kate, Rohit J. and Wong, Yuk Wah and Mooney, Raymond J.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {1062-1068},
  url       = {https://mlanthology.org/aaai/2005/kate2005aaai-learning/}
}