paper-with-me

Papers

Dependency Parsing for Urdu: Resources, Conversions and Learning

2020-05-01 · LREC 2020 5 · Toqeer Ehsan, Miriam Butt

This paper adds to the available resources for the under-resourced language Urdu by converting different types of existing treebanks for Urdu into a common format that is based on Universal Dependencies. We present comparative results for training two dependency parsers, the MaltParser and a transition-based BiLSTM parser on this new resource. The BiLSTM parser incorporates word embeddings which improve the parsing results significantly. The BiLSTM parser outperforms the MaltParser with a UAS of 89.6 and an LAS of 84.2 with respect to our standardized treebank resource.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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 제목 키워드 기반

A House United: Bridging the Script and Lexical Barrier between Hindi and Urdu

2016-12-01 · COLING 2016 12 · Riyaz A. Bhat, Irshad A. Bhat, Naman jain, Dipti Misra Sharma

In Computational Linguistics, Hindi and Urdu are not viewed as a monolithic entity and have received separate attention with respect to their text processing. From part-of-speech tagging to machine translation, models ar…

Dependency ParsingMachine TranslationPart-Of-Speech TaggingSentence+2

Urdu Dependency Parsing and Treebank Development: A Syntactic and Morphological Perspective

2024-06-13 · Nudrat Habib

Parsing is the process of analyzing a sentence's syntactic structure by breaking it down into its grammatical components. and is critical for various linguistic applications. Urdu is a low-resource, free word-order langu…

ArticlesDependency ParsingPOSSentence

The Hebrew Universal Dependency Treebank: Past Present and Future

2018-11-01 · WS 2018 11 · Shoval Sade, Amit Seker, Reut Tsarfaty

The Hebrew treebank (HTB), consisting of 6221 morpho-syntactically annotated newspaper sentences, has been the only resource for training and validating statistical parsers and taggers for Hebrew, for almost two decades …

Dependency Parsing

Automatic Correction of Syntactic Dependency Annotation Differences

2022-01-15 · LREC 2022 6 · Andrew Zupon, Andrew Carnie, Michael Hammond, Mihai Surdeanu

Annotation inconsistencies between data sets can cause problems for low-resource NLP, where noisy or inconsistent data cannot be as easily replaced compared with resource-rich languages. In this paper, we propose a metho…

Dependency ParsingTAG

ThamizhiUDp: A Dependency Parser for Tamil

2020-12-24 · ICON 2020 12 · Kengatharaiyer Sarveswaran, Gihan Dias

This paper describes how we developed a neural-based dependency parser, namely ThamizhiUDp, which provides a complete pipeline for the dependency parsing of the Tamil language text using Universal Dependency formalism. W…

Dependency ParsingPOSPOS Tagging