Class-level Code Generation

2 papers with code • 1 benchmarks • 0 datasets

a task to generate the class-level code based on input description

Most implemented papers

pix2code: Generating Code from a Graphical User Interface Screenshot

tonybeltramelli/pix2code 22 May 2017

Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications.

ClassEval: A Manually-Crafted Benchmark for Evaluating LLMs on Class-level Code Generation

fudanselab/classeval 3 Aug 2023

Third, we find that generating the entire class all at once (i. e. holistic generation strategy) is the best generation strategy only for GPT-4 and GPT-3. 5, while method-by-method generation (i. e. incremental and compositional) is better strategies for the other models with limited ability of understanding long instructions and utilizing the middle information.