Do Large Code Models Understand Programming Concepts? Counterfactual Analysis for Code Predicates
Department of Computer Science, University of Wisconsin - Madison · Google · Google DeepMind · University of Wisconsin-Madison · University of Wisconsin, Madison
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。
摘要
Large Language Models' success in text generation has also made them better at code generation and coding tasks. While a lot of work has demonstrated their remarkable performance on tasks such as code completion and editing, it is still unclear as to why. We help bridge this gap by exploring to what degree auto-regressive models understand the logical constructs of the underlying programs. We propose Counterfactual Analysis for Programming Concept Predicates (CACP) as a counterfactual testing framework to evaluate whether Large Code Models understand programming concepts. With only black-box access to the model, we use CACP to evaluate ten popular Large Code Models for four different programming concepts. Our findings suggest that current models lack understanding of concepts such as data flow and control flow.