咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 52 篇 工学
    • 38 篇 计算机科学与技术...
    • 36 篇 软件工程
    • 16 篇 电气工程
    • 4 篇 信息与通信工程
  • 1 篇 理学
    • 1 篇 物理学

主题

  • 52 篇 source code summ...
  • 14 篇 program comprehe...
  • 9 篇 neural networks
  • 8 篇 deep learning
  • 8 篇 automatic docume...
  • 6 篇 documentation ge...
  • 5 篇 transformer
  • 4 篇 software enginee...
  • 4 篇 natural language...
  • 3 篇 graph neural net...
  • 3 篇 task analysis
  • 3 篇 ai in se
  • 2 篇 machine translat...
  • 2 篇 code comment gen...
  • 2 篇 reinforcement le...
  • 2 篇 natural language...
  • 2 篇 tree-based neura...
  • 2 篇 java
  • 2 篇 optimization
  • 2 篇 syntactics

机构

  • 7 篇 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...

作者

  • 14 篇 mcmillan collin
  • 7 篇 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 篇 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
  • 2 篇 choi yunseok

语言

  • 51 篇 英文
  • 1 篇 土耳其文
检索条件"主题词=Source code summarization"
52 条 记 录,以下是31-40 订阅
排序:
A Multi-Module Based Method for Generating Natural Language Descriptions of code Fragments
收藏 引用
IEEE ACCESS 2021年 9卷 21579-21592页
作者: Gao, Xuejian Jiang, Xue Wu, Qiong Wang, Xiao Lyu, Lei Lyu, Chen Shandong Normal Univ Sch Informat Sci & Engn Jinan 250014 Peoples R China
code fragment natural language description generation, also known as code summarization, refers to obtaining a natural language sequence describing a given code fragment's functionality. It is broadly agreed that ... 详细信息
来源: 评论
An empirical study of the textual similarity between source code and source code summaries
收藏 引用
EMPIRICAL SOFTWARE ENGINEERING 2016年 第1期21卷 17-42页
作者: McBurney, Paul W. McMillan, Collin Univ Notre Dame Dept Comp Sci & Engn Notre Dame IN 46556 USA
source code documentation often contains summaries of source code written by authors. Recently, automatic source code summarization tools have emerged that generate summaries without requiring author intervention. The... 详细信息
来源: 评论
Grading Programming Assignments by summarization  24
Grading Programming Assignments by Summarization
收藏 引用
ACM Turing Award Celebration Conference (ACM-TURC)
作者: Dong, Dong Liang, Yue Hebei Normal Univ Coll Comp & Cyber Secur Shijiazhuang Peoples R China
Grading programming assignments manually is a big burden for instructors who teach programming languages for university students due to complexity and subjectivity. The black test approach adopted by online judge syst... 详细信息
来源: 评论
Automatically Generating code Comment Using Heterogeneous Graph Neural Networks  29
Automatically Generating Code Comment Using Heterogeneous Gr...
收藏 引用
29th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)
作者: Jin, Dun Liu, Peiyu Zhu, Zhenfang Shandong Normal Univ Sch Informat Sci & Engn Jinan Peoples R China Shandong Jiao Tong Univ Sch Informat Sci & Elect Engn Jinan Peoples R China
code summarization aims to generate readable summaries that describe the functionality of source code pieces. The main purpose of the code summarization is to help software developers understand the code and save thei... 详细信息
来源: 评论
Creating Important Statement Type Comments in Autocomment: Automatic Comment Generation Framework  3
Creating Important Statement Type Comments in Autocomment: A...
收藏 引用
3rd International Conference on Computer Science and Engineering (UBMK)
作者: Yildiz, Eren Ekin, Emine Huawei Huawei Turkcy R&D Ctr Istanbul Turkey Isik Univ Dept Comp Engn Istanbul Turkey
This study explains important statement comments generated by Autocomment, which is an automatic comment generation framework described in [1]. To create the comments, the source code is not expected to be runnable, b... 详细信息
来源: 评论
Automatic Comment Generation using only source code  25
Automatic Comment Generation using only Source Code
收藏 引用
25th Signal Processing and Communications Applications Conference (SIU)
作者: Yildiz, Eren Ekin, Emine Isik Univ Bilgisayar Muhendisligi Bolumu Istanbul Turkey
In this study, automatic comment generation for Java methods is described. It is sufficient that the codes conform to the syntax rules of the Java programming language, and it is not expected to be runnable. In order ... 详细信息
来源: 评论
A Simple Retrieval-based Method for code Comment Generation  29
A Simple Retrieval-based Method for Code Comment Generation
收藏 引用
29th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)
作者: Zhu, Xiaoning Sha, Chaofeng Niu, Junyu Fudan Univ Sch Comp Sci Shanghai Peoples R China Fudan Univ Shanghai Key Lab Data Sci Shanghai Peoples R China
code comments can effectively help developers comprehend programs. However, it is a challenging and time consuming task to write good comments for source code. Therefore, automatic generation of code comments is a pro... 详细信息
来源: 评论
Evaluating code summarization with Improved Correlation with Human Assessment  21
Evaluating Code Summarization with Improved Correlation with...
收藏 引用
21st IEEE International Conference on Software Quality, Reliability and Security (QRS)
作者: Shen, Juanjuan Zhou, Yu Wang, Yongchao Chen, Xiang Han, Tingting Chen, Taolue Nanjing Univ Aeronaut & Astronaut Coll Comp Sci & Technol Nanjing Peoples R China Nantong Univ Sch Informat Sci & Technol Nantong Peoples R China Birkbeck Univ London Dept Comp Sci London England Nanjing Univ State Key Lab Novel Software Technol Nanjing Peoples R China
code summarization aims to automatically generate functionality descriptions of code snippets. Faithful metrics are needed to measure to which degree the machine generated summaries capture the semantics of the code s... 详细信息
来源: 评论
AST-Transformer: Encoding Abstract Syntax Trees Efficiently for code summarization  36
AST-Transformer: Encoding Abstract Syntax Trees Efficiently ...
收藏 引用
36th IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Tang, Ze Li, Chuanyi Ge, Jidong Shen, Xiaoyu Zhu, Zheling Luo, Bin Nanjing Univ State Key Lab Novel Software Technol Nanjing Jiangsu Peoples R China Saarland Informat Campus Saarbrucken Germany
code summarization aims to generate brief natural language descriptions for source code. As source code is highly structured and follows strict programming language grammars, its Abstract Syntax Tree (AST) is often le... 详细信息
来源: 评论
Automatic Generation of Natural Language Summaries for Java Classes
Automatic Generation of Natural Language Summaries for Java ...
收藏 引用
IEEE 21st International Conference on Program Comprehension (ICPC)
作者: Moreno, Laura Aponte, Jairo Sridhara, Giriprasad Marcus, Andrian Pollock, Lori Vijay-Shanker, K. Wayne State Univ Detroit MI 48202 USA Univ Nacl Colombia Bogota Colombia IBM Res India Bangalore Karnataka India Univ Delaware Newark DE 19716 USA
Most software engineering tasks require developers to understand parts of the source code. When faced with unfamiliar code, developers often rely on (internal or external) documentation to gain an overall understandin... 详细信息
来源: 评论