SOTAVerified

Modeling Input Uncertainty in Neural Network Dependency Parsing

2018-10-01EMNLP 2018Code Available0· sign in to hype

Rob van der Goot, Gertjan van Noord

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recently introduced neural network parsers allow for new approaches to circumvent data sparsity issues by modeling character level information and by exploiting raw data in a semi-supervised setting. Data sparsity is especially prevailing when transferring to non-standard domains. In this setting, lexical normalization has often been used in the past to circumvent data sparsity. In this paper, we investigate whether these new neural approaches provide similar functionality as lexical normalization, or whether they are complementary. We provide experimental results which show that a separate normalization component improves performance of a neural network parser even if it has access to character level information as well as external word embeddings. Further improvements are obtained by a straightforward but novel approach in which the top-N best candidates provided by the normalization component are available to the parser.

Tasks

Reproductions