paper-with-me

Papers

Sequential Graph Dependency Parser

2019-05-27 · RANLP 2019 9 · Sean Welleck, Kyunghyun Cho

We propose a method for non-projective dependency parsing by incrementally predicting a set of edges. Since the edges do not have a pre-specified order, we propose a set-based learning method. Our method blends graph, transition, and easy-first parsing, including a prior state of the parser as a special case. The proposed transition-based method successfully parses near the state of the art on both projective and non-projective languages, without assuming a certain parsing order.

📄 PDF Abstract BibTeX arXiv:1905.10930

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

A Semi-Autoregressive Graph Generative Model for Dependency Graph Parsing

2023-06-21 · Ye Ma, Mingming Sun, Ping Li

Recent years have witnessed the impressive progress in Neural Dependency Parsing. According to the different factorization approaches to the graph joint probabilities, existing parsers can be roughly divided into autoreg…

Dependency ParsingGraph Generation

Biaffine Dependency and Semantic Graph Parsing for EnhancedUniversal Dependencies

2021-08-01 · ACL (IWPT) 2021 8 · Giuseppe Attardi, Daniele Sartiano, Maria Simi

This paper presents the system used in our submission to the IWPT 2021 Shared Task. This year the official evaluation metrics was ELAS, therefore dependency parsing might have been avoided as well as other pipeline stage…

Dependency ParsingLemmatizationPOSPOS Tagging

Dependency Parsing with Dilated Iterated Graph CNNs

2017-05-01 · WS 2017 9 · Emma Strubell, Andrew McCallum

Dependency parses are an effective way to inject linguistic knowledge into many downstream tasks, and many practitioners wish to efficiently parse sentences at scale. Recent advances in GPU hardware have enabled neural n…

Dependency ParsingGPUSentence

Semi-supervised Autoencoding Projective Dependency Parsing

2020-11-02 · COLING 2020 8 · Xiao Zhang, Dan Goldwasser

We describe two end-to-end autoencoding models for semi-supervised graph-based projective dependency parsing. The first model is a Locally Autoencoding Parser (LAP) encoding the input using continuous latent variables in…

DecoderDependency Parsing

Old French Dependency Parsing: Results of Two Parsers Analysed from a Linguistic Point of View

2016-05-01 · LREC 2016 5 · Achim Stein

The treatment of medieval texts is a particular challenge for parsers. I compare how two dependency parsers, one graph-based, the other transition-based, perform on Old French, facing some typical problems of medieval te…

Dependency Parsing