paper-with-me

홈 › Papers

Transition Based Dependency Parser for Amharic Language Using Deep Learning

2020-01-01 · ICLR 2020 1 · Mizanu Zelalem, Million Meshesha (PhD)

Researches shows that attempts done to apply existing dependency parser on morphological rich languages including Amharic shows a poor performance. In this study, a dependency parser for Amharic language is implemented using arc-eager transition system and LSTM network. The study introduced another way of building labeled dependency structure by using a separate network model to predict dependency relation. This helps the number of classes to decrease from 2n+2 into n, where n is the number of relationship types in the language and increases the number of examples for each class in the data set. Evaluation of the parser model results 91.54 and 81.4 unlabeled and labeled attachment score respectively. The major challenge in this study was the decrease of the accuracy of labeled attachment score. This is mainly due to the size and quality of the tree-bank available for Amharic language. Improving the tree-bank by increasing the size and by adding morphological information can make the performance of parser better.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ARCDeep Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Comparing Neural Network Parsers for a Less-resourced and Morphologically-rich Language: Amharic Dependency Parser

2020-05-01 · LREC 2020 5 · Binyam Ephrem Seyoum, Yusuke Miyao, Baye Yimam Mekonnen

In this paper, we compare four state-of-the-art neural network dependency parsers for the Semitic language Amharic. As Amharic is a morphologically-rich and less-resourced language, the out-of-vocabulary (OOV) problem wi…

POSPOS Tagging

Dependency Language Models for Transition-based Dependency Parsing

2016-07-18 · WS 2017 9 · Juntao Yu, Bernd Bohnet

In this paper, we present an approach to improve the accuracy of a strong transition-based dependency parser by exploiting dependency language models that are extracted from a large parsed corpus. We integrated a small n…

Dependency ParsingTransition-Based Dependency Parsing

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

Global Transition-based Non-projective Dependency Parsing

2018-07-04 · ACL 2018 7 · Carlos Gómez-Rodríguez, Tianze Shi, Lillian Lee

Shi, Huang, and Lee (2017) obtained state-of-the-art results for English and Chinese dependency parsing by combining dynamic-programming implementations of transition-based dependency parsers with a minimal set of bidire…

Chinese Dependency ParsingDependency Parsing

Deep Contextualized Word Embeddings in Transition-Based and Graph-Based Dependency Parsing - A Tale of Two Parsers Revisited

2019-11-01 · IJCNLP 2019 11 · Artur Kulmizev, Miryam de Lhoneux, Johannes Gontrum, Elena Fano 외

Transition-based and graph-based dependency parsers have previously been shown to have complementary strengths and weaknesses: transition-based parsers exploit rich structural features but suffer from error propagation, …

Dependency Parsingglobal-optimizationSentenceWord Embeddings