paper-with-me

Papers

Multitask Easy-First Dependency Parsing: Exploiting Complementarities of Different Dependency Representations

2020-12-01 · COLING 2020 8 · Yash Kankanampati, Joseph Le Roux, Nadi Tomeh, Dima Taji, Nizar Habash

In this paper we present a parsing model for projective dependency trees which takes advantage of the existence of complementary dependency annotations which is the case in Arabic, with the availability of CATiB and UD treebanks. Our system performs syntactic parsing according to both annotation types jointly as a sequence of arc-creating operations, and partially created trees for one annotation are also available to the other as features for the score function. This method gives error reduction of 9.9{\%} on CATiB and 6.1{\%} on UD compared to a strong baseline, and ablation tests show that the main contribution of this reduction is given by sharing tree representation between tasks, and not simply sharing BiLSTM layers as is often performed in NLP multitask systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ARCDependency Parsing

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Multiple Tasks Integration: Tagging, Syntactic and Semantic Parsing as a Single Task

2021-04-01 · EACL 2021 2 · Timoth{\'e}e Bernard

Departing from both sequential pipelines and monotask systems, we propose Multiple Tasks Integration (MTI), a multitask paradigm orthogonal to weight sharing. The essence of MTI is to process the input iteratively but co…

Dependency ParsingPart-Of-Speech TaggingReinforcement Learning (RL)Semantic Dependency Parsing+1

LSTM Easy-first Dependency Parsing with Pre-trained Word Embeddings and Character-level Word Embeddings in Vietnamese

2019-10-30 · Binh Duc Nguyen, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

In Vietnamese dependency parsing, several methods have been proposed. Dependency parser which uses deep neural network model has been reported that achieved state-of-the-art results. In this paper, we proposed a new meth…

Dependency ParsingWord Embeddings

Effective Representation for Easy-First Dependency Parsing

2018-11-08 · Zuchao Li, Jiaxun Cai, Hai Zhao

Easy-first parsing relies on subtree re-ranking to build the complete parse tree. Whereas the intermediate state of parsing processing is represented by various subtrees, whose internal structural information is the key …

Dependency ParsingLanguage ModelingLanguage ModellingRe-Ranking

Cross-lingual Transfer Learning and Multitask Learning for Capturing Multiword Expressions

2019-08-01 · WS 2019 8 · Shiva Taslimipoor, Omid Rohanian, Le An Ha

Recent developments in deep learning have prompted a surge of interest in the application of multitask and transfer learning to NLP problems. In this study, we explore for the first time, the application of transfer lear…

Cross-Lingual TransferDependency ParsingTransfer Learning

Sequence Labeling Parsing by Learning Across Representations

2019-07-02 · ACL 2019 7 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We use parsing as sequence labeling as a common framework to learn across constituency and dependency syntactic abstractions. To do so, we cast the problem as multitask learning (MTL). First, we show that adding a parsin…

Constituency ParsingDependency Parsing