Skip to content

The dissertation and research for Masters in Artificial Intelligence, University of Malta

Notifications You must be signed in to change notification settings

andreizammit/maltese-dependency-parser-research

Repository files navigation

A Dependency Parser for the Maltese Language using Deep Neural Networks

The dissertation and research for Masters in Artificial Intelligence, University of Malta

Abstract

Tasks such as information retrieval, sentiment analysis and question answering require the processing of text analysis and natural language processing. Sentence parsing is one of the tasks performed in NLP to analyse the grammar structure of a sentence, with the aim of determining the relationships between the words in a sentence.

Whilst there are several parsers for many European languages, Maltese remains a low-resourced and low-researched language and currently there are no parsers for the Maltese language. This work investigates computational parsing of Maltese by using novel Deep Learning and source bootstrapping techniques, with the aim of contributing not only to the increase in computational resources for Maltese, but also to dependency parsing.

The evaluation of the parser was performed according to the Conference on Computational Natural Language Learning (CoNLL) standards and metrics. Experiments were conducted using datasets provided during CoNLL 2017 except for the Maltese language dataset which is provided directly by the author.

Results show an Unlabelled Attachment Score of 90% and Labelled Attachment Score of 86% by using a Quasi-Recurrent Neural Network (QRNN) with a bootstrapped data source of Maltese and other Romance languages. Bi-directional LSTM Neural Networks outperform QRNN by less than 0.2% in both metrics however, QRNN achieve a three-fold runtime performance over bi-LSTM. To our knowledge, this is the first time that QRNN is applied to the task of dependency parsing. The use of bootstrapped data sources is not documented in the published papers and proceedings of the 2017 shared task we reviewed.

Reference

@MastersThesis{Zammit:MastersThesis:2018,
	author	=	{{Andrei Zammit}},
	title	=	{{A Dependency Parser for the Maltese Language using Deep Neural Networks}},
	school	=	{{University of Malta}},
	address	=	{{Msida, Malta}},
	year	=	{{2018}},
}

About

The dissertation and research for Masters in Artificial Intelligence, University of Malta

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages