Planning with Large Language Models for Code Generation
专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.LG
Comments ICLR 2023. Project page:https://codeaimcts.github.io
AI 大模型
代码生成、软件工程智能体、程序修复、测试生成和开发者工具。
专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.LG
Comments ICLR 2023. Project page:https://codeaimcts.github.io
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI
Comments 4 pages, 4 figures
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.CL、cs.AI、cs.LG
Comments 33 pages, 4 figures
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.LG
Comments 15 pages, 7 figures
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.LG
Comments 29 pages, workshop website: https://prog-synth-science.github.io/2020/
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.LG
Comments The first four authors contributed equally to this work
机构 * Department of Computer Science(计算机科学系) ; Department of Statistics(统计学系) ; Rice University(里士满大学)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.LG、cs.PL;program synthesis(comments)
Comments Keywords: Benchmark Dataset, LLM Evaluation, Gen-AI, Program Synthesis; TLDR: SimCoPilot is a benchmark for evaluating LLMs as "copilot"-style interactive coding assistants, testing their ability to integrate and complete code within complex real-world software environments
专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.PL;repository(comments)
Comments 10 pages (32 including appendix), 5 figures, 25 tables. Prompts are provided in the GitHub repository to avoid potential text overlap with other papers
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.AI、cs.LG、cs.PL;repository(comments)
Comments Attached repository: https://github.com/nathanael-fijalkow/DeepSynth/
基于ISO标准的非功能性需求(NFR)规范是否能提升大语言模型(LLM)的代码生成能力?针对丰富干预方式、结构化干预方式与自然语言基线的对比研究
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG
AI总结 该研究对比了ISO标准下丰富自然语言、结构化JSON与单行基线三种NFR规范对LLM代码生成的影响,发现前者可提升代码静态质量,且语义内容比格式更重要。
Comments 11 pages, 2 figures, Accepted for publication at the 20th Brazilian Symposium on Software Components, Architectures, and Reuse (SBCARS 2026)
影响策略重要吗?研究大语言模型代码生成中的提示词框架效应
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI
AI总结 本研究首次大规模实证探究基于心理学的影响策略诱导的提示词框架对LLM代码生成的影响,发现强调紧迫性的框架会降低代码正确性与安全性,为设计人机交互提供实践见解。
Comments Accepted for publication in Empirical Software Engineering. This is the accepted manuscript version. 37 pages, 3 figures
Journal ref Empirical Software Engineering 32 (2026) 13
FronTalk: 以多模态反馈进行对话式代码生成的前端开发基准测试
机构 * Meta Superintelligence Labs(Meta超智能实验室) ; University of California, Los Angeles(加州大学洛杉矶分校) ; Duke University(杜克大学)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG
AI总结 提出FronTalk基准,通过多轮对话和多模态反馈(文本与视觉指令)评估前端代码生成,发现模型存在遗忘和视觉反馈理解困难,提出AceCoder方法有效减少遗忘并提升性能。
Comments CoLM 2026
GenOS:AI代码生成中语义鲁棒性的组合式证书
专题命中 代码生成 :code generation(title);coding agent(abstract);分类 cs.SE、cs.AI、cs.PL
AI总结 GenOS是针对AI代码生成语义鲁棒性的概率操作语义,通过马尔可夫核与等价关系确保工作流中组件替换的安全性,经实验验证其鲁棒性界与兼容性可测性。
作为程序综合的无损张量压缩
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.PL
AI总结 Brevis将无损张量压缩转化为程序综合,通过带类型的DSL与有界A*搜索优化压缩,在10类模型检查点上实现了超通用及专用压缩器的存储缩减,且压缩解压速度可观。
有信心量化?代码生成量化的实证研究
机构 * AURA Lab Department of Computer Science William \& Mary Williamsburg, VA, USA
专题命中 代码生成 :code generation(title);code model(abstract);分类 cs.SE、cs.LG、cs.PL
AI总结 研究在资源受限硬件上运行大型代码模型时,六种量化方法对代码质量的影响,用多基准评估功能正确性等指标,引入提示复杂性分析,揭示不同量化技术在正确性、代码质量及鲁棒性上的差异,为选择量化策略提供指导。
MEMCoder: 多维演化记忆用于面向私有库的代码生成
机构 * College of AI(人工智能学院) ; Tsinghua University(清华大学) ; Fitten Tech Co., Ltd.(Fitten科技有限公司)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI
AI总结 MEMCoder通过多维演化记忆机制,解决LLM在企业环境中因缺乏内部私有库文档导致的协调问题与参数理解不足,提升代码生成性能。
EEG-SpikeAgent:用于自动脑电图尖峰检测的智能闭环程序合成
机构 * Dept. of Brain and Cognitive Sciences, Massachusetts Institute of Technology(脑科学与认知科学系,麻省理工学院) ; Dept. of Neuroscience, University of California, Berkeley(神经科学系,加州大学伯克利分校) ; Dept. of Neurology and Neurologic Sciences, Stanford University(神经病学与神经科学系,斯坦福大学) ; Weill Institute of Neurology and Neurosciences, University of California, San Francisco(Weill神经医学研究所,加州大学旧金山分校) ; University of California, San Francisco(加州大学旧金山分校)
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.CL、cs.AI、cs.LG
AI总结 研究利用大语言模型智能系统,为头皮脑电图尖峰检测生成信号处理特征。核心方法是迭代提出特征模块并执行代码生成表格特征,评估性能后反馈优化。贡献是实现可审核的脑电图特征工程自动化。
Comments 7 pages, 5 figures
面向文本与代码生成的大语言模型集成学习综述
机构 * School of Computing and Engineering, University of West London(西伦敦大学计算机与工程学院) ; Turing Intelligence Technology Limited(图灵智能科技有限公司) ; School of Computer Science, University of Leeds(利兹大学计算机科学学院)
专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.LG
AI总结 本文综述了七种大语言模型集成方法(权重合并、知识融合、混合专家、奖励集成、输出集成、路由和级联),分析了它们在文本与代码生成中提升多样性、输出质量和应用灵活性的能力。
Comments Accepted by IEEE TAI 2025
约束代码生成中的对齐问题
机构 * University of St. Gallen(圣加尔登大学) ; Università della Svizzera italiana (USI)(瑞士联邦理工学院)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.LG、cs.PL
AI总结 研究约束解码中约束器、语言模型与目标语言之间的对齐问题,发现约束器的不完整性会扭曲模型分布,导致功能正确性下降高达97%,并提出设计约束器的定量见解。
FPMoE:一种用于函数式代码生成的稀疏混合专家方法
机构 * GreenNode AI ; Hanoi University of Science and Technology(河内科学技术大学) ; Singapore University of Technology and Design(新加坡科技设计大学)
专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.PL
AI总结 针对LLM在函数式编程语言上性能差的问题,提出基于稀疏MoE架构的FPMoE模型,通过语言特定专家和共享专家分别消除干扰和捕获跨语言抽象,以3B活跃参数达到远超微调基线并匹配大模型的效果。
语用推理提升LLM代码生成
机构 * Max Planck Institute for Informatics Saarland Campus(马克斯·普朗克信息研究所萨尔兰州分校) ; Computer Science Saarland University(萨尔兰州大学计算机科学系) ; Max Planck Institute for Software Systems Saarland Campus(马克斯·普朗克软件系统研究所萨尔兰州分校)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI
AI总结 提出CodeRSA方法,通过局部语用竞赛对候选代码进行重排序,以解决自然语言到代码生成中的歧义问题,在多个基准测试中取得最佳平均准确率。
通过微分测试时间缩放进行代码生成
机构 * University of California, Davis(加州大学戴维斯分校)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG
AI总结 本文提出DiffCodeGen,一种基于覆盖引导的微分分析的代码生成方法,通过生成多样化的代码候选并利用覆盖引导模糊测试来合成输入,无需现有测试用例或大语言模型,从而提高效率和可扩展性。
Comments 16 main text, 21 pages with references
Hydra:通过检查点和回滚支持实现高效的正确代码生成
机构 * Duke University(杜克大学)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.PL
AI总结 Hydra通过异步检查和检查点回滚机制,在代码生成中高效修复静态错误,减少延迟和token消耗。
测试驱动代码生成的理论分析
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG
AI总结 本文提出概率框架分析测试驱动开发中代码生成与选择策略,证明模糊功能相似性估计器在信号噪声比上优于功能等价性估计器,并通过实验验证了回提示在任务描述模糊性下的有效性。
Comments preprint
超越训练分布:神经程序合成中的泛化边界映射
机构 * Friedrich Schiller University(弗里德里希-席勒大学)
专题命中 代码生成 :program synthesis(title,abstract);分类 cs.CL、cs.AI、cs.LG
AI总结 本文通过构建领域特定算术语法规则的严格控制环境,系统评估了模型在程序合成中的泛化能力,发现优化密度泛化能提升鲁棒性,但transformers在语法扩展时表现下降30%以上,且计算规模提升与泛化能力呈对数线性关系。
反馈优先于流程:执行反馈比流程拓扑在1-3B代码生成中更重要
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG
AI总结 研究探讨了在1-3B模型中,执行反馈对代码生成能力的影响,发现执行反馈比流程拓扑更有效,且通过进化搜索验证了简单循环优于复杂结构。
Comments 17 pages main text, 2 page references, 3 figures. Code: https://github.com/L3G/feedback-over-form
共存测试,更好的AI代码:测试语法结构如何影响基础模型代码生成
机构 * Cosmic AI
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG
AI总结 研究探讨测试代码结构对基础模型代码生成质量的影响,发现内联测试在保真度和正确性上表现更优,且模型行为随世代变化,非transformer架构也验证了该设计的鲁棒性。
Comments 20 pages. Preprint; arXiv long version of a paper accepted at AIware 2026. Adds Appendices A (cross-language) and B (Python isolation) not present in the ACM camera-ready
CodeRL+: 通过执行语义对齐改进代码生成
机构 * School of Computer Science, Peking University(北京大学计算机科学系) ; Tongyi Lab, Alibaba Group(阿里集团通义实验室) ; School of Computer Science, Wuhan University(武汉大学计算机科学系)
专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI
AI总结 本文提出CodeRL+,通过将执行语义对齐整合到RLVR训练流程中,提升代码生成的准确性,实验显示其在pass@1指标上平均提升4.6%。
Comments Accepted by ACL 2026