English

Evaluating the Performance and Efficiency of Sentence-BERT for Code Comment Classification

Software Engineering 2025-06-16 v1

Abstract

This work evaluates Sentence-BERT for a multi-label code comment classification task seeking to maximize the classification performance while controlling efficiency constraints during inference. Using a dataset of 13,216 labeled comment sentences, Sentence-BERT models are fine-tuned and combined with different classification heads to recognize comment types. While larger models outperform smaller ones in terms of F1, the latter offer outstanding efficiency, both in runtime and GFLOPS. As result, a balance between a reasonable F1 improvement (+0.0346) and a minimal efficiency degradation (+1.4x in runtime and +2.1x in GFLOPS) is reached.

Keywords

Cite

@article{arxiv.2506.08581,
  title  = {Evaluating the Performance and Efficiency of Sentence-BERT for Code Comment Classification},
  author = {Fabian C. Peña and Steffen Herbold},
  journal= {arXiv preprint arXiv:2506.08581},
  year   = {2025}
}

Comments

4th Intl. Workshop on NL-based Software Engineering (NLBSE)

R2 v1 2026-07-01T03:08:42.351Z