paper-with-me

Papers Code Summarization

“Code Summarization” 태그가 달린 논문 163편 · 필터 해제

Model Editing for LLMs4Code: How Far are We?

2024-11-11 · Xiaopeng Li, Shangwen Wang, Shasha Li, Jun Ma 외

Large Language Models for Code (LLMs4Code) have been found to exhibit outstanding performance in the software engineering domain, especially the remarkable performance in coding tasks. However, even the most advanced LLM…

16kCode GenerationCode SummarizationContrastive Learning+5

GeoCode-GPT: A Large Language Model for Geospatial Code Generation Tasks

2024-10-22 · Shuyang Hou, Zhangxiao Shen, Anqi Zhao, Jianyuan Liang 외

The increasing demand for spatiotemporal data and modeling tasks in geosciences has made geospatial code generation technology a critical factor in enhancing productivity. Although large language models (LLMs) have demon…

Code GenerationCode SummarizationHallucinationLanguage Modeling+4

Building A Coding Assistant via the Retrieval-Augmented Language Model

2024-10-21 · Xinze Li, Hanbin Wang, Zhenghao Liu, Shi Yu 외

Pretrained language models have shown strong effectiveness in code-related tasks, such as code retrieval, code generation, code summarization, and code completion tasks. In this paper, we propose COde assistaNt viA retri…

Code CompletionCode GenerationCode SummarizationLanguage Modeling+3

ETF: An Entity Tracing Framework for Hallucination Detection in Code Summaries

2024-10-17 · Kishan Maharaj, Vitobha Munigala, Srikanth G. Tamilselvam, Prince Kumar 외

Recent advancements in large language models (LLMs) have significantly enhanced their ability to understand both natural language and code, driving their use in tasks like natural language-to-code (NL2Code) and code summ…

Code SummarizationHallucination

Do Current Language Models Support Code Intelligence for R Programming Language?

2024-10-10 · Zixiao Zhao, Fatemeh H. Fard

Recent advancements in developing Pre-trained Language Models for Code (Code-PLMs) have urged many areas of Software Engineering (SE) and brought breakthrough results for many SE tasks. Though these models have achieved …

Code SummarizationMethod name prediction

TACO-RL: Task Aware Prompt Compression Optimization with Reinforcement Learning

2024-09-19 · Shivam Shandilya, Menglin Xia, Supriyo Ghosh, Huiqiang Jiang 외

The increasing prevalence of large language models (LLMs) such as GPT-4 in various applications has led to a surge in the size of prompts required for optimal performance, leading to challenges in computational efficienc…

Code SummarizationComputational EfficiencyQuestion Answeringreinforcement-learning+5

Icing on the Cake: Automatic Code Summarization at Ericsson

2024-08-19 · Giriprasad Sridhara, Sujoy Roychowdhury, Sumit Soman, Ranjani H G 외

This paper presents our findings on the automatic summarization of Java methods within Ericsson, a global telecommunications company. We evaluate the performance of an approach called Automatic Semantic Augmentation of P…

Code SummarizationInformation RetrievalLarge Language ModelRetrieval

XMainframe: A Large Language Model for Mainframe Modernization

2024-08-05 · Anh T. V. Dau, Hieu Trung Dao, Anh Tuan Nguyen, Hieu Trung Tran 외

Mainframe operating systems, despite their inception in the 1940s, continue to support critical sectors like finance and government. However, these systems are often viewed as outdated, requiring extensive maintenance an…

Code SummarizationLanguage ModelingLanguage ModellingLarge Language Model+3

DeepCodeProbe: Towards Understanding What Models Trained on Code Learn

2024-07-11 · Vahid Majdinasab, Amin Nikanjam, Foutse khomh

Machine learning models trained on code and related artifacts offer valuable support for software maintenance but suffer from interpretability issues due to their complex internal variables. These concerns are particular…

Clone DetectionCode SummarizationComment GenerationDecision Making+1

Source Code Summarization in the Era of Large Language Models

2024-07-09 · Weisong Sun, Yun Miao, Yuekang Li, Hongyu Zhang 외

To support software developers in understanding and maintaining programs, various automatic (source) code summarization techniques have been proposed to generate a concise natural language summary (i.e., comment) for a g…

Code SummarizationSource Code Summarization

InverseCoder: Self-improving Instruction-Tuned Code LLMs with Inverse-Instruct

2024-07-08 · Yutong Wu, Di Huang, Wenxuan Shi, Wei Wang 외

Recent advancements in open-source code large language models (LLMs) have been driven by fine-tuning on the data generated from powerful closed-source LLMs, which are expensive to obtain. This paper explores whether it i…

Code GenerationCode SummarizationData AugmentationHumanEval+2

An Empirical Study on Capability of Large Language Models in Understanding Code Semantics

2024-07-04 · Thu-Trang Nguyen, Thanh Trong Vu, Hieu Dinh Vo, Son Nguyen

Large Language Models for Code (code LLMs) have demonstrated remarkable performance across various software engineering (SE) tasks, increasing the application of code LLMs in software development. Despite the success of …

Code SummarizationMethod name predictionSensitivity

ESALE: Enhancing Code-Summary Alignment Learning for Source Code Summarization

2024-07-01 · Chunrong Fang, Weisong Sun, Yuchen Chen, Xiao Chen 외

(Source) code summarization aims to automatically generate succinct natural language summaries for given code snippets. Such summaries play a significant role in promoting developers to understand and maintain code. Insp…

Code SummarizationDecoderLanguage ModelingLanguage Modelling+4

MALSIGHT: Exploring Malicious Source Code and Benign Pseudocode for Iterative Binary Malware Summarization

2024-06-26 · Haolang Lu, Hongrui Peng, Guoshun Nan, Jiaoyang Cui 외

Binary malware summarization aims to automatically generate human-readable descriptions of malware behaviors from executable files, facilitating tasks like malware cracking and detection. Previous methods based on Large …

Code Summarization

Large Language Models for Code Summarization

2024-05-29 · Balázs Szalontai, Gergő Szalay, Tamás Márton, Anna Sike 외

Recently, there has been increasing activity in using deep learning for software engineering, including tasks like code generation and summarization. In particular, the most recent coding Large Language Models seem to pe…

Code GenerationCode Summarization

AutoCoder: Enhancing Code Large Language Model with \textsc{AIEV-Instruct}

2024-05-23 · Bin Lei, Yuchen Li, Qiuwu Chen

We introduce AutoCoder, the first Large Language Model to surpass GPT-4 Turbo (April 2024) and GPT-4o in pass@1 on the Human Eval benchmark test ($\mathbf{90.9\%}$ vs. $\mathbf{90.2\%}$). In addition, AutoCoder offers a …

Class-level Code GenerationCode CompletionCode GenerationCode Repair+8

On Training a Neural Network to Explain Binaries

2024-04-30 · Alexander Interrante-Grant, Andy Davis, Heather Preslier, Tim Leek

In this work, we begin to investigate the possibility of training a deep neural network on the task of binary code understanding. Specifically, the network would take, as input, features derived directly from binaries an…

Code SummarizationDiagnosticSource Code Summarization

Calibration of Large Language Models on Code Summarization

2024-04-30 · Yuvraj Virk, Premkumar Devanbu, Toufique Ahmed

A brief, fluent, and relevant summary can be helpful during program comprehension; however, such a summary does require significant human effort to produce. Often, good summaries are unavailable in software projects, whi…

Code Summarization

Analyzing the Performance of Large Language Models on Code Summarization

2024-04-10 · Rajarshi Haldar, Julia Hockenmaier

Large language models (LLMs) such as Llama 2 perform very well on tasks that involve both natural language and source code, particularly code summarization and code generation. We show that for the task of code summariza…

Code GenerationCode Summarization

CSA-Trans: Code Structure Aware Transformer for AST

2024-04-07 · Saeyoon Oh, Shin Yoo

When applying the Transformer architecture to source code, designing a good self-attention mechanism is critical as it affects how node relationship is extracted from the Abstract Syntax Trees (ASTs) of the source code. …

Code SummarizationStochastic Block Model
← 이전 21–40 / 163 다음 →