paper-with-me

Papers

Large Language Models for Code Generation: A Comprehensive Survey of Challenges, Techniques, Evaluation, and Applications

2025-03-03 · Nam Huynh, Beiyu Lin

Large Language Models (LLMs) have demonstrated their remarkable capabilities in numerous fields. This survey focuses on how LLMs empower users, regardless of their technical background, to use human languages to automatically generate executable code. We begin with understanding LLMs' limitations and challenges in automated code generation. Subsequently, we review various fine-tuning techniques designed to enhance both the performance and adaptability of LLMs in code generation tasks. We then review the existing metrics and benchmarks for evaluations to assess model performance based on fine-tuning techniques. Finally, we explore the applications of LLMs (e.g. CodeLlama, GitHub Copilot, ToolGen) in code generation tasks to illustrate their roles and functionalities. This survey provides a comprehensive overview of LLMs for code generation, helps researchers in diverse fields better understand the current state-of-the-art technologies, and offers the potential of effectively leveraging LLMs for code generation tasks.

📄 PDF Abstract BibTeX arXiv:2503.01245

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationSurvey

Similar Papers 제목 키워드 기반

SurGE: A Benchmark and Evaluation Framework for Scientific Survey Generation

2025-08-21 · Weihang Su, Anzhe Xie, Qingyao Ai, Jianming Long 외 arxiv

The rapid growth of academic literature makes the manual creation of scientific surveys increasingly infeasible. While large language models show promise for automating this process, progress in this area is hindered by …

A Survey on Large Language Models for Code Generation

2024-06-01 · Juyong Jiang, Fan Wang, Jiasi Shen, Sungju Kim 외

Large Language Models (LLMs) have garnered remarkable advancements across diverse code-related tasks, known as Code LLMs, particularly in code generation that generates source code with LLM from natural language descript…

Code GenerationHumanEvalmbppSurvey+1

Retrieval Augmented Generation Evaluation in the Era of Large Language Models: A Comprehensive Survey

2025-04-21 · Aoran Gan, Hao Yu, Kai Zhang, Qi Liu 외

Recent advancements in Retrieval-Augmented Generation (RAG) have revolutionized natural language processing by integrating Large Language Models (LLMs) with external information retrieval, enabling accurate, up-to-date, …

Computational EfficiencyInformation RetrievalRAGRetrieval+3

A Comprehensive Survey of Accelerated Generation Techniques in Large Language Models

2024-05-15 · Mahsa Khoshnoodi, Vinija Jain, Mingye Gao, Malavika Srikanth 외

Despite the crucial importance of accelerating text generation in large language models (LLMs) for efficiently producing content, the sequential nature of this process often leads to high inference latency, posing challe…

SurveyText Generation

A Comprehensive Survey of Large Language Models and Multimodal Large Language Models in Medicine

2024-05-14 · Hanguang Xiao, Feizhong Zhou, Xingyue Liu, Tianqi Liu 외

Since the release of ChatGPT and GPT-4, large language models (LLMs) and multimodal large language models (MLLMs) have attracted widespread attention for their exceptional capabilities in understanding, reasoning, and ge…

Survey