paper-with-me

홈 › Papers

A Survey on LLM-based Code Generation for Low-Resource and Domain-Specific Programming Languages

2024-10-04 · Sathvik Joel, Jie JW Wu, Fatemeh H. Fard

Large Language Models (LLMs) have shown impressive capabilities in code generation for popular programming languages. However, their performance on Low-Resource Programming Languages (LRPLs) and Domain-Specific Languages (DSLs) remains a significant challenge, affecting millions of developers-3.5 million users in Rust alone-who cannot fully utilize LLM capabilities. LRPLs and DSLs encounter unique obstacles, including data scarcity and, for DSLs, specialized syntax that is poorly represented in general-purpose datasets. Addressing these challenges is crucial, as LRPLs and DSLs enhance development efficiency in specialized domains, such as finance and science. While several surveys discuss LLMs in software engineering, none focus specifically on the challenges and opportunities associated with LRPLs and DSLs. Our survey fills this gap by systematically reviewing the current state, methodologies, and challenges in leveraging LLMs for code generation in these languages. We filtered 111 papers from over 27,000 published studies between 2020 and 2024 to evaluate the capabilities and limitations of LLMs in LRPLs and DSLs. We report the LLMs used, benchmarks, and metrics for evaluation, strategies for enhancing performance, and methods for dataset collection and curation. We identified four main evaluation techniques and several metrics for assessing code generation in LRPLs and DSLs. Our analysis categorizes improvement methods into six groups and summarizes novel architectures proposed by researchers. Despite various techniques and metrics, a standard approach and benchmark dataset for evaluating code generation in LRPLs and DSLs are lacking. This survey serves as a resource for researchers and practitioners at the intersection of LLMs, software engineering, and specialized programming languages, laying the groundwork for future advancements in code generation for LRPLs and DSLs.

📄 PDF Abstract BibTeX arXiv:2410.03981

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Code LLMs with Reinforcement Learning in Code Generation: A Survey

2024-12-29 · Junqiao Wang, Zeng Zhang, Yangfan He, Zihao Zhang 외

Reinforcement learning (RL) has emerged as a powerful paradigm for enhancing large language models (LLMs) in code generation and optimization. This survey systematically reviews RL-driven techniques across the code devel…

Code GenerationCompiler Optimizationreinforcement-learningReinforcement Learning+2

Retrieval-Augmented Generation with Graphs (GraphRAG)

2024-12-31 · Haoyu Han, Yu Wang, Harry Shomer, Kai Guo 외

Retrieval-augmented generation (RAG) is a powerful technique that enhances downstream task execution by retrieving additional information, such as knowledge, skills, and tools from external sources. Graph, by its intrins…

RAGRetrievalRetrieval-augmented GenerationSurvey

Polypersona: Persona-Grounded LLM for Synthetic Survey Responses

2025-12-16 · Tejaswani Dash, Dinesh Karri, Anudeep Vurity, Gautam Datla 외 arxiv

This paper introduces PolyPersona, a generative framework for synthesizing persona-conditioned survey responses across multiple domains. The framework instruction-tunes compact chat models using parameter-efficient LoRA …

Text Generation

A Comprehensive Survey on 3D Content Generation

2024-02-02 · Jian Liu, Xiaoshui Huang, Tianyu Huang, Lu Chen 외

Recent years have witnessed remarkable advances in artificial intelligence generated content(AIGC), with diverse input modalities, e.g., text, image, video, audio and 3D. The 3D is the most close visual modality to real-…

Survey

A Transfer Learning Pipeline for Educational Resource Discovery with Application in Leading Paragraph Generation

2022-01-07 · Irene Li, Thomas George, Alexander Fabbri, Tammy Liao 외

Effective human learning depends on a wide selection of educational materials that align with the learner's current understanding of the topic. While the Internet has revolutionized human learning or education, a substan…

Information RetrievalLanguage ModelingLanguage ModellingMasked Language Modeling+3