paper-with-me

Papers

Enhancing Binary Code Comment Quality Classification: Integrating Generative AI for Improved Accuracy

2023-10-14 · Rohith Arumugam S, Angel Deborah S

This report focuses on enhancing a binary code comment quality classification model by integrating generated code and comment pairs, to improve model accuracy. The dataset comprises 9048 pairs of code and comments written in the C programming language, each annotated as "Useful" or "Not Useful." Additionally, code and comment pairs are generated using a Large Language Model Architecture, and these generated pairs are labeled to indicate their utility. The outcome of this effort consists of two classification models: one utilizing the original dataset and another incorporating the augmented dataset with the newly generated code comment pairs and labels.

📄 PDF Abstract BibTeX arXiv:2310.11467

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Leveraging Generative AI: Improving Software Metadata Classification with Generated Code-Comment Pairs

2023-10-14 · Samah Syed, Angel Deborah S

In software development, code comments play a crucial role in enhancing code comprehension and collaboration. This research paper addresses the challenge of objectively classifying code comments as "Useful" or "Not Usefu…

Language ModellingLarge Language Model

Pre-Training Representations of Binary Code Using Contrastive Learning

2022-10-11 · Yifan Zhang, Chen Huang, Yueke Zhang, Kevin Cao 외

Binary code analysis and comprehension is critical to applications in reverse engineering and computer security tasks where source code is not available. Unfortunately, unlike source code, binary code lacks semantics and…

Code SummarizationComputer SecurityContrastive LearningRepresentation Learning+1

STACC: Code Comment Classification using SentenceTransformers

2023-02-25 · Ali Al-Kaswan, Maliheh Izadi, Arie van Deursen

Code comments are a key resource for information about software artefacts. Depending on the use case, only some types of comments are useful. Thus, automatic approaches to classify these comments have been proposed. In t…

Classification

Software Metadata Classification based on Generative Artificial Intelligence

2023-10-14 · Seetharam Killivalavan, Durairaj Thenmozhi

This paper presents a novel approach to enhance the performance of binary code comment quality classification models through the application of Generative Artificial Intelligence (AI). By leveraging the OpenAI API, a dat…

ClassificationLanguage ModelingLanguage ModellingLarge Language Model

Interpretable Multi Labeled Bengali Toxic Comments Classification using Deep Learning

2023-04-08 · Tanveer Ahmed Belal, G. M. Shahariar, Md. Hasanul Kabir

This paper presents a deep learning-based pipeline for categorizing Bengali toxic comments, in which at first a binary classification model is used to determine whether a comment is toxic or not, and then a multi-label c…

Binary ClassificationClassificationDeep LearningFeature Importance