<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/128">
<title>Computer Science</title>
<link>http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/128</link>
<description/>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12939"/>
<rdf:li rdf:resource="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12938"/>
<rdf:li rdf:resource="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12937"/>
<rdf:li rdf:resource="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12904"/>
</rdf:Seq>
</items>
<dc:date>2026-09-02T19:37:37Z</dc:date>
</channel>
<item rdf:about="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12939">
<title>Exploring Recent NLP Advances for Tamil: Word Vectors and Hybrid Deep Learning Architectures</title>
<link>http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12939</link>
<description>Exploring Recent NLP Advances for Tamil: Word Vectors and Hybrid Deep Learning Architectures
Aravinthan, A.; Charles, E.Y.A.
The advancements of deep learning methods and the availability of large corpora and data sets have&#13;
led to an exponential increase in the performance of Natural Language Processing (NLP) methods resulting in&#13;
successful NLP applications for various day-to-day tasks such as Language translation, Voice to text,&#13;
Grammar checking, Sentiment analysis, etc. These advancements enabled the well-resourced languages to&#13;
adapt themselves to the digital era while the gap for the low-resource languages widened. This research work&#13;
explores the suitability of the recent advancements in NLP for Tamil, a low-resource language spoken mainly&#13;
in South India, Sri Lanka, and Malaysia. In particular, this research work analyses the applicability of deep&#13;
learning approaches namely word embedding, Convolutional Neural Network (CNN), and Recurrent Neural&#13;
Network (RNN) for Tamil text classification tasks. The pre-trained word vectors based on word2Vec and&#13;
FastText were built for Tamil and their effectiveness was evaluated. In this study, four simple hybrid CNN and&#13;
Bi-GRU models were proposed for Tamil text classification and their performances were evaluated. The study&#13;
found that hybrid CNN and Bi-GRU models perform better compared to the classical machine learning&#13;
models, individual CNN and RNN models, and the Multilingual BERT model. Moreover, the pre-trained 300-&#13;
dimensional FastText word vectors showed better performance than other pre-trained word vectors. These&#13;
results confirm that the jointly learned embeddings with different deep learning architectures like CNN and&#13;
RNN achieve remarkable results for Tamil text classification, thus ensuring that the deep learning approaches&#13;
can be successful for NLP on Tamil text.
</description>
<dc:date>2024-01-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12938">
<title>Identifying Suspicious Blockchain Transactions using Clustering with Explainability</title>
<link>http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12938</link>
<description>Identifying Suspicious Blockchain Transactions using Clustering with Explainability
Samantha Tharani, J.; Charles, E.Y.A.; Rathore, P.; Hóu, Z.; Palaniswami, M.; Muthukkumarasamy, V.
Blockchain is a distributed ledger technology that provides pseudo-anonymity among participants to maintain privacy.&#13;
However, malicious actors utilise this property to hide their illegal rewards received through cyber attacks, dark market&#13;
trades, money laundering and Ponzi schemes. The recent confiscation by the FBI of more than $4 million USD worth of bitcoin&#13;
from the ‘Silk Road’ dark marketplace indicates the scale of the problem faced by financial regulators and law enforcement&#13;
authorities. Analysing and identifying harmful actors is, therefore, necessary to regulate the transactions of digital assets.&#13;
Machine learning models can assist in detecting patterns and correlations between the actors in blockchain networks that&#13;
may not be apparent through traditional methods. In blockchain networks, the number of actors linked to illegal activities is&#13;
significantly smaller than that of regular activities. Also, only very limited labelled transaction data is available about these&#13;
malicious actors. These limitations make it harder to train supervised learning models to provide real-time proactive responses.&#13;
This article represents a pioneering effort in thoroughly examining the different unsupervised learning methods for clustering&#13;
suspicious behaviour of actors within blockchain networks. The proposed unsupervised learning-based analysis considers&#13;
metadata and interconnectivity information of blockchain transactions. The metadata contains time-based and amount-based&#13;
information. Interconnectivity data represents centrality measures and embedding vectors of the blockchain network. The&#13;
quality of the identified clusters is validated using internal and external cluster validation measures. The validation results&#13;
were used to identify influential features using the eXplainable AI technique Shapley (ShAP) values. The results reveal&#13;
that the features related to the spending and receiving transactions strongly influenced cluster identification. Overall, the&#13;
centroid-based and connectivity-based approaches identified well-separated clusters for metadata and centrality-based features&#13;
of blockchain transactions.
</description>
<dc:date>2026-01-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12937">
<title>Machine Reading Comprehension for the Tamil Language With Translated SQuAD</title>
<link>http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12937</link>
<description>Machine Reading Comprehension for the Tamil Language With Translated SQuAD
Sinthusha, A.V.A.; Charles, E.Y.A.; Weerasinghe, R.
Machine Reading Comprehension (MRC) is a challenging task in Natural Language&#13;
Processing (NLP), crucial for automated customer support, enabling chatbots and virtual assistants to&#13;
accurately understand and respond to queries. It also enhances question-answering systems, benefiting&#13;
educational tools, search engines, and help desks. The introduction of attention-based transformer models&#13;
has significantly boosted MRC performance, especially for well-resourced languages such as English.&#13;
However, MRC for low-resourced languages (LRL) remains an ongoing research area. Although Large&#13;
Language Models show exceptional NLP performance, they are less effective for LRL and are expensive&#13;
to train and deploy. Consequently, simpler language models that are targeted at specific tasks remain&#13;
viable for these languages. This research examines high-performing language models on the Tamil MRC&#13;
task, detailing the preparation of a Tamil-translated and processed SQuAD dataset to establish a standard&#13;
dataset for Tamil MRC. The study analyzes the performance of multilingual transformer models on the&#13;
Tamil MRC task, including Multilingual DistilBERT, Multilingual BERT, XLM-RoBERTa, MuRIL, and&#13;
RemBERT. Additionally, it explores improving these models’ performance by fine-tuning them with English&#13;
SQuAD, Tamil SQuAD, and a newly developed Tamil Short Story (TSS) dataset for MRC. Tamil’s&#13;
agglutinative nature, which expresses grammatical information through suffixation, results in a high degree&#13;
of word inflexion. Given this characteristic, the BERT score was chosen as the evaluation metric for MRC&#13;
performance. The analysis shows that the XLM-RoBERTa model outperformed the others for Tamil MRC,&#13;
achieving a BERT score of 86.29% on the TSS MRC test set. This superior performance is attributed to the&#13;
model’s cross-lingual learning capability and the increased number of data records used for fine-tuning. The&#13;
research underscores the necessity of language-specific fine-tuning of multilingual models to enhance NLP&#13;
task performance, for low-resourced languages.
</description>
<dc:date>2025-01-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12904">
<title>Transformers in Single Object Tracking: An Experimental Survey</title>
<link>http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/12904</link>
<description>Transformers in Single Object Tracking: An Experimental Survey
Kugarajeevan, J.; Kokul, T.; Ramanan, A.; Fernando, S.
Single-object tracking is a well-known and challenging research topic in computer vision. Over the last two decades, numerous researchers have proposed various algorithms to solve this problem and achieved promising results. Recently, Transformer-based tracking approaches have ushered in a new era in single-object tracking by introducing new perspectives and achieving superior tracking robustness. In this paper, we conduct an in-depth literature analysis of Transformer tracking approaches by categorizing them into CNN-Transformer based trackers, Two-stream Two-stage fully-Transformer based trackers, and One-stream One-stage fully-Transformer based trackers. In addition, we conduct experimental evaluations to assess their tracking robustness and computational efficiency using publicly available benchmark datasets. Furthermore, we measure their performances on different tracking scenarios to identify their strengths and weaknesses in particular situations. Our survey provides insights into the underlying principles of Transformer tracking approaches, the challenges they encounter, and the future directions they may take.
</description>
<dc:date>2023-01-01T00:00:00Z</dc:date>
</item>
</rdf:RDF>
