Which Syntactic Capabilities Are Statistically Learned by Masked Language Models for Code?

Alejandro Velasco,David N. Palacio,Daniel Rodriguez-Cardenas,Denys Poshyvanyk
DOI: https://doi.org/10.1145/3639476.3639768
2024-02-22
Abstract:This paper discusses the limitations of evaluating Masked Language Models (MLMs) in code completion tasks. We highlight that relying on accuracy-based measurements may lead to an overestimation of models' capabilities by neglecting the syntax rules of programming languages. To address these issues, we introduce a technique called SyntaxEval in which Syntactic Capabilities are used to enhance the evaluation of MLMs. SyntaxEval automates the process of masking elements in the model input based on their Abstract Syntax Trees (ASTs). We conducted a case study on two popular MLMs using data from GitHub repositories. Our results showed negative causal effects between the node types and MLMs' accuracy. We conclude that MLMs under study fail to predict some syntactic capabilities.
Software Engineering
What problem does this paper attempt to address?