A Modest Pareto Optimisation Analysis of Dependency Parsers in 2021
We evaluate three leading dependency parser systems from different paradigms on a small yet diverse subset of languages in terms of their accuracy-efficiency Pareto front. As we are interested in efficiency, we evaluate core parsers without pretrained language models (as these are typically huge networks and would constitute most of the compute time) or other augmentations that can be transversally applied to any of them. Biaffine parsing emerges as a well-balanced default choice, with sequence-labelling parsing being preferable if inference speed (but not training energy cost) is the priority.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
High-order Joint Constituency and Dependency Parsing
This work revisits the topic of jointly parsing constituency and dependency trees, i.e., to produce compatible constituency and dependency trees simultaneously for input sentences, which is attractive considering that th…
Dependency ParsingMulti-Task LearningMeta Auxiliary Labels with Constituent-based Transformer for Aspect-based Sentiment Analysis
Aspect based sentiment analysis (ABSA) is a challenging natural language processing task that could benefit from syntactic information. Previous work exploit dependency parses to improve performance on the task, but this…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Auxiliary LearningSentiment AnalysisHybrid Oracle: Making Use of Ambiguity in Transition-based Chinese Dependency Parsing
In the training of transition-based dependency parsers, an oracle is used to predict a transition sequence for a sentence and its gold tree. However, the transition system may exhibit ambiguity, that is, there can be mul…
Chinese Dependency ParsingDependency ParsingSentenceA Dependency Perspective on RST Discourse Parsing and Evaluation
Computational text-level discourse analysis mostly happens within Rhetorical Structure Theory (RST), whose structures have classically been presented as constituency trees, and relies on data from the RST Discourse Treeb…
Constituency ParsingDependency ParsingDiscourse ParsingError Analysis for Vietnamese Dependency Parsing
Dependency parsing is needed in different applications of natural language processing. In this paper, we present a thorough error analysis for dependency parsing for the Vietnamese language, using two state-of-the-art pa…
Dependency Parsing