Speeding Up Natural Language Parsing by Reusing Partial Results

04/06/2019
by   Michalina Strzyz, et al.
0

This paper proposes a novel technique that applies case-based reasoning in order to generate templates for reusable parse tree fragments, based on PoS tags of bigrams and trigrams that demonstrate low variability in their syntactic analyses from prior data. The aim of this approach is to improve the speed of dependency parsers by avoiding redundant calculations. This can be resolved by applying the predefined templates that capture results of previous syntactic analyses and directly assigning the stored structure to a new n-gram that matches one of the templates, instead of parsing a similar text fragment again. The study shows that using a heuristic approach to select and reuse the partial results increases parsing speed by reducing the input length to be processed by a parser. The increase in parsing speed comes at some expense of accuracy. Experiments on English show promising results: the input dimension can be reduced by more than 20 Attachment Score.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/19/2020

A Survey of Syntactic-Semantic Parsing Based on Constituent and Dependency Structures

Syntactic and semantic parsing has been investigated for decades, which ...
research
02/25/2015

Web-scale Surface and Syntactic n-gram Features for Dependency Parsing

We develop novel first- and second-order features for dependency parsing...
research
12/15/2021

Penn-Helsinki Parsed Corpus of Early Modern English: First Parsing Results and Analysis

We present the first parsing results on the Penn-Helsinki Parsed Corpus ...
research
11/01/2020

Bracketing Encodings for 2-Planar Dependency Parsing

We present a bracketing-based encoding that can be used to represent any...
research
05/15/2016

Anchoring and Agreement in Syntactic Annotations

We present a study on two key characteristics of human syntactic annotat...
research
12/20/2019

Speeding up Generalized PSR Parsers by Memoization Techniques

Predictive shift-reduce (PSR) parsing for hyperedge replacement (HR) gra...
research
04/28/2021

Learning Syntax from Naturally-Occurring Bracketings

Naturally-occurring bracketings, such as answer fragments to natural lan...

Please sign up or login with your details

Forgot password? Click here to reset