CLLGPLSESep 29, 2023

L2CEval: Evaluating Language-to-Code Generation Capabilities of Large Language Models

Salesforce
arXiv:2309.17446v240 citationsh-index: 84
Originality Synthesis-oriented
AI Analysis

This work provides a foundational evaluation framework for researchers and practitioners in AI and software development, addressing the fragmented understanding of LLMs in code generation, though it is incremental as it synthesizes existing tasks into a unified benchmark.

The authors tackled the lack of comprehensive evaluation of large language models' language-to-code generation capabilities by introducing L2CEval, a systematic assessment across 7 tasks in semantic parsing, math reasoning, and Python programming, which identified factors affecting performance and typical failure modes.

Recently, large language models (LLMs), especially those that are pretrained on code, have demonstrated strong capabilities in generating programs from natural language inputs in a few-shot or even zero-shot manner. Despite promising results, there is a notable lack of a comprehensive evaluation of these models language-to-code generation capabilities. Existing studies often focus on specific tasks, model architectures, or learning paradigms, leading to a fragmented understanding of the overall landscape. In this work, we present L2CEval, a systematic evaluation of the language-to-code generation capabilities of LLMs on 7 tasks across the domain spectrum of semantic parsing, math reasoning and Python programming, analyzing the factors that potentially affect their performance, such as model size, pretraining data, instruction tuning, and different prompting methods. In addition to assessing model performance, we measure confidence calibration for the models and conduct human evaluations of the output programs. This enables us to identify and analyze the typical failure modes across various tasks and models. L2CEval offers a comprehensive understanding of the capabilities and limitations of LLMs in language-to-code generation. We also release the evaluation framework and all model outputs, hoping to lay the groundwork for further future research in this domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes