SOTAVerified

Improving Neural Parsing by Disentangling Model Combination and Reranking Effects

2017-07-10ACL 2017Unverified0· sign in to hype

Daniel Fried, Mitchell Stern, Dan Klein

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Recent work has proposed several generative neural models for constituency parsing that achieve state-of-the-art results. Since direct search in these generative models is difficult, they have primarily been used to rescore candidate outputs from base parsers in which decoding is more straightforward. We first present an algorithm for direct search in these generative models. We then demonstrate that the rescoring results are at least partly due to implicit model combination rather than reranking effects. Finally, we show that explicit model combination can improve performance even further, resulting in new state-of-the-art numbers on the PTB of 94.25 F1 when training only on gold data and 94.66 F1 when using external data.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Penn TreebankModel combinationF1 score94.66Unverified

Reproductions