paper-with-me

Papers

Efficient Stacked Dependency Parsing by Forest Reranking

2013-01-01 · TACL 2013 1 · Katsuhiko Hayashi, Shuhei Kondo, Yuji Matsumoto

This paper proposes a discriminative forest reranking algorithm for dependency parsing that can be seen as a form of efficient stacked parsing. A dynamic programming shift-reduce parser produces a packed derivation forest which is then scored by a discriminative reranker, using the 1-best tree output by the shift-reduce parser as guide features in addition to third-order graph-based features. To improve efficiency and accuracy, this paper also proposes a novel shift-reduce parser that eliminates the spurious ambiguity of arc-standard transition systems. Testing on the English Penn Treebank data, forest reranking gave a state-of-the-art unlabeled dependency accuracy of 93.12.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ARCDependency ParsingReranking

Similar Papers 제목 키워드 기반

A Search-Based Dynamic Reranking Model for Dependency Parsing

2016-08-01 · ACL 2016 8 · Hao Zhou, Yue Zhang, Shu-Jian Huang, Junsheng Zhou 외
Dependency ParsingRerankingTransition-Based Dependency Parsing

K-Best Spanning Tree Dependency Parsing With Verb Valency Lexicon Reranking

2012-12-01 · COLING 2012 12 · Zeljko Agic
Dependency ParsingReranking

A Reranking Approach for Dependency Parsing with Variable-sized Subtree Features

2012-11-01 · PACLIC 2012 11 · Mo Shen, Daisuke Kawahara, Sadao Kurohashi
Dependency ParsingReranking

Unsupervised Dependency Parsing: Let's Use Supervised Parsers

2015-04-18 · HLT 2015 5 · Phong Le, Willem Zuidema

We present a self-training approach to unsupervised dependency parsing that reuses existing supervised and unsupervised parsing algorithms. Our approach, called `iterated reranking' (IR), starts with dependency trees gen…

Dependency ParsingRerankingUnsupervised Dependency Parsing

Generative Constituent Parsing and Discriminative Dependency Reranking: Experiments on English and French

2012-07-01 · WS 2012 7 · Joseph Le Roux, Beno{\^\i}t Favre, Alexis Nasr, Mirrosh 외
Reranking