SOTAVerified

The Reading Machine: A Versatile Framework for Studying Incremental Parsing Strategies

2021-08-01ACL (IWPT) 2021Unverified0· sign in to hype

Franck Dary, Alexis Nasr

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

The Reading Machine, is a parsing framework that takes as input raw text and performs six standard nlp tasks: tokenization, pos tagging, morphological analysis, lemmatization, dependency parsing and sentence segmentation. It is built upon Transition Based Parsing, and allows to implement a large number of parsing configurations, among which a fully incremental one. Three case studies are presented to highlight the versatility of the framework. The first one explores whether an incremental parser is able to take into account top-down dependencies (i.e. the influence of high level decisions on low level ones), the second compares the performances of an incremental and a pipe-line architecture and the third quantifies the impact of the right context on the predictions made by an incremental parser.

Tasks

Reproductions