paper-with-me

Papers

A Modest Pareto Optimisation Analysis of Dependency Parsers in 2021

2021-06-08 · ACL (IWPT) 2021 8 · Mark Anderson, Carlos Gómez Rodríguez

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.

📄 PDF Abstract BibTeX arXiv:2106.04216

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

High-order Joint Constituency and Dependency Parsing

2023-09-21 · Yanggan Gu, Yang Hou, Zhefeng Wang, Xinyu Duan 외

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 Learning

Meta Auxiliary Labels with Constituent-based Transformer for Aspect-based Sentiment Analysis

2021-01-01 · Ling Min Serena Khoo, Hai Leong Chieu

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 Analysis

Hybrid Oracle: Making Use of Ambiguity in Transition-based Chinese Dependency Parsing

2017-11-28 · Xuancheng Ren, Xu sun

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 ParsingSentence

A Dependency Perspective on RST Discourse Parsing and Evaluation

2018-06-01 · CL 2018 6 · Mathieu Morey, Philippe Muller, Nicholas Asher

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 Parsing

Error Analysis for Vietnamese Dependency Parsing

2019-11-09 · Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

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