English

Better Together? An Evaluation of AI-Supported Code Translation

Human-Computer Interaction 2022-02-17 v1 Software Engineering

Abstract

Generative machine learning models have recently been applied to source code, for use cases including translating code between programming languages, creating documentation from code, and auto-completing methods. Yet, state-of-the-art models often produce code that is erroneous or incomplete. In a controlled study with 32 software engineers, we examined whether such imperfect outputs are helpful in the context of Java-to-Python code translation. When aided by the outputs of a code translation model, participants produced code with fewer errors than when working alone. We also examined how the quality and quantity of AI translations affected the work process and quality of outcomes, and observed that providing multiple translations had a larger impact on the translation process than varying the quality of provided translations. Our results tell a complex, nuanced story about the benefits of generative code models and the challenges software engineers face when working with their outputs. Our work motivates the need for intelligent user interfaces that help software engineers effectively work with generative code models in order to understand and evaluate their outputs and achieve superior outcomes to working alone.

Keywords

Cite

@article{arxiv.2202.07682,
  title  = {Better Together? An Evaluation of AI-Supported Code Translation},
  author = {Justin D. Weisz and Michael Muller and Steven I. Ross and Fernando Martinez and Stephanie Houde and Mayank Agarwal and Kartik Talamadupula and John T. Richards},
  journal= {arXiv preprint arXiv:2202.07682},
  year   = {2022}
}

Comments

35 pages, 3 figures. To be published in IUI 2022

R2 v1 2026-06-24T09:39:34.241Z