Transition-Based Dependency Parsing with Heuristic Backtracking

Jacob Buckman1, Miguel Ballesteros2, Chris Dyer3
1Carnegie Mellon University, 2Pompeu Fabra University, 3Google DeepMind


Abstract

We introduce a novel approach to the decoding problem in transition-based parsing: heuristic backtracking. This algorithm uses a series of partial parses on the sentence to locate the best candidate parse, using confidence estimates of transition decisions as a heuristic to guide the starting points of the search. This allows us to achieve a parse accuracy comparable to beam search, despite using fewer transitions. When used to augment a Stack-LSTM transition-based parser, the parser shows an unlabeled attachment score of up to 93.30% for English and 87.61% for Chinese.