CLDec 24, 2020

ThamizhiUDp: A Dependency Parser for Tamil

arXiv:2012.13436v1713 citations
AI Analysis

This work provides an improved dependency parser for Tamil, a low-resource language, which is significant for researchers and developers working on natural language processing applications for Tamil.

This paper introduces ThamizhiUDp, a neural-based dependency parser for Tamil that achieves a Labelled Assigned Score (LAS) of 62.39, which is 4 points higher than the previous state-of-the-art for Tamil dependency parsing. The system integrates existing tools and resources for various stages of the parsing pipeline, including a custom POS tagger (ThamizhiPOSt) with an F1 score of 93.27 and a rule-based morphological analyzer (ThamizhiMorph).

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. We have considered the phases of the dependency parsing pipeline and identified tools and resources in each of these phases to improve the accuracy and to tackle data scarcity. ThamizhiUDp uses Stanza for tokenisation and lemmatisation, ThamizhiPOSt and ThamizhiMorph for generating Part of Speech (POS) and Morphological annotations, and uuparser with multilingual training for dependency parsing. ThamizhiPOSt is our POS tagger, which is based on the Stanza, trained with Amrita POS-tagged corpus. It is the current state-of-the-art in Tamil POS tagging with an F1 score of 93.27. Our morphological analyzer, ThamizhiMorph is a rule-based system with a very good coverage of Tamil. Our dependency parser ThamizhiUDp was trained using multilingual data. It shows a Labelled Assigned Score (LAS) of 62.39, 4 points higher than the current best achieved for Tamil dependency parsing. Therefore, we show that breaking up the dependency parsing pipeline to accommodate existing tools and resources is a viable approach for low-resource languages.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes