CLOct 6, 2022

Look Ma, Only 400 Samples! Revisiting the Effectiveness of Automatic N-Gram Rule Generation for Spelling Normalization in Filipino

arXiv:2210.02675v2290 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of spelling correction for Filipino NLP applications where data is scarce, offering a low-resource solution.

The paper tackles spelling normalization in Filipino NLP by proposing an N-Gram + Damerau Levenshtein distance model with automatic rule extraction, achieving good performance and outperforming deep learning approaches in accuracy and edit distance despite training on only 300 samples.

With 84.75 million Filipinos online, the ability for models to process online text is crucial for developing Filipino NLP applications. To this end, spelling correction is a crucial preprocessing step for downstream processing. However, the lack of data prevents the use of language models for this task. In this paper, we propose an N-Gram + Damerau Levenshtein distance model with automatic rule extraction. We train the model on 300 samples, and show that despite limited training data, it achieves good performance and outperforms other deep learning approaches in terms of accuracy and edit distance. Moreover, the model (1) requires little compute power, (2) trains in little time, thus allowing for retraining, and (3) is easily interpretable, allowing for direct troubleshooting, highlighting the success of traditional approaches over more complex deep learning models in settings where data is unavailable.

Code Implementations1 repo
Foundations

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

Your Notes