<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Overview of CoLI-Tunglish: Word-level Language Identification in Code-mixed Tulu Text at FIRE 2023</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Asha Hegde</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>F. Balouchzahi</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sharal Coelho</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>H.L. Shashirekha</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hamada A. Nayel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sabur Butt</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Language Identification, Tulu, Sequence Labeling, Word-level</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science Faculty of Computers and Artificial Intelligence, Benha University</institution>
          ,
          <country country="EG">Egypt</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, Mangalore University</institution>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Instituto Politécnico Nacional (IPN), Center for Computing Research (CIC)</institution>
          ,
          <country country="MX">Mexico</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Word-level Language Identification (LI) aims to identify the language of individual words within a given sentence. It is a preliminary step in processing code-mixed text in which words or sub-words belonging to more than one language are used in a sentence/words/sub-words, for various applications. Though there are several tools/models for word-level LI for high-resource languages, under-resourced languages like Tulu, Kannada etc., are less explored in this direction due to lack of annotated data. To address these challenges, we have open-sourced a Tulu code-mixed dataset (a combination of Tulu, Kannada, and/or English words/sub-words/afixes) for word-level LI of Tulu, Kannada, English, and mixed-language words, written in Roman script in the CoLI-Tunglish shared task. The objective of the shared task is to assign one of the six predefined categories: Tulu, Kannada, English, Mixed (a combination of Tulu, Kannada, and/or English languages), Name, Location, and Other, to each word in a given sentence. A total of 14 teams had registered for the shared task and 10 diferent runs were submitted by 5 teams. Most of the teams have explored Machine Learning (ML) classifiers trained Term Frequency - Inverse Document Frequency (TF-IDF) of character n-grams. The top-performing model obtained weighted F1 score and macro F1 score of 0.89 and 0.81, respectively, among all the models submitted by the participants.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Globally, South Asia stands out as the most linguistically diverse region boasting an astonishing
array of over 650 distinct languages1. India, as a prominent South Asian country encapsulates
the linguistic richness within its borders, with a rich tapestry of languages reflecting its cultural
heritage and diversity. Tulu is one of the Dravidian languages having a rich cultural and literary
heritage and spoken by a community of over 4 million native speakers [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] in the coastal regions
of the southern part of India, predominantly in Karnataka state [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Despite its significant
speaker base, Tulu is facing the challenges of recognition and preservation for which a lot of
eforts are ongoing to promote and sustain this unique linguistic tradition. As Tigalari - the
Tulu script is not used much, Tulu text is often written in Kannada script. Further, Tulu was
traditionally a spoken language, and since Kannada is taught from an early age, transcribing
Tulu in Kannada script became widespread [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Tulu is the regional language of Dakshina Kannada and Kannada is the oficial language
of Karnataka. Tuluvas (people whose mother tongue is Tulu) usually know both Tulu and
Kannada languages fluently to read, write, and speak. In addition, many Kannada words are
used in Tulu language. Moreover, English is widely spoken among Tulu-speaking individuals,
particularly among those who are active on social media platforms. Tulu content such as
songs, videos, movies, comedy programs, and skits, are immensely popular on social media
and comments posted by Tulu users often comprise a mix of Tulu, Kannada, and/or English.
Due to the limitations of technology in computer keyboards and smartphone keypads and the
intricacies of composing words with consonant conjuncts in Kannada script, many Tulu users
opt to employ Roman script or a combination of Kannada and Roman script when interacting on
social media, resulting in code-mixed text [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. This code-mixing can occur at various linguistic
levels, including the paragraph, sentence, word, or sub-word, where users blend their native
and/or local language like Tulu and/or Kannada with English [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. Due to the prevalence of
Roman alphabets on computer keyboard layouts and smartphone keypads, people often prefer
to write code-mixed content in Roman script rather than their native script.
      </p>
      <p>
        Social media platforms have granted users the liberty to compose text informally, often
disregarding the grammar conventions of the specific languages used. This has led to a
substantial influx of user-generated content characterized by incomplete words or sentences, catchy
phrases, user-defined abbreviations (“gm” for “good morning”), slang terms (“meme”, “Gmeet”,
“WhatsApp”), common abbreviations (“OMG” for “Oh my God”), and the repetition of characters
(“soooooo sad” for “so sad”), among others [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. These informal language elements can make
the content challenging to comprehend. Additionally, the prevalence of code-mixing, where
words of one language interwoven with words of another language as prefixes or sufixes,
complicates text analysis particularly due to conflicting phonetics. The expanding user base on
social media platforms results in a continuous surge of user-generated content, making manual
management and understanding of this text increasingly impractical. This underscores the need
for automated tools and techniques capable of processing user-generated code-mixed text.
      </p>
      <p>
        The preliminary step in handling code-mixed text for many of the Natural Language
Processing (NLP) tasks like Machine Translation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Parts-Of-Speech tagging [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Sentiment
Analysis [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ], Emotion Analysis [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], Detecting Sign of Depression [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], Hate Speech
and Ofensive Language Identification [
        <xref ref-type="bibr" rid="ref16 ref6">6, 16</xref>
        ], Hope Speech Detection [
        <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
        ], etc., is identifying
the language of each word/phrase/sentence [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and this task is known as a Language
Identification (LI). Traditionally, LI has been predominantly studied at the document level, with a focus
on high-resource languages, often overlooking low-resource languages. However, in recent
times, due to technological advancements and the multilingual nature of countries like India,
there has been a growing trend of users posting comments in code-mixed texts [
        <xref ref-type="bibr" rid="ref19 ref7">7, 19</xref>
        ]. Some
of the prominent code-mixed Indian languages are: Hindi-English [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], Bengali-English [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ],
Kannada-English [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Telugu-English [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], and Malayalam-English [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. These code-mixed texts
demand LI at word-level as each word in the text belongs to anyone language or combination of
languages. Identifying the language of the words in code-mixed social media text gives insight
into the linguistic intervention and can also be helpful in multilingual text processing.
      </p>
      <p>
        Word-level LI can be modeled as sequence labeling problem, where each word in the
sequence is tagged with one of the predefined languages including mixed language. Inspired
by Shashirekha et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], to address the challenges of word-level LI in code-mixed text,
CoLITunglish shared task introduces a gold standard corpus for word-level LI in Tulu code-mixed
text. The objective of this task is to determine the language of each word in the given Tulu
code-mixed data sourced from social media text [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. CoLI-Tunglish dataset serves as a valuable
resource for researchers and practitioners working on word-level LI in multilingual contexts,
allowing them to develop and evaluate models that can efectively handle code-mixed data.
      </p>
      <p>The rest of the paper is organized as follows: Section 2 describes the related work and Section
3 describes the task description. Section 4 gives details about the evaluation metrics followed
by the brief description about the baselines in Section 5. Overview of the submitted systems are
described in Section 6 and Results are discussed in Section 7. The paper concludes in Section 8
along with some future avenues.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        In recent years, there has been a growing interest among researchers in the field of
codemixed text, particularly in low-resource and under-resource languages for various applications
[
        <xref ref-type="bibr" rid="ref23 ref4 ref5 ref8">4, 5, 8, 23</xref>
        ]. To address the challenges of LI in code-mixed text, several studies have been
conducted employing various ML and Deep Learning (DL) algorithms and the description of
some relevant works are given below:
      </p>
      <p>
        Chaitanya et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] have explored LI of Hindi-English code-mixed data, employing feature
vectors generated by the Continuous Bag of Words (CBOW) and Skipgram models, to train
ML models (Support Vector Machine (SVM), Random Forest (RF), Logistic Regression (LR),
Gaussian Naive Bayes (GNB), k-Nearest Neighbor (kNN), and Adaptive Boosting (AdaBoost)).
Among these models, SVM classifiers achieved highest accuracies of 67.33% and 67.34% using
CBOW and Skipgram models, respectively. Gundapu and Mamidi [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] performed LI on
TeluguEnglish code-mixed text using Conditional Random Fields (CRF) classifiers and obtained an
accuracy of 91.28% by considering previous, current, and next words, their POS tags, word
length, and character n-grams in the range (1, 3) as features. Mandal and Singh [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] proposed a
multichannel Neural Network (NN) model of Convolutional Neural Network (CNN) and Long
Short Term Memory (LSTM) models combined with Bidirectional LSTM (BiLSTM) and CRF, for
LI in code-mixed Hindi-English and Bengali-English text. This multichannel NN model achieved
accuracies of 93.32% and 93.28% for Hindi-English and Bengali-English data, respectively. Thara
and Poornachandran [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] introduced a dataset for LI in code-mixed English-Malayalam text
and utilized transformer-based model with fine-tuned Enhanced Light Eficiency Cophasing
Telescope Resolution Actuator (ELECTRA) model and obtained a best performance with a macro
F1 score of 0.9933. Veena et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] explored SVM models trained with word and character
5-gram embeddings, for LI in code-mixed Hindi-English text and achieved better accuracy.
      </p>
      <p>
        To address the specific challenge of word-level LI in Kannada-English code-mixed texts, our
previous work - the CoLI-Kanglish shared task [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], aimed to provide a solution by open-sourcing
a dataset comprising Kannada-English code-mixed text written in the Roman script [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The
task’s objective was to classify each word within the text into one of six predefined categories:
Kannada, English, Kannada-English, Name, Location, or Other. The CoLI-Kenglish dataset used
in CoLI-Kanglish shared task [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] is described in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and the statistics of the dataset are given
in Table 1. The study reported the performance of various models submitted by participants in
the CoLI-Kanglish shared task. Table 2 borrowed from [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] shows the final leaderboard in the
CoLI-Kanglish shared task and the summary of some top-performing models is given below:
      </p>
      <p>
        Team Tiya1012 [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] achieved the top position in the competition by fine-tuning DistilBERT
- a transformer-based model on the CoLI-Kenglish dataset and obtained a macro F1 score of
0.62 indicating promising progress in the field of word-level LI for code-mixed texts. Team
Abyssinia [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] conducted experiments using various Language Models (LM) (Bidirectional
Encoder Representations from Transformers (BERT), Multilingual BERT (mBERT), XLM-R, and
RoBERTa from HuggingFace) in combination with a LSTM architecture. Notably, mBERT and
XLM-R outperformed the other models, achieving a macro F1 score of 0.61 and securing the
second rank in the competition. Team PDNJK [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] explored multiple transformer-based models for
the LI task in code-mixed Kannada-English words. Their top-performing model based on BERT
achieved a macro F1 score of 0.57, earning them the fourth position in the shared task. Team
Habesha [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] took a diferent approach by training character-level LSTM and BiLSTM models
with attention mechanisms. Their BiLSTM model outperformed the LSTM model, achieving a
macro F1 score of 0.61 and securing the second place in the competition. Team Lidoma [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]
investigated the use of character n-grams to generate character TF-IDF representation for
training traditional ML classifiers. Among their experiments, a simple kNN classifier performed the
best, achieving a macro F1 score of 0.58. Team NLP_BFCAI [32] converted Bag-of-Characters
into character vectors and introduced a character representation model known as
Bag-of-nCharacters. They experimented with several traditional ML algorithms and found that the RF
model, utilizing the proposed features, achieved a macro F1 score of 0.43 in the competition.
      </p>
      <p>To summarize, a considerable amount of research works are reported on word-level LI in
code-mixed Indo-Aryan texts like Hindi-English and Bengali-English. However, word-level LI
in code-mixed Dravidian language (Tamil, Malayalam, Kannada, and Telugu) texts are seen with
very limited attention in this direction. Further, it is also clear that word-level LI in code-mixed
Tulu text has not yet been explored by the researchers and this is the first-ever research attempt
that focuses on word-level LI in code-mixed Tulu text.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Task Description</title>
      <p>
        To address word-level LI in code-mixed Tulu texts, CoLI-Tunglish dataset is constructed by
using the YouTube comments collected by Hegde et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The comments are preprocessed by
removing digits, punctuation, and control characters, and the remaining content is tokenized
into individual words. These words are then manually annotated by native Tulu speakers who
have fluency in both Kannada and English.
      </p>
      <p>
        Inspired by Balouchzahi et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], the aim of the CoLI-Tunglish task is to promote research
in word-level LI in Tulu - a low-resource Indian language. Participants are invited to use the
dataset comprising of Tulu, Kannada, and English language content and develop models to
categorize each word in the dataset into one of English, Tulu, Kannada, a mixture of two or
three of the above languages (Mixed), a Named Entity denoting a name (Name) or location
(Location), or designated as "other" (Other), categories. The Coli-Tunglish dataset consists of
words categorized into three distinct language classes: “Tulu”, “Kannada”, and “English”, to
denote words from these respective languages. The code-mixed nature is depicted by the “Mixed”
class which is designated for words that blend word/prefixes/sufixes from Tulu, Kannada, and/or
English languages in any order. Further, while “Name” class is assigned to the name of a person,
“Location” class is used for geographical or place names, and any other words fall into the
category of “Other” class. The “Mixed” category in the dataset presents a significant challenge
for the LI task because these words are formed by combining Tulu, Kannada, and/or English
words, often mixed with corresponding afixes (prefixes and sufixes) from these languages. The
beauty and complexity of these mixed-language words emerge from the unique word patterns
created by social media users, highlighting the diversity and adaptability of language in digital
communication. The categories, description of the categories and the sample tokens of the
CoLI-Tunglish dataset are shown in Table 3 and statistics of the class-wise distribution of the
CoLI-Tunglish dataset is shown in Table 4.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation Metrics</title>
      <p>In an imbalanced dataset, categories with a larger number of samples may afect the weighted
F1 scores. The model may achieve high accuracy by simply predicting the majority class,
and hence, the evaluation measure of accuracy may be misleading. Further, the weighted F1
score that gives the average weight of the number of samples available in that class fails to
address data imbalance. On the other hand, the macro F1 score is often used in evaluating
models trained on imbalanced data as they provide a balanced assessment of model performance
across all classes, regardless of class distribution. Further, the macro F1 score gives equal
importance to each class, making it a suitable metric to evaluate model performance in scenarios
where class imbalances exist. As CoLI-Tunglish dataset is imbalanced, macro F1 score is used
to evaluate the performance of the submitted models. The classification report 2 tool which
provides comprehensive metrics and insights for evaluating the performance of the systems
available at Scikit-learn library is used to compute macro F1 score.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Baselines</title>
      <p>To benchmark the CoLI-Tunglish dataset, several ML classifiers (Multinomial Naive Bayes
(MNB), SVM, Multilayer Perceptron (MLP), Decision Tree (DT), LR, RF, and Adaboost) are
trained with TF-IDF of character n-grams in range (1, 3) considering top 5,000 features. Among
these ML classifiers, as RF, DT, and SVM models, gave better performance, they are used as
baselines for CoLI-Tunglish shared task.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Overview of the Submitted Systems</title>
      <p>A total of ten diferent runs were submitted by five diferent teams for the CoLI-Tunglish 2023
shared task and all five teams submitted their working notes. While 90% of the participants
experimented diferent ML models, 10% of the participants implemented Transfer Learning (TL)
approach. A summary of the models submitted by all five teams is given below:</p>
      <p>Team SATLAB developed two diferent working systems: i) Basic System: LIBLinear
L2regularized LR model trained with character n-grams in the range (1, 5) and ii) Context-Sensitive
System: LIBLinear L2-regularized LR model trained with the output obtained by the Basic
System. Their Context-sensitive system achieved a macro F1 score of 0.813 and secured the 1st
rank in the competition.</p>
      <p>Team BFCAI explored ML models (SVM, Stochastic Gradient Descent, kNN and MLP) trained
with TF-IDF of character n-grams with range (1, 4) and word length. Among their experiments,
SVM model performed the best and secured the 2nd rank, achieving a macro F1 score of 0.812.</p>
      <p>Team Poorvi used TF-IDF of character n-grams with various ranges to train MNB, RF, LR,
LinearSVC, DT, kNN, AdaBoost, One Vs Rest, and Gradient Boost. Their LinearSVC model
trained with TF-IDF of character n-grams in the range (1, 4) was the most efective configuration
observed for the word-level LI task and their proposed model obtained macro F1 score of 0.799
securing 3rd rank in the shared task.</p>
      <p>Team MUCS proposed three diferent models: i) CRF model trained with text-based features
(word, Length of word, Beginning of sentence, End of sentence, etc), ii) Ensemble of ML classifiers
(SVM, LR, and RF) with hard voting trained with fastText embeddings for words, and characters
embeddings for Roman letters, and iii) Ensemble of ML classifiers (SVM, LR, and RF) with hard
voting trained with TF-IDF of character n-grams, for the given datasets. Among all the models,
the highest macro F1 score of 0.77 was reported for CRF model securing 4th rank.</p>
      <p>2https://scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html</p>
      <p>Team IRLab@IITBHU used a two-step process for LI. They leveraged the mBERT model to
obtain word embeddings and then applied a softmax activation function to obtain language
predictions for each word in the code-mixed Tulu text. By fine-tuning mBERT on the shared
task dataset and tuning hyperparameters for the Bi-LSTM layer, their model achieved a macro
F1 score of 0.602 and placed 5th rank in the shared task.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Results and Discussion</title>
      <p>The best macro F1 score achieved by each team along with the macro F1 scores of three baselines
shown in Table 5 provides a comprehensive comparison of the performances of the submitted
models in the shared task against the baselines. This comparison reveals that the four teams
achieved better macro F1 scores than the baseline models. The highest macro F1 score of 0.813
highlights the challenging nature of the shared task. Further, among the three baselines (RF,
DT, and SVM) trained with character n-grams in the range (1, 3), the RF classifier achieved a
better macro F1 score of 0.744 for LI in code-mixed Tulu text.</p>
      <p>Most of the teams employed a variety of ML models (SVM, LR, RF, kNN, MLP, MNB, DT, and
One vs Rest) for LI in code-mixed Tulu text. In addition, participants also explored boosting
classifiers (Stochastic Gradient Descent, Adaboost, and Gradient Boost) to enhance the performance
of the classifiers. Among all the participants, only one team implemented the mBERT model
based on the TL approach. Further, ML models proposed by the participants are commonly
trained with TF-IDF of character n-grams and two submissions used the pre-trained models for
feature extraction. The TL-based model utilizes the features fine-tuned with mBERT model to
train the Bi-LSTM classifier. The proposed models and the features used by the participating
teams reveal the lack of computational tools in processing code-mixed Tulu text. The team
that utilized an ML classifier trained on TF-IDF of character sequences, coupled with a feature
selection method, outperformed the other models, including the mBERT model. This result
underscores the significance of tailored feature engineering and selection strategies.</p>
      <p>It is noteworthy that most participating teams opted for language-independent features
(TFIDF of character n-grams) rather than exploring the potential of very few available pre-trained
models. Surprisingly, no specific methods such as sub-word level representation, normalization,
or character-level representation are explored by the participants in this shared task to directly
address the challenges posed by code-mixed texts. This indicates a gap in leveraging specialized
techniques for handling linguistic variations in multilingual data.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Conclusion</title>
      <p>LI serves as a crucial initial step for numerous NLP tasks, but is often neglected in low-resource
languages. The recent technological advancements have led to a significant surge in the volume
of text data in low-resource languages, particularly on social media platforms where code-mixed
content - a blend of local/regional languages and English, is quite common. The combination
of more than one language at word-level necessitates word-level LI in code-mixed texts. The
primary objective of the CoLI-Tunglish shared task was to promote word-level LI in code-mixed
Tulu texts. This task attracted considerable interest initially, with 14 teams expressing their
intent to participate, ultimately resulting in the submission of ten distinct runs from five diferent
teams. Most of the teams have explored ML models trained with TF-IDF of character n-grams,
for diferent ranges of “n”. This underscores the limited availability of resources for the Tulu
language.</p>
      <p>An ML model of stacking of ML classifiers trained with character n-grams emerged as the top
performer, achieving a notable macro F1 score of 0.813. This outcome reveals the significance
of efective feature engineering and highlights the substantial dificulty of the task, given the
complexities introduced by code-mixing in Tulu texts. The results obtained by the models of the
participating teams suggest a promising avenue for addressing LI challenges in low-resource
and code-mixed language scenarios. Word-level LI for other Dravidian languages including
Tamil, Telugu and Malayalam, will be addressed in future.
Level Language Identification in Code-Mixed Kannada-English Texts using Traditional
Machine Learning Algorithms, in: Proceedings of the 19th International Conference on
Natural Language Processing (ICON): Shared Task on Word Level Language Identification
in Code-mixed Kannada-English Texts, Association for Computational Linguistics, IIIT
Delhi, New Delhi, India, 2022, pp. 25–28. URL: https://aclanthology.org/2022.icon-wlli.5.
[32] S. Ismail, M. K. Gallab, H. Nayel, BoNC: Bag of N-Characters Model for Word Level
Language Identification, in: Proceedings of the 19th International Conference on Natural
Language Processing (ICON): Shared Task on Word Level Language Identification in
Codemixed Kannada-English Texts, Association for Computational Linguistics, IIIT Delhi, New
Delhi, India, 2022, pp. 34–37. URL: https://aclanthology.org/2022.icon-wlli.7.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Madasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <surname>A Study</surname>
          </string-name>
          <article-title>of Machine Translation Models for Kannada-Tulu</article-title>
          ,
          <source>in: Congress on Intelligent Systems</source>
          , Springer Nature Singapore Singapore,
          <year>2022</year>
          , pp.
          <fpage>145</fpage>
          -
          <lpage>161</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S. B.</given-names>
            <surname>Steever</surname>
          </string-name>
          ,
          <source>The Dravidian Languages, Routledge</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Padmanabha</surname>
          </string-name>
          , A Comparative Study of Tulu Dialects, Mangalore,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Corpus Creation for Sentiment Analysis in Code-Mixed Tulu Text, in: Proceedings of the 1st Annual Meeting of the ELRA</article-title>
          /ISCA Special Interest Group on
          <string-name>
            <surname>Under-Resourced Languages</surname>
          </string-name>
          ,
          <year>2022</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Muralidaran</surname>
          </string-name>
          , N. Jose,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sherly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Dravidiancodemix: Sentiment Analysis and Ofensive Language Identification Dataset for Dravidian Languages in Code-Mixed Text</article-title>
          ,
          <source>in: Language Resources and Evaluation</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>765</fpage>
          -
          <lpage>806</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>A Comparative Study of Syllables and Character Level N-grams for Dravidian Multi-script and Code-Mixed Ofensive Language Identification</article-title>
          , in
          <source>: Journal of Intelligent &amp; Fuzzy Systems</source>
          , IOS Press,
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          , G. Sidorov,
          <article-title>CoLI-Machine Learning Approaches for Code-mixed Language Identification at the Word Level in Kannada-English Texts</article-title>
          ,
          <source>in: Acta Polytechnica Hungarica</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>123</fpage>
          -
          <lpage>141</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <article-title>Leveraging Dynamic Meta Embedding for Sentiment Analysis and Detection of Homophobic/Transphobic Content in Code-mixed Dravidian Languages, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>I.</given-names>
            <surname>Jadhav</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kanade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Waghmare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Chandok</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jarali</surname>
          </string-name>
          ,
          <article-title>Code-Mixed Hinglish to English Language Translation Framework</article-title>
          , in: 2022
          <source>International Conference on Sustainable Computing and Data Communication Systems (ICSCDS)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>684</fpage>
          -
          <lpage>688</lpage>
          . doi:
          <volume>10</volume>
          .1109/ ICSCDS53736.
          <year>2022</year>
          .
          <volume>9760834</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>K.</given-names>
            <surname>Akhil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rajimol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Anoop</surname>
          </string-name>
          ,
          <article-title>Parts-of-Speech Tagging for Malayalam using Deep Learning Techniques</article-title>
          , in:
          <source>International Journal of Information Technology</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>741</fpage>
          -
          <lpage>748</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Thara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Poornachandran</surname>
          </string-name>
          ,
          <article-title>Social Media Text Analytics of Malayalam-English CodeMixed using Deep Learning</article-title>
          ,
          <source>in: Journal of big Data</source>
          , Springer,
          <year>2022</year>
          , p.
          <fpage>45</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <surname>LA-SACo</surname>
          </string-name>
          :
          <article-title>A Study of Learning Approaches for Sentiments Analysis in Code-Mixing Texts</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>118</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Priyankar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ekbal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          ,
          <source>Multitasking of Sentiment Detection and Emotion Recognition in Code-Mixed Hinglish Data</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>110</fpage>
          -
          <lpage>182</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <article-title>Learning Models for Emotion Analysis and Threatening Language Detection in Urdu Tweets</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Dashti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          , MUCS@
          <article-title>Text-LT-EDI@ ACL 2022: Detecting Sign of Depression from Social Media Text using Supervised Learning Approach</article-title>
          ,
          <source>in: Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>312</fpage>
          -
          <lpage>316</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <article-title>Ensemble Based Machine Learning Models for Hate Speech and Ofensive Content Identification, in: Forum for Information Retrieval Evaluation (Working Notes)(FIRE), CEUR-WS</article-title>
          . org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Gelbukh,
          <article-title>PolyHope: Two-Level Hope Speech Detection from Tweets</article-title>
          ,
          <source>in: Expert Systems with Applications</source>
          ,
          <year>2023</year>
          , p.
          <fpage>120078</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hande</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sampath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. P.</given-names>
            <surname>Thamburaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Chandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Hope Speech Detection in Under-Resourced Kannada Language</article-title>
          , in: arXiv preprint arXiv:
          <volume>2108</volume>
          .04616,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>I.</given-names>
            <surname>Chaitanya</surname>
          </string-name>
          , I. Madapakula,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thara</surname>
          </string-name>
          ,
          <article-title>Word Level Language Identification in Code-mixed Data using Word Embedding Methods for Indian Languages</article-title>
          , in: 2018
          <source>International Conference on Advances in Computing, Communications and Informatics (ICACCI)</source>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>1137</fpage>
          -
          <lpage>1141</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mandal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Language Identification in Code-Mixed Data using Multichannel Neural Networks and Context Capture</article-title>
          , in: W-NUT
          <year>2018</year>
          ,
          <year>2018</year>
          , p.
          <fpage>116</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gundapu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mamidi</surname>
          </string-name>
          ,
          <article-title>Word Level Language Identification in English Telugu Code Mixed Data</article-title>
          ,
          <source>in: Proceedings of the 32nd Pacific Asia Conference on Language, Information and Computation</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Thara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Poornachandran</surname>
          </string-name>
          ,
          <article-title>Transformer Based Language Identification for MalayalamEnglish Code-Mixed Text</article-title>
          , in: IEEE Access, IEEE,
          <year>2021</year>
          , pp.
          <fpage>118837</fpage>
          -
          <lpage>118850</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          , Overview of CoLI-Kanglish:
          <article-title>Word Level Language Identification in Code-mixed KannadaEnglish Texts at ICON 2022, in: Shared Task on Word Level Language Identification in Code-</article-title>
          mixed
          <string-name>
            <surname>Kannada-English</surname>
            <given-names>Texts</given-names>
          </string-name>
          ,
          <year>2022</year>
          , p.
          <fpage>38</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gundapu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mamidi</surname>
          </string-name>
          ,
          <article-title>Word Level Language Identification in English Telugu Code Mixed Data</article-title>
          , in: arXiv preprint arXiv:
          <year>2010</year>
          .04482,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mandal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Language Identification in Code-Mixed Data using Multichannel Neural Networks and Context Capture</article-title>
          ,
          <source>in: Proceedings of the 2018 EMNLP Workshop W-NUT: The 4th Workshop on Noisy User-generated Text, Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>116</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>P.</given-names>
            <surname>Veena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Anand</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Soman</surname>
          </string-name>
          ,
          <article-title>Character Embedding for Language Identification in Hindi-English Code-mixed Social Media Text</article-title>
          , in: Computación y Sistemas, Instituto Politécnico Nacional, Centro de Investigación en Computación,
          <year>2018</year>
          , pp.
          <fpage>65</fpage>
          -
          <lpage>74</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>V.</given-names>
            <surname>Vajrobol</surname>
          </string-name>
          , CoLI-Kanglish:
          <article-title>Word-Level Language Identification in Code-Mixed KannadaEnglish Texts Shared Task using the Distilka Model</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Natural Language Processing</source>
          (ICON):
          <article-title>Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts, Association for Computational Linguistics</article-title>
          , IIIT Delhi, New Delhi, India,
          <year>2022</year>
          , pp.
          <fpage>7</fpage>
          -
          <lpage>11</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .icon-wlli.
          <volume>2</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lambebo Tonja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Gemeda</given-names>
            <surname>Yigezu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kolesnikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Shahiki</given-names>
            <surname>Tash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Transformer-based Model for Word Level Language Identification in Codemixed Kannada-English Texts</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Natural Language Processing</source>
          (ICON):
          <article-title>Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts, Association for Computational Linguistics</article-title>
          , IIIT Delhi, New Delhi, India,
          <year>2022</year>
          , pp.
          <fpage>18</fpage>
          -
          <lpage>24</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .icon-wlli.
          <volume>4</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>P.</given-names>
            <surname>Deka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. Jyoti</given-names>
            <surname>Kalita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          <string-name>
            <surname>Sarma</surname>
          </string-name>
          ,
          <article-title>BERT-based Language Identification in Code-Mix Kannada-English Text at the CoLI-Kanglish Shared Task@ICON 2022, in:</article-title>
          <source>Proceedings of the 19th International Conference on Natural Language Processing</source>
          (ICON):
          <article-title>Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts, Association for Computational Linguistics</article-title>
          , IIIT Delhi, New Delhi, India,
          <year>2022</year>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>17</lpage>
          . URL: https: //aclanthology.org/
          <year>2022</year>
          .icon-wlli.
          <volume>3</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>M.</given-names>
            <surname>Gemeda Yigezu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Lambebo</given-names>
            <surname>Tonja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kolesnikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Shahiki</given-names>
            <surname>Tash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Word Level Language Identification in Code-mixed Kannada-English Texts using Deep Learning Approach</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Natural Language Processing</source>
          (ICON):
          <article-title>Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts, Association for Computational Linguistics</article-title>
          , IIIT Delhi, New Delhi, India,
          <year>2022</year>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>33</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .icon-wlli.
          <volume>6</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>M.</given-names>
            <surname>Shahiki Tash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ahani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tonja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gemeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kolesnikova</surname>
          </string-name>
          , Word
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>