SOTAVerified

Learning PyTorch Through A Neural Dependency Parsing Exercise

2021-06-01NAACL (TeachingNLP) 2021Unverified0· sign in to hype

David Jurgens

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Dependency parsing is increasingly the popular parsing formalism in practice. This assignment provides a practice exercise in implementing the shift-reduce dependency parser of Chen and Manning (2014). This parser is a two-layer feed-forward neural network, which students implement in PyTorch, providing practice in developing deep learning models and exposure to developing parser models.

Tasks

Reproductions