CLNov 28, 2019

Word Embedding based New Corpus for Low-resourced Language: Sindhi

arXiv:1911.12579v31 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of limited resources for NLP in Sindhi, a language spoken by millions, by providing a new corpus and embeddings, though it is incremental as it applies existing methods to a new dataset.

The authors tackled the lack of a large corpus for the low-resourced Sindhi language by developing a 61-million-word corpus from web sources and preprocessing it to train word embeddings using GloVe, Skip-Gram, and CBoW methods. Their intrinsic evaluation showed these embeddings outperformed existing Sindhi fastText representations in quality.

Representing words and phrases into dense vectors of real numbers which encode semantic and syntactic properties is a vital constituent in natural language processing (NLP). The success of neural network (NN) models in NLP largely rely on such dense word representations learned on the large unlabeled corpus. Sindhi is one of the rich morphological language, spoken by large population in Pakistan and India lacks corpora which plays an essential role of a test-bed for generating word embeddings and developing language independent NLP systems. In this paper, a large corpus of more than 61 million words is developed for low-resourced Sindhi language for training neural word embeddings. The corpus is acquired from multiple web-resources using web-scrappy. Due to the unavailability of open source preprocessing tools for Sindhi, the prepossessing of such large corpus becomes a challenging problem specially cleaning of noisy data extracted from web resources. Therefore, a preprocessing pipeline is employed for the filtration of noisy text. Afterwards, the cleaned vocabulary is utilized for training Sindhi word embeddings with state-of-the-art GloVe, Skip-Gram (SG), and Continuous Bag of Words (CBoW) word2vec algorithms. The intrinsic evaluation approach of cosine similarity matrix and WordSim-353 are employed for the evaluation of generated Sindhi word embeddings. Moreover, we compare the proposed word embeddings with recently revealed Sindhi fastText (SdfastText) word representations. Our intrinsic evaluation results demonstrate the high quality of our generated Sindhi word embeddings using SG, CBoW, and GloVe as compare to SdfastText word representations.

Foundations

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

Your Notes