Natural Language Generation and Understanding of Big Code for AI-Assisted Programming: A Review
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.AI
Journal ref Entropy(2023), 25(6), 888
AI 大模型
代码生成、软件工程智能体、程序修复、测试生成和开发者工具。
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.AI
Journal ref Entropy(2023), 25(6), 888
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.AI
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.AI、cs.LG
Comments Accepted in ICML 2023
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.AI、cs.PL
Comments 40 pages, examples provided for each experiment. arXiv admin note: text overlap with arXiv:2107.03374 by other authors
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.LG、cs.PL
Comments 26 pages, preprint
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.AI、cs.LG
Comments 10 pages, 8 tables, 4 figures
专题命中 代码生成 :program synthesis(abstract);分类 cs.SE、cs.CL、cs.LG
Comments ICLR 2023. v3: camera-ready that includes PLBART and OpenAI baselines
专题命中 代码生成 :program synthesis(abstract);分类 cs.SE、cs.LG、cs.PL
Comments Published in the proceedings of SPIN 2023
专题命中 代码生成 :program synthesis(abstract);分类 cs.CL、cs.AI、cs.LG
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.LG
Comments Accepted as a conference paper in ICSE 2023
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.AI、cs.LG
专题命中 代码生成 :program synthesis(abstract);分类 cs.CL、cs.AI、cs.LG
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.AI
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.AI、cs.LG
Comments Published at NeurIPS 2022
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.LG
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.PL
Comments EMNLP 2022 Findings
专题命中 代码生成 :program synthesis(abstract);分类 cs.CL、cs.AI、cs.LG
Comments appeared in Thirty-eighth International Conference on Machine Learning (ICML 2021)
专题命中 代码生成 :program synthesis(abstract);分类 cs.AI、cs.LG、cs.PL
Comments NeurIPS 2021. 53 pages, 16 figures, 12 tables. Website at https://clvrai.github.io/leaps/
专题命中 代码生成 :program synthesis(abstract);分类 cs.CL、cs.AI、cs.LG
Comments Main paper: 10 pages, References: 3 pages, Appendix: 7 pages
专题命中 代码生成 :code generation(abstract);分类 cs.SE、cs.CL、cs.LG
Comments NeurIPS 2021. Code and the APPS dataset is available at https://github.com/hendrycks/apps
专题命中 代码生成 :program synthesis(abstract);分类 cs.SE、cs.LG、cs.PL
Comments Published in ICML 2021
专题命中 代码生成 :program synthesis(abstract);分类 cs.AI、cs.LG、cs.PL
Comments ICLR 2021
专题命中 代码生成 :program synthesis(abstract);分类 cs.AI、cs.LG、cs.PL
Comments Published in Advances in Neural Information Processing Systems (NeurIPS) 2019
专题命中 代码生成 :code model(abstract);分类 cs.SE、cs.LG、cs.PL
专题命中 代码生成 :program synthesis(abstract);分类 cs.AI、cs.LG、cs.PL
Comments AAAI 2019
专题命中 代码生成 :program synthesis(abstract);分类 cs.AI、cs.LG、cs.PL
Comments Published as a conference paper at ICLR 2018
专题命中 代码生成 :program synthesis(abstract);分类 cs.CL、cs.AI、cs.PL
Comments 9 pages, 3 figures, ICLR workshop
在大规模文档集合中导航:MuDABench用于多文档分析问答
机构 * State Key Laboratory of AI Safety, Institute of Computing Technology, Chinese Academy of Sciences (CAS)(人工智能安全国家重点实验室,计算技术研究所,中国科学院) ; University of Chinese Academy of Sciences(中国科学院大学) ; Wenlan School of Business, Zhongnan University of Economics and Law(中南财经政法大学文澜商学院)
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.AI;repository(comments)
AI总结 本文提出在大规模半结构化文档集合上进行分析问答的任务,介绍了MuDABench多文档分析问答基准,要求跨多个文档提取和综合信息以进行定量分析,实验发现标准RAG系统表现不佳,提出多代理工作流以提升性能。
Comments Findings of ACL 2026. The camera-ready version corrects some labeling errors. The accompanying repository is continuously updated based on community feedback; for the most up-to-date implementation and results, please refer to the repository
机构 * Microsoft(微软公司) ; Shanghai Artificial Intelligence Laboratory(上海人工智能实验室) ; Peking University(北京大学)
专题命中 代码生成 :code generation(abstract);分类 cs.CL、cs.AI;repository(comments)
Comments The collection of papers reviewed in this survey will be hosted and regularly updated on the GitHub repository: https://github.com/vyokky/LLM-Brained-GUI-Agents-Survey Additionally, a searchable webpage is available at https://aka.ms/gui-agent for easier access and exploration
探测预填充:通过潜在激活检测代码漏洞
专题命中 代码生成 :code generation(abstract);分类 cs.AI、cs.LG
AI总结 该研究从四个LLM提取预填充标记激活训练MLP探测器,在四个代码漏洞基准上实现平均F1值41.7%,证明LLM自身代码表示含漏洞信息,为轻量原生筛查提供方向。