Efficient Latent Structural Perceptron with Hybrid Trees for Semantic Parsing

Abstract

Discriminative structured prediction models have been widely used in many natural language processing tasks, but it is challenging to apply the methods to semantic parsing. In this paper, by introducing hybrid tree as a latent structure variable to close the gap between the input sentences and output representations, we formulate semantic parsing as a structured prediction problem, based on the latent variable perceptron model incorporated with a tree edit-distance loss as optimization criterion. The proposed approach maintains the advantage of a discriminative model in accommodating flexible combination of features and naturally incorporates an efficient decoding algorithm in learning and inference. Furthermore, in order to enhance the efficiency and accuracy of inference, we design an effective approach based on vector space model to extract a smaller subset of relevant MR productions for test examples. Experimental results on publicly available corpus show that our approach significantly outperforms previous systems.

Cite

Text

Zhou et al. "Efficient Latent Structural Perceptron with Hybrid Trees for Semantic Parsing." International Joint Conference on Artificial Intelligence, 2013.

Markdown

[Zhou et al. "Efficient Latent Structural Perceptron with Hybrid Trees for Semantic Parsing." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/zhou2013ijcai-efficient/)

BibTeX

@inproceedings{zhou2013ijcai-efficient,
  title     = {{Efficient Latent Structural Perceptron with Hybrid Trees for Semantic Parsing}},
  author    = {Zhou, Junsheng and Xu, Juhong and Qu, Weiguang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2013},
  pages     = {2246-2253},
  url       = {https://mlanthology.org/ijcai/2013/zhou2013ijcai-efficient/}
}