中文

Efficient probabilistic top-down and left-corner parsing

计算与语言 2007-05-23 v1

摘要

This paper examines efficient predictive broad-coverage parsing without dynamic programming. In contrast to bottom-up methods, depth-first top-down parsing produces partial parses that are fully connected trees spanning the entire left context, from which any kind of non-local dependency or partial semantic interpretation can in principle be read. We contrast two predictive parsing approaches, top-down and left-corner parsing, and find both to be viable. In addition, we find that enhancement with non-local information not only improves parser accuracy, but also substantially improves the search efficiency.

关键词

引用

@article{arxiv.cs/0008017,
  title  = {Efficient probabilistic top-down and left-corner parsing},
  author = {Brian Roark and Mark Johnson},
  journal= {arXiv preprint arXiv:cs/0008017},
  year   = {2007}
}

备注

8 pages, 3 tables, 3 figures