EMNLP 2021main0 citations

A Unified Encoding of Structures in Transition Systems

Tao Ji, Yong Jiang, Tao Wang, Zhongqiang Huang, Fei Huang, Yuanbin Wu, Xiaoling Wang

Abstract

Transition systems usually contain various dynamic structures (e.g., stacks, buffers). An ideal transition-based model should encode these structures completely and efficiently. Previous works relying on templates or neural network structures either only encode partial structure information or suffer from computation efficiency. In this paper, we propose a novel attention-based encoder unifying representation of all structures in a transition system. Specifically, we separate two views of items on structures, namely structure-invariant view and structure-dependent view. With the help of parallel-friendly attention network, we are able to encoding transition states with O(1) additional complexity (with respect to basic feature extractors). Experiments on the PTB and UD show that our proposed method significantly improves the test speed and achieves the best transition-based model, and is comparable to state-of-the-art methods.

BibTeX
@inproceedings{ji-etal-2021-unified,
    title = "A Unified Encoding of Structures in Transition Systems",
    author = "Ji, Tao  and
      Jiang, Yong  and
      Wang, Tao  and
      Huang, Zhongqiang  and
      Huang, Fei  and
      Wu, Yuanbin  and
      Wang, Xiaoling",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.339/",
    doi = "10.18653/v1/2021.emnlp-main.339",
    pages = "4121--4133"
}