arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

代码大模型 / AI 编程

代码生成、软件工程智能体、程序修复、测试生成和开发者工具。

共收录 4079 信号源:cs.SE, cs.CL, cs.AI, cs.LG, cs.PL

1. 代码生成 4079 篇

2604.16584 2026-04-21 cs.SE cs.AI cs.PL 82%

Certified Program Synthesis with a Multi-Modal Verifier

带有多模验证器的认证程序合成

Yueyang Feng, Dipesh Kafle, Vladimir Gladshtein, Vitaly Kurin, George Pîrlea, Qiyuan Zhao, Peter Müller, Ilya Sergey

机构 * National University of Singapore(新加坡国立大学) Neapolis University Pafos(纳皮奥斯大学帕福斯)

专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.PL

AI总结 本文提出LeetProof,通过多模验证器解决认证程序合成中的规范缺陷和验证模式碎片化问题,实现更高效的全认证解决方案。

详情

展开后加载摘要…

URL PDF HTML 收藏
2505.18646 2026-04-15 cs.SE cs.AI cs.CL 82%

SEW: Self-Evolving Agentic Workflows for Automated Code Generation

SEW:自演化代理工作流用于自动化代码生成

Siwei Liu, Jinyuan Fang, Han Zhou, Yingxu Wang, Zaiqiao Meng

机构 * University of Aberdeen(阿伯丁大学) University of Glasgow(格拉斯哥大学) University of Cambridge(剑桥大学) MBZUAI(马克斯·普朗克智能系统研究所)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 本文提出SEW框架,通过自演化方法自动设计和优化多代理工作流,提升代码生成任务的性能,实验表明在LiveCodeBench上比仅使用基础LLM提升12%。

Comments 16 pages, 5 figures

详情

展开后加载摘要…

URL PDF HTML 收藏
2505.19353 2026-04-06 cs.AI cs.CL cs.CY cs.SE 82%

Architectures of Error: A Philosophical Inquiry into AI and Human Code Generation

错误的架构:对人工智能与人类代码生成的哲学探究

Camilo Chacón Sartori

机构 * Artificial Intelligence Research Institute (IIIA-CSIC)(人工智能研究所(IIIA-CSIC))

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 本文探讨人类与机器代码生成的本质差异,通过分析错误的根源,揭示认知与随机性导致的因果区别,为AI与人类协作软件开发提供哲学框架。

Comments preprint

详情

展开后加载摘要…

URL PDF HTML 收藏
2603.29292 2026-04-01 cs.SE cs.AI cs.PL 82%

Self-Improving Code Generation via Semantic Entropy and Behavioral Consensus

通过语义熵和行为共识的自我改进代码生成

Huan Zhang, Wei Cheng, Wei Hu

机构 * Nanjing University(南京大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.PL

AI总结 本文提出ConSelf方法,利用语义熵构建课程和共识驱动优化,无需外部监督提升代码生成能力。

Comments Accepted in the 34th IEEE/ACM International Conference on Program Comprehension (ICPC 2026)

详情

展开后加载摘要…

URL PDF HTML 收藏
2603.15159 2026-03-30 cs.SE cs.AI cs.CL 82%

To See is Not to Master: Teaching LLMs to Use Private Libraries for Code Generation

看清并非掌握:教LLM使用私有库进行代码生成

Yitong Zhang, Chengze Li, Ruize Chen, Guowei Yang, Xiaoran Jia, Yijie Ren, Jia Li

机构 * College of AI, Tsinghua University(清华大学人工智能学院) Proxseer Inc.(Proxseer公司) School of Computer Science, Nanjing University(南京大学计算机科学与技术学院) Software Institute, Nanjing University(南京大学软件学院) School of Computer Science and Technology, Beijing Institute of Technology(北京理工大学计算机科学与技术学院) School of Computer Science and Engineering, Beihang University(北京航空航天大学计算机科学与工程学院)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 本文提出PriCoder方法,通过自动生成数据教LLM有效调用私有库API,提升私有库代码生成能力,实验显示在多种设置下pass@1指标提升超20%。

Comments 12 pages

详情

展开后加载摘要…

URL PDF HTML 收藏
2603.06869 2026-03-10 cs.AI cs.CL cs.LG 82%

Symmetry-Constrained Language-Guided Program Synthesis for Discovering Governing Equations from Noisy and Partial Observations

基于对称约束的语言引导程序合成的 governing 方程发现方法

Mirza Samad Ahmed Baig, Syeda Anshrah Gillani

机构 * Fandaqah (Owned by Dyafa)(法达卡(由迪法夫所有)) Hamdard University(哈姆达德大学)

专题命中 代码生成 :program synthesis(title,abstract);分类 cs.CL、cs.AI、cs.LG

AI总结 SymLang 通过结合对称约束、语言模型引导程序合成和贝叶斯模型选择,实现了从噪声和部分观测中发现 governing 方程的高精度结构恢复。

Comments 12 pages, 4 figures, 5 tables

详情

展开后加载摘要…

URL PDF HTML 收藏
2603.03683 2026-03-05 cs.SE cs.CL cs.LG 82%

CONCUR: Benchmarking LLMs for Concurrent Code Generation

CONCUR: 评估LLM在并发代码生成中的基准测试

Jue Huang, Tarek Mahmud, Corina Pasareanu, Guowei Yang

机构 * The University of Queensland(昆士兰大学) Texas A&M University - Kingsville(德克萨斯农工大学-国王维尔分校) Carnegie Mellon University(卡内基梅隆大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG

AI总结 CONCUR是一个专门评估LLM在并发代码生成能力的基准测试,包含115个问题,涵盖基础和变体,用于评估LLM在并发编程中的性能。

详情

展开后加载摘要…

URL PDF HTML 收藏
2602.18800 2026-02-24 cs.SE cs.AI cs.LG 82%

Operational Robustness of LLMs on Code Generation

在代码生成上的大语言模型操作鲁棒性

Debalina Ghosh Paul, Hong Zhu, Ian Bayley

机构 * School of Engineering, Computing and Mathematics, Oxford Brookes University(工程、计算与数学学院,奥克斯伯里大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

AI总结 本文提出了一种评估大语言模型在代码生成任务中鲁棒性的方法,通过分析自然语言描述的最小变化来评估模型性能,并对四种先进模型进行了实验验证。

详情

展开后加载摘要…

URL PDF HTML 收藏
2602.15449 2026-02-18 cs.CL cs.LG cs.SE 82%

TAROT: Test-driven and Capability-adaptive Curriculum Reinforcement Fine-tuning for Code Generation with Large Language Models

TAROT: 为基于大语言模型的代码生成设计的测试驱动和能力适应课程强化微调

Chansung Park, Juyong Jiang, Fan Wang, Sayak Paul, Jiasi Shen, Jing Tang, Jianguo Li

机构 * Electronics and Telecommunications Research Institute(电信研究所) The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) The Hong Kong University of Science and Technology(香港科技大学) Hugging Face Ant Group(蚂蚁集团)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG

AI总结 TAROT通过测试驱动和能力适应的课程强化微调方法,提升大语言模型生成代码的功能正确性和稳健性。

Comments The first three authors contributed equally to this work; listing order is random

详情

展开后加载摘要…

URL PDF HTML 收藏
2602.00066 2026-02-03 cs.SE cs.CL cs.LG 82%

IntentCoding: Amplifying User Intent in Code Generation

IntentCoding: 提升代码生成中用户意图的遵循能力

Zheng Fang, Yihong Dong, Lili Mou, Dongming Jin, Zhi Jin, Ge Li

机构 * School of Computer Science, Peking University(北京大学计算机科学学院) Department of Computing Science, University of Alberta(阿尔伯塔大学计算机科学系) Canada CIFAR AI Chair(加拿大CIFAR人工智能 chair)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG

AI总结 IntentCoding通过增强用户意图的影响力,提升代码生成中对约束条件的遵循能力,显著提高约束满足和功能正确性。

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.09726 2026-02-02 cs.PL cs.AI cs.SE 82%

Herb.jl: A Unifying Program Synthesis Library

Herb.jl:一个统一的程序合成库

Tilman Hinnerichs, Reuben Gardos Reid, Jaap de Jong, Bart Swinkels, Pamela Wochner, Nicolae Filat, Tudor Magurescu, Issa Hanou, Sebastijan Dumancic

机构 * Technical University Delft(代尔夫特理工大学)

专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.PL

AI总结 Herb.jl是一个用Julia编写的统一程序合成库,旨在通过分解底层算法为可扩展的子组件,简化程序合成的重用和调整过程。

详情

展开后加载摘要…

URL PDF HTML 收藏
2601.19941 2026-01-29 cs.AR cs.AI cs.PL cs.SE 82%

Bench4HLS: End-to-End Evaluation of LLMs in High-Level Synthesis Code Generation

Bench4HLS: 面向端到端评估LLM在高层次综合代码生成中的表现

M Zafir Sadik Khan, Kimia Azar, Hadi Kamali

机构 * Department of Electrical and Computer Engineering (ECE), University of Central Florida(电子与计算机工程系,中央佛罗里达大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.PL

AI总结 Bench4HLS通过提供结构化、可扩展的测试平台,评估LLM在高层次综合代码生成中的性能与优化能力。

Comments Accepted to the Design, Automation and Test in Europe Conference (DATE 2026)

详情

展开后加载摘要…

URL PDF HTML 收藏
2601.15188 2026-01-22 cs.SE cs.AI cs.PL 82%

Benchmarking Large Language Models for ABAP Code Generation: An Empirical Study on Iterative Improvement by Compiler Feedback

对大型语言模型在ABAP代码生成中的性能评估:一项通过编译器反馈实现迭代改进的实证研究

Stephan Wallraven, Tim Köhne, Hartmut Westenberger, Andreas Moser

机构 * Technische Hochschule Köln(科隆技术大学) CONSILIO GmbH(CONSILIO公司)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.PL

AI总结 本研究通过实证分析评估了大型语言模型在生成ABAP代码中的性能,探讨了编译器反馈对迭代改进的影响,并揭示了不同模型在任务类型上的表现差异。

Comments 20 pages, 10 figures, Author: Hartmut Westenberger (ORCID: 0009-0009-9063-8318)

详情

展开后加载摘要…

URL PDF HTML 收藏
2509.25247 2026-01-22 cs.SE cs.AI cs.LG 82%

Protocode: Prototype-Driven Interpretability for Code Generation in LLMs

Protocode: 为LLMs中的代码生成提供原型驱动的可解释性

Krishna Vamshi Bodla, Haizhao Yang

机构 * University of Maryland, College Park(马里兰大学 College Park分校)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

AI总结 Protocode通过原型驱动的ICL采样提升代码生成的可解释性和性能。

详情

展开后加载摘要…

URL PDF HTML 收藏
2601.09703 2026-01-15 cs.SE cs.AI cs.CL 82%

ShortCoder: Knowledge-Augmented Syntax Optimization for Token-Efficient Code Generation

ShortCoder: 用于令牌高效代码生成的知识增强语法优化

Sicong Liu, Yanxian Huang, Mingwei Liu, Jiachi Chen, Ensheng Shi, Yuchi Ma, Hongyu Zhang, Yin Zhang, Yanlin Wang

机构 * Sun Yat-sen University, China(中山大学) Huawei Cloud Computing Technologies Co., Ltd., China(华为云计算技术有限公司) Chongqing University, China(重庆大学) University of Electronic Science and Technology of China, China(电子科技大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 ShortCoder通过语法优化和知识增强提升代码生成效率,实现18.1%-37.8%的效率提升。

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.08697 2025-12-19 cs.SE cs.AI cs.CL 82%

BigCodeArena: Unveiling More Reliable Human Preferences in Code Generation via Execution

BigCodeArena: 通过执行揭示更多可靠的代码生成人类偏好

Terry Yue Zhuo, Xiaolong Jin, Hange Liu, Juyong Jiang, Tianyang Liu, Chen Gong, Bhupesh Bishnoi, Vaisakhi Mishra, Marek Suppa, Noah Ziems, Saiteja Utpala, Ming Xu, Guangyu Song, Kaixin Li, Yuhan Cao, Bo Liu, Zheng Liu, Sabina Abdurakhmanova, Wenhao Yu, Mengzhao Jia, Jihan Yao, Kenneth Hamilton, Kumar Shridhar, Minh Chien Vu, Dingmin Wang, Jiawei Liu, Zijian Wang, Qian Liu, Binyuan Hui, Meg Risdal, Ahsen Khaliq, Atin Sood, Zhenchang Xing, Wasi Uddin Ahmad, John Grundy, David Lo, Banghua Zhu, Xiaoning Du, Torsten Scholak, Leandro von Werra

机构 * Monash University(墨尔本大学) CSIRO’s Data61(CSIRO的数据61) Purdue University(普渡大学) Independent(独立) HKUST (Guangzhou)(香港科技大学(广州)) UCSD(加州大学圣地亚哥分校) UVA(弗吉尼亚大学) CNRS, France(法国国家科学研究中心) IBM Cisco(思科) Comenius University in Bratislava(布拉提斯拉瓦康门纽斯大学) University of Notre Dame(Notre Dame大学) Uber Tano Labs(Tano实验室) NUS(国立大学新加坡) Institute of Automation, CAS(中国科学院自动化研究所) Tencent AI Lab(腾讯AI实验室) University of Washington(华盛顿大学) Nevsky Collective(Nevsky集体) ETH Zurich(苏黎世联邦理工学院) Detomo Inc(Detomo公司) University of Oxford(牛津大学) UIUC(伊利诺伊大学香槟分校) Google(谷歌) NVIDIA Singapore Management University(新加坡管理学院) ServiceNow Research(ServiceNow研究) Hugging Face

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 BigCodeArena通过执行揭示更多可靠的代码生成人类偏好,提出自动评分基准评估LLM编码质量。

Comments Built with love by the BigCode community :)

详情

展开后加载摘要…

URL PDF HTML 收藏
2512.08810 2025-12-10 cs.SE cs.AI cs.LG 82%

Multicalibration for LLM-based Code Generation

面向LLM的多校准代码生成

Viola Campos, Robin Kuschnereit, Adrian Ulges

机构 * RheinMain University of Applied Sciences(莱茵-美因应用科学大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

AI总结 本文提出多校准方法以提升代码生成模型的置信度评分准确性,通过实验验证其在技能分数上的显著提升。

Comments Accepted at AI-SQE 2026 (The 1st International Workshop on AI for Software Quality Evaluation: Judgment, Metrics, Benchmarks, and Beyond)

详情

展开后加载摘要…

URL PDF HTML 收藏
2507.12284 2025-12-02 cs.SE cs.AI cs.CL 82%

MERA Code: A Unified Framework for Evaluating Code Generation Across Tasks

MERA Code: 一个统一的框架,用于评估跨任务的代码生成

Artem Chervyakov, Alexander Kharitonov, Pavel Zadorozhny, Adamenko Pavel, Rodion Levichev, Dmitrii Vorobev, Dmitrii Salikhov, Aidar Valeev, Alena Pestova, Maria Dziuba, Ilseyar Alimova, Artem Zavgorodnev, Aleksandr Medvedev, Stanislav Moiseev, Elena Bruches, Daniil Grebenkin, Roman Derunets, Vikulov Vladimir, Anton Emelyanov, Dmitrii Babaev, Vladimir V. Ivanov, Valentin Malykh, Alena Fenogenova

机构 * SberAI ITMO University(ITMO大学) MWS AI(MWS人工智能) T-Technologies Rostelecom Siberian Neuronets(西伯利亚神经网络) Skoltech Innopolis University(Innopolis大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

AI总结 MERA Code是一个新的评估框架,专门用于评估代码生成模型在俄语中的实际编程能力,通过11个任务和8种编程语言,提供开源工具和评分系统,以提升代码生成模型的评估标准。

详情

展开后加载摘要…

URL PDF HTML 收藏
2503.12899 2025-12-02 cs.SE cs.CL cs.LG 82%

A Semantic-based Optimization Approach for Repairing LLMs: Case Study on Code Generation

基于语义的优化方法用于修复大语言模型:代码生成的案例研究

Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang

机构 * Monash University(墨尔本大学) Technical University of Munich(慕尼黑技术大学) Chongqing University(重庆大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG

AI总结 本文提出STAR方法,通过基于语义的优化修复大语言模型,提升代码生成的准确性和效率。

Comments 13 pages, 6 figure, 8 tables, camera-ready version

详情

展开后加载摘要…

URL PDF HTML 收藏
2511.13274 2025-11-18 cs.LG cs.AI cs.MA cs.PF cs.SE 82%

KForge: Program Synthesis for Diverse AI Hardware Accelerators

Taras Sereda, Tom St. John, Burak Bartan, Natalie Serrino, Sachin Katti, Zain Asgar

机构 * Anonymous Authors(匿名作者)

专题命中 代码生成 :program synthesis(title,abstract);分类 cs.SE、cs.AI、cs.LG

Comments Under review at MLSys 2026

详情

展开后加载摘要…

URL PDF HTML 收藏
2511.12823 2025-11-18 cs.SE cs.LG cs.PL 82%

Enhancing LLM Code Generation Capabilities through Test-Driven Development and Code Interpreter

Sajed Jalil, Shuvo Saha, Hossain Mohammad Seym

机构 * Apollo Applications Group Reston, VA, USA(Apollo Applications Group) University of Dhaka(达卡大学) Islamic University of Technology(伊斯兰科技大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.LG、cs.PL

Comments AACL-IJCNLP 2025 Workshop BLP Shared Task 2, 6 pages, 7 figures, 3 tables

详情

展开后加载摘要…

URL PDF HTML 收藏
2507.19060 2025-11-18 cs.CR cs.CL cs.LG cs.SE 82%

PurpCode: Reasoning for Safer Code Generation

Jiawei Liu, Nirav Diwan, Zhe Wang, Haoyu Zhai, Xiaona Zhou, Kiet A. Nguyen, Tianjiao Yu, Muntasir Wahed, Yinlin Deng, Hadjer Benkraouda, Yuxiang Wei, Lingming Zhang, Ismini Lourentzou, Gang Wang

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.LG

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.26130 2025-11-06 cs.SE cs.AI cs.LG 82%

Beyond Synthetic Benchmarks: Evaluating LLM Performance on Real-World Class-Level Code Generation

Musfiqur Rahman, SayedHassan Khatoonabadi, Emad Shihab

机构 * Concordia University(康科德大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

Comments Pre-print submitted for reviwer to TOSEM

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.22849 2025-10-28 cs.CL cs.AI cs.LG 82%

Once Upon an Input: Reasoning via Per-Instance Program Synthesis

Adam Stein, Neelay Velingker, Mayur Naik, Eric Wong

机构 * University of Pennsylvania(宾夕法尼亚大学)

专题命中 代码生成 :program synthesis(title,abstract);分类 cs.CL、cs.AI、cs.LG

Comments Accepted at NeurIPS 2025. 34 pages, 7 figures

详情

展开后加载摘要…

URL PDF HTML 收藏
2406.00515 2025-10-28 cs.CL cs.AI cs.SE 82%

A Survey on Large Language Models for Code Generation

Juyong Jiang, Fan Wang, Jiasi Shen, Sungju Kim, Sunghun Kim

机构 * The Hong Kong University of Science and Technology (Guangzhou)(香港科学与技术大学(广州))

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.19116 2025-10-23 cs.CL cs.AI cs.LG 82%

That's Deprecated! Understanding, Detecting, and Steering Knowledge Conflicts in Language Models for Code Generation

Jaesung Bae, Cameron Churchwell, Mitchell Hermon, Tsun-An Hsieh, Jocelyn Xu, Yekaterina Yegorova, Mark Hasegawa-Johnson, Heng Ji

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.LG

详情

展开后加载摘要…

URL PDF HTML 收藏
2403.00046 2025-10-22 cs.SE cs.AI cs.CL 82%

Exploring Data-Efficient Adaptation of Large Language Models for Code Generation

Xue Jiang, Yihong Dong, Zhiyuan Fan, Zhi Jin, Wenpin Jiao, Ge Li

机构 * Key Laboratory of High Confidence Software Technologies (Peking University), Ministry of Education(高可信软件技术重点实验室(北京大学)) School of Computer Science, Peking University, Beijing(计算机学院(北京大学))

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.CL、cs.AI

Comments Accepted by TOSEM

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.17598 2025-10-21 cs.AI cs.CL cs.LG 82%

Reasoning Distillation and Structural Alignment for Improved Code Generation

Amir Jalilifard, Anderson de Rezende Rocha, Marcos Medeiros Raimundo

机构 * Universidade Estadual de Campinas(坎皮纳斯州立大学)

专题命中 代码生成 :code generation(title,abstract);分类 cs.CL、cs.AI、cs.LG

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.10739 2025-10-14 cs.LG cs.AI cs.SE 82%

A Stochastic Differential Equation Framework for Multi-Objective LLM Interactions: Dynamical Systems Analysis with Code Generation Applications

Shivani Shukla, Himanshu Joshi

机构 * University of San Francisco(旧金山大学) Vector Institute for Artificial Intelligence(人工智能向量研究所)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

Comments Peer-reviewed and accepted to the 39th Conference on Neural Information Processing Systems (NeurIPS 2025) DynaFront 2025 Workshop (https://sites.google.com/view/dynafrontneurips25)

详情

展开后加载摘要…

URL PDF HTML 收藏
2510.02387 2025-10-13 cs.SE cs.AI cs.LG 82%

CWM: An Open-Weights LLM for Research on Code Generation with World Models

FAIR CodeGen team, Jade Copet, Quentin Carbonneaux, Gal Cohen, Jonas Gehring, Jacob Kahn, Jannik Kossen, Felix Kreuk, Emily McMilin, Michel Meyer, Yuxiang Wei, David Zhang, Kunhao Zheng, Jordi Armengol-Estapé, Pedram Bashiri, Maximilian Beck, Pierre Chambon, Abhishek Charnalia, Chris Cummins, Juliette Decugis, Zacharias V. Fisches, François Fleuret, Fabian Gloeckle, Alex Gu, Michael Hassid, Daniel Haziza, Badr Youbi Idrissi, Christian Keller, Rahul Kindi, Hugh Leather, Gallil Maimon, Aram Markosyan, Francisco Massa, Pierre-Emmanuel Mazaré, Vegard Mella, Naila Murray, Keyur Muzumdar, Peter O'Hearn, Matteo Pagliardini, Dmitrii Pedchenko, Tal Remez, Volker Seeker, Marco Selvi, Oren Sultan, Sida Wang, Luca Wehrstedt, Ori Yoran, Lingming Zhang, Taco Cohen, Yossi Adi, Gabriel Synnaeve

机构 * Meta FAIR CodeGen Team(FAIR CodeGen团队)

专题命中 代码生成 :code generation(title,abstract);分类 cs.SE、cs.AI、cs.LG

Comments 58 pages

详情

展开后加载摘要…

URL PDF HTML 收藏