A lightweight framework for high-quality code generation

ML Siddiq, B Casey, J Santos - arXiv preprint arXiv:2307.08220, 2023 - arxiv.org
In recent years, the use of automated source code generation utilizing transformer-based
generative models has expanded, and these models can generate functional code …

An empirical study of code smells in transformer-based code generation techniques

ML Siddiq, SH Majumder, MR Mim… - 2022 IEEE 22nd …, 2022 - ieeexplore.ieee.org
Prior works have developed transformer-based language learning models to automatically
generate source code for a task without compilation errors. The datasets used to train these …

SecurityEval dataset: mining vulnerability examples to evaluate machine learning-based code generation techniques

ML Siddiq, JCS Santos - Proceedings of the 1st International Workshop …, 2022 - dl.acm.org
Automated source code generation is currently a popular machine-learning-based task. It
can be helpful for software developers to write functionally correct code from a given context …

Security weaknesses of copilot generated code in github

Y Fu, P Liang, A Tahir, Z Li, M Shahin, J Yu - arXiv preprint arXiv …, 2023 - arxiv.org
Modern code generation tools use AI models, particularly Large Language Models (LLMs),
to generate functional and complete code. While such tools are becoming popular and …

Codereval: A benchmark of pragmatic code generation with generative pre-trained models

H Yu, B Shen, D Ran, J Zhang, Q Zhang, Y Ma… - Proceedings of the 46th …, 2024 - dl.acm.org
Code generation models based on the pre-training and fine-tuning paradigm have been
increasingly attempted by both academia and industry, resulting in well-known industrial …

Coco: Testing code generation systems via concretized instructions

M Yan, J Chen, JM Zhang, X Cao, C Yang… - arXiv preprint arXiv …, 2023 - arxiv.org
Code generation systems have been extensively developed in recent years to generate
source code based on natural language instructions. However, despite their advancements …

Evaluating the code quality of ai-assisted code generation tools: An empirical study on github copilot, amazon codewhisperer, and chatgpt

B Yetiştiren, I Özsoy, M Ayerdem, E Tüzün - arXiv preprint arXiv …, 2023 - arxiv.org
Context: AI-assisted code generation tools have become increasingly prevalent in software
engineering, offering the ability to generate code from natural language prompts or partial …

Assessing the Security of GitHub Copilot's Generated Code-A Targeted Replication Study

V Majdinasab, MJ Bishop, S Rasheed… - … on Software Analysis …, 2024 - ieeexplore.ieee.org
AI-powered code generation models have been developing rapidly, allowing developers to
expedite code generation and thus improve their productivity. These models are trained on …

No need to lift a finger anymore? assessing the quality of code generation by chatgpt

Z Liu, Y Tang, X Luo, Y Zhou… - IEEE Transactions on …, 2024 - ieeexplore.ieee.org
Large language models (LLMs) have demonstrated impressive capabilities across various
natural language processing (NLP) tasks, such as machine translation, question answering …

Incorporating domain knowledge through task augmentation for front-end javascript code generation

S Shen, X Zhu, Y Dong, Q Guo, Y Zhen… - Proceedings of the 30th …, 2022 - dl.acm.org
Code generation aims to generate a code snippet automatically from natural language
descriptions. Generally, the mainstream code generation methods rely on a large amount of …