English

CONFLATOR: Incorporating Switching Point based Rotatory Positional Encodings for Code-Mixed Language Modeling

Computation and Language 2023-10-20 v2 Machine Learning

Abstract

The mixing of two or more languages is called Code-Mixing (CM). CM is a social norm in multilingual societies. Neural Language Models (NLMs) like transformers have been effective on many NLP tasks. However, NLM for CM is an under-explored area. Though transformers are capable and powerful, they cannot always encode positional information since they are non-recurrent. Therefore, to enrich word information and incorporate positional information, positional encoding is defined. We hypothesize that Switching Points (SPs), i.e., junctions in the text where the language switches (L1 -> L2 or L2 -> L1), pose a challenge for CM Language Models (LMs), and hence give special emphasis to SPs in the modeling process. We experiment with several positional encoding mechanisms and show that rotatory positional encodings along with switching point information yield the best results. We introduce CONFLATOR: a neural language modeling approach for code-mixed languages. CONFLATOR tries to learn to emphasize switching points using smarter positional encoding, both at unigram and bigram levels. CONFLATOR outperforms the state-of-the-art on two tasks based on code-mixed Hindi and English (Hinglish): (i) sentiment analysis and (ii) machine translation.

Keywords

Cite

@article{arxiv.2309.05270,
  title  = {CONFLATOR: Incorporating Switching Point based Rotatory Positional Encodings for Code-Mixed Language Modeling},
  author = {Mohsin Ali and Kandukuri Sai Teja and Neeharika Gupta and Parth Patwa and Anubhab Chatterjee and Vinija Jain and Aman Chadha and Amitava Das},
  journal= {arXiv preprint arXiv:2309.05270},
  year   = {2023}
}

Comments

Workshop on Computational Approaches to Linguistic Code-Switching @EMNLP2023

R2 v1 2026-06-28T12:17:43.950Z