A Simple, Yet Effective Approach to Finding Biases in Code Generation

Spyridon Mouselinos,Mateusz Malinowski,Henryk Michalewski
2023-05-09
Abstract:Recently, high-performing code generation systems based on large language models have surfaced. They are trained on massive corpora containing much more natural text than actual executable computer code. This work shows that current code generation systems exhibit undesired biases inherited from their large language model backbones, which can reduce the quality of the generated code under specific circumstances.
Programming Languages
What problem does this paper attempt to address?