paper-with-me

Papers

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 this work, we address this need by proposing, STACC, a set of SentenceTransformers-based binary classifiers. These lightweight classifiers are trained and tested on the NLBSE Code Comment Classification tool competition dataset, and surpass the baseline by a significant margin, achieving an average F1 score of 0.74 against the baseline of 0.31, which is an improvement of 139%. A replication package, as well as the models themselves, are publicly available.

📄 PDF Abstract BibTeX arXiv:2302.13149

Code (1)

aise-tudelft/stacc

Tasks

Classification

Similar Papers 제목 키워드 기반

Dopamin: Transformer-based Comment Classifiers through Domain Post-Training and Multi-level Layer Aggregation

2024-08-06 · Nam Le Hai, Nghi D. Q. Bui

Code comments provide important information for understanding the source code. They can help developers understand the overall purpose of a function or class, as well as identify bugs and technical debt. However, an over…

Weighted Set-Theoretic Alignment of Comparable Sentences

2017-08-01 · WS 2017 8 · Andoni Azpeitia, Thierry Etchegoyhen, Eva Mart{\'\i}nez Garcia

This article presents the STACCw system for the BUCC 2017 shared task on parallel sentence extraction from comparable corpora. The original STACC approach, based on set-theoretic operations over bags of words, had been p…

Machine TranslationSentence

Transformer-Based Multi-Agent Reinforcement Learning for Networked Systems with Long-Range Interactions

2025-11-17 · Vidur Sinha, Muhammed Ustaomeroglu, Guannan Qu arxiv

Multi-agent reinforcement learning (MARL) has shown promise for large-scale network control, yet existing methods face two major limitations. First, they typically rely on an exponential decay property of agent interacti…

Multi-agent Reinforcement Learning

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 writte…

Language ModelingLanguage ModellingLarge Language Model

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