2020

Efficient Second-Order TreeCRF for Neural Dependency Parsing

Zhang, Yu, Li, Zhenghua, Zhang, Min

Understand

In the deep learning (DL) era, parsing models are extremely simplified with little hurt on performance, thanks to the remarkable capability of multi-layer BiLSTMs in context representation.

  • As the most popular graph-based dependency parser due to its high efficiency and performance, the biaffine parser directly scores single dependencies under the arc-factorization assumption, and adopts a very simple local token-wise cross-entropy training loss.
  • This paper for the first time presents a second-order TreeCRF extension to the biaffine parser.
  • For a long time, the complexity and inefficiency of the inside-outside algorithm hinder the popularity of TreeCRF.

Reading the bibliography…