paper-with-me

홈 › Papers

Semantically-enhanced Topic Recommendation System for Software Projects

2022-05-31 · Maliheh Izadi, Mahtab Nejati, Abbas Heydarnoori

Software-related platforms have enabled their users to collaboratively label software entities with topics. Tagging software repositories with relevant topics can be exploited for facilitating various downstream tasks. For instance, a correct and complete set of topics assigned to a repository can increase its visibility. Consequently, this improves the outcome of tasks such as browsing, searching, navigation, and organization of repositories. Unfortunately, assigned topics are usually highly noisy, and some repositories do not have well-assigned topics. Thus, there have been efforts on recommending topics for software projects, however, the semantic relationships among these topics have not been exploited so far. We propose two recommender models for tagging software projects that incorporate the semantic relationship among topics. Our approach has two main phases; (1) we first take a collaborative approach to curate a dataset of quality topics specifically for the domain of software engineering and development. We also enrich this data with the semantic relationships among these topics and encapsulate them in a knowledge graph we call SED-KGraph. Then, (2) we build two recommender systems; The first one operates only based on the list of original topics assigned to a repository and the relationships specified in our knowledge graph. The second predictive model, however, assumes there are no topics available for a repository, hence it proceeds to predict the relevant topics based on both textual information of a software project and SED-KGraph. We built SED-KGraph in a crowd-sourced project with 170 contributors from both academia and industry. The experiment results indicate that our solutions outperform baselines that neglect the semantic relationships among topics by at least 25% and 23% in terms of ASR and MAP metrics.

📄 PDF Abstract BibTeX arXiv:2206.00085

Code (1)

mahtab-nejati/kgrec 공식 구현

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Stuck? No worries!: Task-aware Command Recommendation and Proactive Help for Analysts

2019-06-21 · Aadhavan M. Nambhi, Bhanu Prakash Reddy, Aarsh Prakash Agarwal, Gaurav Verma 외

Data analytics software applications have become an integral part of the decision-making process of analysts. Users of such a software face challenges due to insufficient product and domain knowledge, and find themselves…

Decision Making

Topic-Enhanced Memory Networks for Personalised Point-of-Interest Recommendation

2019-05-19 · Xiao Zhou, Cecilia Mascolo, Zhongxiang Zhao

Point-of-Interest (POI) recommender systems play a vital role in people's lives by recommending unexplored POIs to users and have drawn extensive attention from both academia and industry. Despite their value, however, t…

Recommendation SystemsSequential Recommendation

What Makes an Ideal Quote? Recommending "Unexpected yet Rational" Quotations via Novelty

2025-12-15 · Bowei Zhang, Jin Xiao, Guanglei Yue, Qianyu He 외 arxiv

Quotation recommendation aims to enrich writing by suggesting quotes that complement a given context, yet existing systems mostly optimize surface-level topical relevance and ignore the deeper semantic and aesthetic prop…

Towards Leveraging Large Language Model Summaries for Topic Modeling in Source Code

2025-04-24 · Michele Carissimi, Martina Saletta, Claudio Ferretti

Understanding source code is a topic of great interest in the software engineering community, since it can help programmers in various tasks such as software maintenance and reuse. Recent advances in large language model…

Code SearchLanguage ModelingLanguage ModellingLarge Language Model

LEGION: Harnessing Pre-trained Language Models for GitHub Topic Recommendations with Distribution-Balance Loss

2024-03-09 · Yen-Trang Dang, Thanh-Le Cong, Phuc-Thanh Nguyen, Anh M. T. Bui 외

Open-source development has revolutionized the software industry by promoting collaboration, transparency, and community-driven innovation. Today, a vast amount of various kinds of open-source software, which form networ…