EMNLP 2024main10 citations

ECCO: Can We Improve Model-Generated Code Efficiency Without Sacrificing Functional Correctness?

Siddhant Waghjale, Vishruth Veerendranath, Zhiruo Wang, Daniel Fried

Abstract

Although large language models (LLMs) have been largely successful in generating functionally correct programs, conditioning models to produce efficient solutions while ensuring correctness remains a challenge. Further, unreliability in benchmarking code efficiency is a hurdle across varying hardware specifications for popular interpreted languages such as Python. In this paper, we present ECCO, a reproducible benchmark for evaluating program efficiency via two paradigms: natural language (NL) based code generation and history-based code editing. On ECCO, we adapt and thoroughly investigate the three most promising existing LLM-based approaches: in-context learning, iterative refinement with execution or NL feedback, and fine-tuning conditioned on execution and editing history. While most methods degrade functional correctness and moderately increase program efficiency, we find that adding execution information often helps maintain functional correctness, and NL feedback enhances more on efficiency. We release our benchmark to support future work on LLM-based generation of efficient code.

BibTeX
@inproceedings{waghjale-etal-2024-ecco,
    title = "{ECCO}: Can We Improve Model-Generated Code Efficiency Without Sacrificing Functional Correctness?",
    author = "Waghjale, Siddhant  and
      Veerendranath, Vishruth  and
      Wang, Zhiruo  and
      Fried, Daniel",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.859/",
    doi = "10.18653/v1/2024.emnlp-main.859",
    pages = "15362--15376"
}
ECCO: Can We Improve Model-Generated Code Efficiency Without Sacrificing Functional Correctness? · EMNLP 2024