CLOct 9, 2020

Word Level Language Identification in English Telugu Code Mixed Data

arXiv:2010.04482v11092 citations
Originality Synthesis-oriented
AI Analysis

This addresses a challenge in natural language processing for applications like machine translation and dialog systems in multilingual contexts, though it is incremental as it applies existing methods to a specific language pair.

The paper tackled the problem of word-level language identification in English-Telugu code-mixed data, achieving an F1-score of 0.91 using a Conditional Random Field (CRF) model as the best-performing system.

In a multilingual or sociolingual configuration Intra-sentential Code Switching (ICS) or Code Mixing (CM) is frequently observed nowadays. In the world, most of the people know more than one language. CM usage is especially apparent in social media platforms. Moreover, ICS is particularly significant in the context of technology, health, and law where conveying the upcoming developments are difficult in one's native language. In applications like dialog systems, machine translation, semantic parsing, shallow parsing, etc. CM and Code Switching pose serious challenges. To do any further advancement in code-mixed data, the necessary step is Language Identification. In this paper, we present a study of various models - Nave Bayes Classifier, Random Forest Classifier, Conditional Random Field (CRF), and Hidden Markov Model (HMM) for Language Identification in English - Telugu Code Mixed Data. Considering the paucity of resources in code mixed languages, we proposed the CRF model and HMM model for word level language identification. Our best performing system is CRF-based with an f1-score of 0.91.

Foundations

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

Your Notes