<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>OAR@UM Collection:</title>
    <link>https://www.um.edu.mt/library/oar/handle/123456789/141711</link>
    <description />
    <pubDate>Wed, 03 Jun 2026 20:19:19 GMT</pubDate>
    <dc:date>2026-06-03T20:19:19Z</dc:date>
    <item>
      <title>Advancing automated Maltese spell checking using deep learning</title>
      <link>https://www.um.edu.mt/library/oar/handle/123456789/146924</link>
      <description>Title: Advancing automated Maltese spell checking using deep learning
Abstract: Research in Natural Language Processing (NLP) for Maltese has advanced in&#xD;
recent years, yet reliable and contextually aware spell checking support remains&#xD;
limited. Existing tools, such as spelling.mt, provide dictionary-based correction&#xD;
but cannot handle grammatical or context-sensitive errors, leaving a clear gap com&#xD;
pared with high-resource languages. This dissertation investigates whether a Large&#xD;
Language Model (LLM) can be fine-tuned to develop an effective and resource&#xD;
efficient spell checker for Maltese.&#xD;
The study adapts Meta’s Large Language Model MetaAI (LLaMA)-3-8B-Instruct&#xD;
model using pairs of incorrect and corrected Maltese words and sentences. A cus&#xD;
tom fine-tuning corpus was created by introducing linguistically motivated syn&#xD;
thetic errors into correctly written text and incorporating smaller sets of authen&#xD;
tic incorrect-correct pairs from prior research. Two complementary models were&#xD;
trained: a word-level model that corrects individual tokens and a sentence-level&#xD;
modelthatcorrectsgrammaticalandorthographicerrorswithinfullsentences. Their&#xD;
performance wasevaluated across synthetic, real-world, and correct-input datasets.&#xD;
The main contribution of this dissertation is the development of the first LLM&#xD;
based spell checking models, specifically fine-tuned for Maltese, supported by a&#xD;
curated error-correction dataset and a systematic multi-setting evaluation. To our&#xD;
knowledge, this study is the first to explore the use of a modern generative LLM to&#xD;
build a Maltese spell checker and assess its potential in a low-resource setting.&#xD;
The developed models demonstrated strong performance on incorrect-correct&#xD;
pairs with synthetically generated errors, with the word-level model achieving&#xD;
84.64% accuracy and the sentence-level model reaching 95.3%. For real-world eval&#xD;
uation, only the sentence-level model was tested because no suitable word-level&#xD;
datasets are available. In this context, the accuracy of the sentence-level model&#xD;
dropped to 29.6%, reflecting the increased variability of naturally occurring mis&#xD;
takes. However, metrics such as Error Annotation Toolkit (ERRANT), Bilingual&#xD;
Evaluation Understudy (BLEU), and Grammar Language Evaluation Understudy&#xD;
(GLEU) returned promising values, indicating that the model often produced cor&#xD;
rections close to the target.&#xD;
Overall, the findings demonstrate that fine-tuning an LLM offers a promising&#xD;
pathway towards effective Maltese spell checking, while revealing key challenges&#xD;
related to generalisation and data scarcity. The study provides an initial bench&#xD;
mark andoutlines concrete directions for developing more robust, deployable spell&#xD;
checking solutions for low-resource languages.
Description: M.Sc.(Melit.)</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://www.um.edu.mt/library/oar/handle/123456789/146924</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Enhancing transparency and interpretability in AI-driven algorithmic trading</title>
      <link>https://www.um.edu.mt/library/oar/handle/123456789/146923</link>
      <description>Title: Enhancing transparency and interpretability in AI-driven algorithmic trading
Abstract: Algorithmic trading increasingly relies on AI-driven decision systems, yet&#xD;
opaque models limit trust and accountability. This study investigates how&#xD;
Reinforcement Learning (RL) can be made more transparent by combining&#xD;
a model-agnostic explainability framework with Large Language Model&#xD;
(LLM) based narrative synthesis. The framework comprises four layers&#xD;
linking trading behaviour to feature attribution and temporal dynamics,&#xD;
stability and regime sensitivity, policy surrogacy, and reward decomposition.&#xD;
In Experiment 1, we apply state-of-the-art RL algorithms to constituents&#xD;
of the Dow Jones Industrial Average and evaluate performance using standard                                       return and risk measures. We investigate modern explainability techniques                                            across market regimes to characterise which indicators drive decisions,                                                     how stable attributions are over time, and how policies can be approximated                                                by compact surrogate rules. The results indicate convergent&#xD;
feature drivers, expected masking behaviour, smoother attributions, indicating                                            that explanations are temporally stable, and low-complexity surrogates with credible fidelity.&#xD;
In Experiment 2 we extend these findings by investigating how explainability artefacts                                can be translated into grounded natural-language narratives.                                                        Explanations generated from the framework are assessed through&#xD;
automated text metrics and a human-centred study with participants at&#xD;
varying levels of trading experience. Our results show that structured&#xD;
prompting improves lexical quality and adherence to factuality constraints&#xD;
relative to a zero-shot baseline. An important finding is that participants&#xD;
view the combined visual–narrative explanations as clear, moderately trust&#xD;
worthy, and practically helpful, with narratives particularly useful for                                                               reconstructing the agents’ reasoning and feature contributions.&#xD;
The contributions of this work are threefold. First, the study introduces&#xD;
a unified, model-agnostic explainability framework for financial RL linking&#xD;
feature-level attributions to policy behaviour and realised rewards.                                                              Second, it proposes and validates a pipeline for grounded natural-language&#xD;
synthesis anchored in quantitative explainability outputs. Third, in daily&#xD;
DJIA trading and a small human study, it provides evidence that technical&#xD;
faithfulness and human-centred accessibility can be advanced together,&#xD;
offering a template for transparent decision support in finance.
Description: M.Sc.(Melit.)</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://www.um.edu.mt/library/oar/handle/123456789/146923</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Towards optimal project planning : a unified framework for story point and effort estimation in agile software development</title>
      <link>https://www.um.edu.mt/library/oar/handle/123456789/146919</link>
      <description>Title: Towards optimal project planning : a unified framework for story point and effort estimation in agile software development
Abstract: The persistent challenge of accurate story point and effort estimation in Agile Software&#xD;
Development stems from the inherent subjectivity and variability of conventional&#xD;
approaches such as Planning Poker and expert judgement. This investigation tackles&#xD;
these fundamental limitations through the development of a hybrid deep learning&#xD;
architecture that combines LSTM networks, CNN layers, and Transformer encoder&#xD;
blocks, aiming to support a more systematic, data-driven estimation methodology in&#xD;
place of purely subjective, human-driven approaches.&#xD;
The proposed approach leverages multi-task learning paradigms to concurrently&#xD;
predict both story points and effort estimates, capitalizing on their intrinsic&#xD;
interdependencies to enhance predictive accuracy. The framework implements&#xD;
systematic data preprocessing pipelines and employs a concatenation-based&#xD;
combination of GloVe and Word2Vec embeddings to capture both global and local&#xD;
semantic relationships, while integrated attention mechanisms support transparency&#xD;
and interpretability in estimation decision-making processes.&#xD;
Comprehensive evaluation is conducted using the TAWOS dataset,&#xD;
encompassing 458,232 issues across 39 diverse open-source projects. The&#xD;
LSTM-CNN-Transformer methodology is rigorously compared against established&#xD;
traditional techniques and previously proposed AI approaches from the literature&#xD;
under a unified experimental protocol, employing a consistent suite of evaluation&#xD;
metrics, including MAE, MedAE, accuracy, F1-scores, and MMRE. Across the majority&#xD;
of projects, the proposed model matches or outperforms competing methods for both&#xD;
story point classification and effort prediction, demonstrating robust and generalisable&#xD;
performance rather than isolated improvements on a few favourable cases.&#xD;
This research makes several contributions to both theoretical understanding&#xD;
and practical implementation in software estimation, delivering a comprehensive&#xD;
data-driven solution that reduces subjectivity whilst preserving interpretability and&#xD;
ensuring practical applicability for Agile development teams.
Description: M.Sc.(Melit.)</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://www.um.edu.mt/library/oar/handle/123456789/146919</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
    <item>
      <title>AI in large search spaces with a domain agnostic approach</title>
      <link>https://www.um.edu.mt/library/oar/handle/123456789/146915</link>
      <description>Title: AI in large search spaces with a domain agnostic approach
Abstract: This dissertation presents a systematic comparison of classical and quantum                                           machine learning for solving the 3×3×3 Rubik’sCube, a benchmark&#xD;
for high-dimensional discrete search spaces.&#xD;
The classical approach uses an optimised QUBE reinforcement learning&#xD;
architecture with structured state representations, distance-based reward&#xD;
shaping, and Bayesian hyperparameter optimisation. The quantum                                                                   approach employs a 6-qubit Variational Quantum Circuit (VQC) with amplitude                                        encoding trained end-to-end on full-cube states. A hybrid quantum&#xD;
classical architecture is also evaluated.&#xD;
Results show the classical system achieves 65% System Success Rate&#xD;
(SSR) with stable solution trajectories. The quantum VQC demonstrates&#xD;
functional learning and extreme parameter compactness but achieves&#xD;
only 12% SSR due to circuit-depth limitations, barren plateau effects, and&#xD;
computational costs. The hybrid architecture achieves 15% SSR.&#xD;
The findings provide rigorous comparison under identical evaluation                                                                conditions, highlighting optimised classical RL’s strong performance, NISQ&#xD;
era quantum constraints, and hybrid architectures’ potential as hardware&#xD;
and algorithms mature.
Description: M.Sc.(Melit.)</description>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://www.um.edu.mt/library/oar/handle/123456789/146915</guid>
      <dc:date>2026-01-01T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

