English

Policy Gradient as a Proxy for Dynamic Oracles in Constituency Parsing

Computation and Language 2018-06-11 v1

Abstract

Dynamic oracles provide strong supervision for training constituency parsers with exploration, but must be custom defined for a given parser's transition system. We explore using a policy gradient method as a parser-agnostic alternative. In addition to directly optimizing for a tree-level metric such as F1, policy gradient has the potential to reduce exposure bias by allowing exploration during training; moreover, it does not require a dynamic oracle for supervision. On four constituency parsers in three languages, the method substantially outperforms static oracle likelihood training in almost all settings. For parsers where a dynamic oracle is available (including a novel oracle which we define for the transition system of Dyer et al. 2016), policy gradient typically recaptures a substantial fraction of the performance gain afforded by the dynamic oracle.

Keywords

Cite

@article{arxiv.1806.03290,
  title  = {Policy Gradient as a Proxy for Dynamic Oracles in Constituency Parsing},
  author = {Daniel Fried and Dan Klein},
  journal= {arXiv preprint arXiv:1806.03290},
  year   = {2018}
}

Comments

ACL 2018

R2 v1 2026-06-23T02:24:00.788Z