English

On the Impact of Language Selection for Training and Evaluating Programming Language Models

Software Engineering 2023-08-28 v1 Artificial Intelligence Computation and Language Machine Learning Programming Languages

Abstract

The recent advancements in Transformer-based Language Models have demonstrated significant potential in enhancing the multilingual capabilities of these models. The remarkable progress made in this domain not only applies to natural language tasks but also extends to the domain of programming languages. Despite the ability of these models to learn from multiple languages, evaluations typically focus on particular combinations of the same languages. In this study, we evaluate the similarity of programming languages by analyzing their representations using a CodeBERT-based model. Our experiments reveal that token representation in languages such as C++, Python, and Java exhibit proximity to one another, whereas the same tokens in languages such as Mathematica and R display significant dissimilarity. Our findings suggest that this phenomenon can potentially result in performance challenges when dealing with diverse languages. Thus, we recommend using our similarity measure to select a diverse set of programming languages when training and evaluating future models.

Keywords

Cite

@article{arxiv.2308.13354,
  title  = {On the Impact of Language Selection for Training and Evaluating Programming Language Models},
  author = {Jonathan Katzy and Maliheh Izadi and Arie van Deursen},
  journal= {arXiv preprint arXiv:2308.13354},
  year   = {2023}
}

Comments

Accepted to 2023 IEEE 23rd International Working Conference on Source Code Analysis and Manipulation (SCAM), NIER track

R2 v1 2026-06-28T12:04:16.880Z