English

Addressing Popularity Bias in Third-Party Library Recommendations Using LLMs

Software Engineering 2025-01-20 v1

Abstract

Recommender systems for software engineering (RSSE) play a crucial role in automating development tasks by providing relevant suggestions according to the developer's context. However, they suffer from the so-called popularity bias, i.e., the phenomenon of recommending popular items that might be irrelevant to the current task. In particular, the long-tail effect can hamper the system's performance in terms of accuracy, thus leading to false positives in the provided recommendations. Foundation models are the most advanced generative AI-based models that achieve relevant results in several SE tasks. This paper aims to investigate the capability of large language models (LLMs) to address the popularity bias in recommender systems of third-party libraries (TPLs). We conduct an ablation study experimenting with state-of-the-art techniques to mitigate the popularity bias, including fine-tuning and popularity penalty mechanisms. Our findings reveal that the considered LLMs cannot address the popularity bias in TPL recommenders, even though fine-tuning and post-processing penalty mechanism contributes to increasing the overall diversity of the provided recommendations. In addition, we discuss the limitations of LLMs in this context and suggest potential improvements to address the popularity bias in TPL recommenders, thus paving the way for additional experiments in this direction.

Keywords

Cite

@article{arxiv.2501.10313,
  title  = {Addressing Popularity Bias in Third-Party Library Recommendations Using LLMs},
  author = {Claudio Di Sipio and Juri Di Rocco and Davide Di Ruscio and Vladyslav Bulhakov},
  journal= {arXiv preprint arXiv:2501.10313},
  year   = {2025}
}

Comments

Accepted at the 1st International Workshop on Fairness in Software Systems, co-located with SANER2025

R2 v1 2026-06-28T21:09:31.457Z