Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots

For background and additional information, see this page: Service Robot Command Understanding

N. Walker, Y.-T. Peng, and M. Cakmak, “Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots,” in RoboCup 2019: Robot Soccer World Cup XXIII, J. Suthakorn, M.-A. Williams, T. Niemueller, and S. Chalup, Eds. Springer, 2019.

Abstract

Service robots are envisioned to undertake a wide range of tasks at the request of users. Semantic parsing is one way to convert natural language commands given to these robots into executable representations. Methods for creating semantic parsers, however, rely either on large amounts of data or on engineered lexical features and parsing rules, which has limited their application in robotics. To address this challenge, we propose an approach that leverages neural semantic parsing methods in combination with contextual word embeddings to enable the training of a semantic parser with little data and without domain specific parser engineering. Key to our approach is the use of an anonymized target representation which is more easily learned by the parser. In most cases, this simplified representation can trivially be transformed into an executable format, and in others the parse can be completed through further interaction with the user. We evaluate this approach in the context of the RoboCup@Home General Purpose Service Robot task, where we have collected a corpus of paraphrased versions of commands from the standardized command generator. Our results show that neural semantic parsers can predict the logical form of unseen commands with 89% accuracy. We release our data and the details of our models to encourage further development from the RoboCup and service robotics communities.

BibTeX Entry

@incollection{walker2019robocup,
  title = {Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots},
  author = {Walker, Nick and Peng, Yu-Tang and Cakmak, Maya},
  booktitle = {RoboCup 2019: Robot Soccer World Cup XXIII},
  location = {Sydney},
  doi = {10.1007/978-3-030-35699-6_26},
  series = {Lecture Notes in Artificial Intelligence},
  editor = {Suthakorn, Jackrit and Williams, Mary-Anne and Niemueller, Tim and Chalup, Stephan},
  publisher = {Springer},
  month = jul,
  year = {2019},
  wwwcode = {https://github.com/nickswalker/gpsr-command-understanding},
  wwwtype = {symposium},
  wwwpdf = {https://hcrlab.cs.washington.edu/assets/pdfs/2019/walker2019parsing.pdf},
  wwwslides = {https://doi.org/10.5281/zenodo.3253252}
}