咨询与建议

限定检索结果

文献类型

  • 30 篇 会议
  • 23 篇 期刊文献

馆藏范围

  • 53 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 53 篇 工学
    • 39 篇 计算机科学与技术...
    • 37 篇 软件工程
    • 17 篇 电气工程
    • 4 篇 信息与通信工程
  • 1 篇 理学
    • 1 篇 物理学

主题

  • 53 篇 source code summ...
  • 14 篇 program comprehe...
  • 10 篇 neural networks
  • 9 篇 automatic docume...
  • 8 篇 deep learning
  • 6 篇 documentation ge...
  • 5 篇 transformer
  • 4 篇 software enginee...
  • 4 篇 natural language...
  • 3 篇 graph neural net...
  • 3 篇 task analysis
  • 3 篇 java
  • 3 篇 codes
  • 3 篇 ai in se
  • 3 篇 source coding
  • 2 篇 machine translat...
  • 2 篇 code comment gen...
  • 2 篇 reinforcement le...
  • 2 篇 algorithms
  • 2 篇 natural language...

机构

  • 8 篇 univ notre dame ...
  • 6 篇 nanjing univ sta...
  • 3 篇 univ notre dame ...
  • 3 篇 shandong normal ...
  • 2 篇 beijing univ tec...
  • 2 篇 jiangxi normal u...
  • 2 篇 ibm res yorktown...
  • 2 篇 tianjin univ col...
  • 2 篇 univ notre dame ...
  • 2 篇 nanjing univ aer...
  • 2 篇 sharif univ tech...
  • 2 篇 birkbeck univ lo...
  • 2 篇 jiangxi normal u...
  • 1 篇 fudan univ sch c...
  • 1 篇 nanjing univ sof...
  • 1 篇 univ nacl colomb...
  • 1 篇 univ edinburgh s...
  • 1 篇 univ milano bico...
  • 1 篇 cent china norma...
  • 1 篇 hong kong polyte...

作者

  • 15 篇 mcmillan collin
  • 8 篇 bansal aakash
  • 5 篇 haque sakib
  • 4 篇 mcburney paul w.
  • 3 篇 leclair alexande...
  • 3 篇 su chia-yi
  • 3 篇 lyu chen
  • 3 篇 luo bin
  • 2 篇 yildiz eren
  • 2 篇 ekin emine
  • 2 篇 zhang hongyu
  • 2 篇 huang yu
  • 2 篇 ge jidong
  • 2 篇 shen juanjuan
  • 2 篇 lei gang
  • 2 篇 cao yuanlong
  • 2 篇 lee jee-hyong
  • 2 篇 moreno laura
  • 2 篇 vijay-shanker k.
  • 2 篇 li chuanyi

语言

  • 52 篇 英文
  • 1 篇 土耳其文
检索条件"主题词=Source Code Summarization"
53 条 记 录,以下是21-30 订阅
排序:
Project-Level Encoding for Neural source code summarization of Subroutines  29
Project-Level Encoding for Neural Source Code Summarization ...
收藏 引用
29th IEEE/ACM International Conference on Program Comprehension (ICPC) / 18th IEEE/ACM International Conference on Mining Software Repositories (MSR)
作者: Bansal, Aakash Haque, Sakib McMillan, Collin Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA
source code summarization of a subroutine is the task of writing a short, natural language description of that subroutine. The description usually serves in documentation aimed at programmers, where even brief phrase ... 详细信息
来源: 评论
Retrieval-based Neural source code summarization  20
Retrieval-based Neural Source Code Summarization
收藏 引用
42nd ACM/IEEE International Conference on Software Engineering - Companion Proceedings (ICSE-Companion) / 42nd ACM/IEEE International Conference on Software Engineering - Software Engineering in Practice (ICSE-SEIP)
作者: Zhang, Jian Wang, Xu Zhang, Hongyu Sun, Hailong Liu, Xudong Beihang Univ SKLSDE Lab Beijing Peoples R China Univ Newcastle Callaghan NSW Australia
source code summarization aims to automatically generate concise summaries of source code in natural language texts, in order to help developers better understand and maintain source code. Traditional work generates a... 详细信息
来源: 评论
Autofolding for source code summarization
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2017年 第12期43卷 1095-1109页
作者: Fowkes, Jaroslav Chanthirasegaran, Pankajan Ranca, Razvan Allamanis, Miltiadis Lapata, Mirella Sutton, Charles Univ Edinburgh Sch Informat Edinburgh EH8 9AB Midlothian Scotland Tractable Oval Off 11-12 Oval London E2 9DT England
Developers spend much of their time reading and browsing source code, raising new opportunities for summarization methods. Indeed, modern code editors provide code folding, which allows one to selectively hide blocks ... 详细信息
来源: 评论
Automatic source code summarization of Context for Java Methods
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2016年 第2期42卷 103-119页
作者: McBurney, Paul W. McMillan, Collin Univ Notre Dame Coll Comp Sci & Engn Notre Dame IN 46556 USA Univ Notre Dame Comp Sci South Bend VA USA
source code summarization is the task of creating readable summaries that describe the functionality of software. source code summarization is a critical component of documentation generation, for example as Javadocs ... 详细信息
来源: 评论
Automated feature discovery via sentence selection and source code summarization
收藏 引用
JOURNAL OF SOFTWARE-EVOLUTION AND PROCESS 2016年 第2期28卷 120-145页
作者: McBurney, Paul W. Liu, Cheng McMillan, Collin Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA
Programs are, in essence, a collection of implemented features. Feature discovery in software engineering is the task of identifying key functionalities that a program implements. Manual feature discovery can be time ... 详细信息
来源: 评论
Automatic Documentation Generation via source code summarization  37
Automatic Documentation Generation via Source Code Summariza...
收藏 引用
IEEE/ACM 2nd International Workshop on Software Architecture and Metrics (SAM)
作者: McBurney, Paul W. Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA
Programmers need software documentation. However, documentation is expensive to produce and maintain, and often becomes outdated over time. Programmers often lack the time and resources to write documentation. Therefo... 详细信息
来源: 评论
Context-aware code summarization with multi-relational graph neural network
收藏 引用
AUTOMATED SOFTWARE ENGINEERING 2025年 第1期32卷 1-26页
作者: Wang, Yanlin Shi, Ensheng Du, Lun Yang, Xiaodi Hu, Yuxuan Wang, Yanli Guo, Daya Han, Shi Zhang, Hongyu Zhang, Dongmei Sun Yat Sen Univ Guangzhou Peoples R China Xi An Jiao Tong Univ Xian Peoples R China Microsoft Res Asia Beijing Peoples R China Univ Hong Kong Hong Kong Peoples R China Beijing Univ Technol Beijing Peoples R China Chongqing Univ Chongqing Peoples R China
source code summaries are short natural language descriptions of code snippets that help developers better understand and maintain source code. There has been a surge of work on automatic code summarization to reduce ... 详细信息
来源: 评论
Leveraging meta-data of code for adapting prompt tuning for code summarization
收藏 引用
APPLIED INTELLIGENCE 2025年 第2期55卷 1-15页
作者: Jiang, Zhihua Wang, Di Rao, Dongning Jinan Univ Dept Comp Sci 601 West Huangpu Ave Guangzhou 510632 Guangdong Peoples R China Guangdong Univ Technol Sch Comp 100 Waihuan West Rd Guangzhou 510006 Guangdong Peoples R China
Prompt tuning alleviates the gap between pre-training and fine-tuning and achieves promising results in various natural language processing (NLP) tasks. However, it is nontrivial for adapting prompt tuning in intellig... 详细信息
来源: 评论
Programmer Visual Attention During Context-Aware code summarization
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2025年 第5期51卷 1524-1537页
作者: Wallace, Robert Bansal, Aakash Karas, Zachary Tang, Ningzhi Huang, Yu Jia-Jun Li, Toby McMillan, Collin Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA Vanderbilt Univ Dept Comp Sci Nashville TN 37235 USA
Programmer attention represents the visual focus of programmers on parts of the source code in pursuit of programming tasks. The focus of current research in modeling this programmer attention has been on using mouse ... 详细信息
来源: 评论
Evaluating source code summarization Techniques: Replication and Expansion
Evaluating Source Code Summarization Techniques: Replication...
收藏 引用
IEEE 21st International Conference on Program Comprehension (ICPC)
作者: Eddy, Brian P. Robinson, Jeffrey A. Kraft, Nicholas A. Carver, Jeffrey C. Univ Alabama Dept Comp Sci Tuscaloosa AL 35487 USA
During software evolution a developer must investigate source code to locate then understand the entities that must be modified to complete a change task. To help developers in this task, Haiduc et al. proposed text s... 详细信息
来源: 评论