paper-with-me

홈 › Papers

Code Recommendation for Open Source Software Developers

2022-10-15 · Yiqiao Jin, Yunsheng Bai, Yanqiao Zhu, Yizhou Sun, Wei Wang

Open Source Software (OSS) is forming the spines of technology infrastructures, attracting millions of talents to contribute. Notably, it is challenging and critical to consider both the developers' interests and the semantic features of the project code to recommend appropriate development tasks to OSS developers. In this paper, we formulate the novel problem of code recommendation, whose purpose is to predict the future contribution behaviors of developers given their interaction history, the semantic features of source code, and the hierarchical file structures of projects. Considering the complex interactions among multiple parties within the system, we propose CODER, a novel graph-based code recommendation framework for open source software developers. CODER jointly models microscopic user-code interactions and macroscopic user-project interactions via a heterogeneous graph and further bridges the two levels of information through aggregation on file-structure graphs that reflect the project hierarchy. Moreover, due to the lack of reliable benchmarks, we construct three large-scale datasets to facilitate future research in this direction. Extensive experiments show that our CODER framework achieves superior performance under various experimental settings, including intra-project, cross-project, and cold-start recommendation. We will release all the datasets, code, and utilities for data retrieval upon the acceptance of this work.

📄 PDF Abstract BibTeX arXiv:2210.08332

Code (1)

Ahren09/CODER 공식 구현 pytorch

Tasks

Graph MiningRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Session-based Social and Dependency-aware Software Recommendation

2021-03-10 · Dengcheng Yan, Tianyi Tang, Wenxin Xie, Yiwen Zhang 외

With the increase of complexity of modern software, social collaborative coding and reuse of open source software packages become more and more popular, which thus greatly enhances the development efficiency and software…

Graph AttentionRecommendation Systems

The Impact of Generative AI on Collaborative Open-Source Software Development: Evidence from GitHub Copilot

2024-10-02 · Fangchen Song, Ashish Agarwal, Wen Wen

Generative artificial intelligence (AI) has opened the possibility of automated content production, including coding in software development, which can significantly influence the participation and performance of softwar…

Recommending More Efficient Workflows to Software Developers

2021-02-06 · Dylan Bates

Existing recommendation systems can help developers improve their software development abilities by recommending new programming tools, such as a refactoring tool or a program navigation tool. However, simply recommendin…

Recommendation Systems

Using Large-scale Heterogeneous Graph Representation Learning for Code Review Recommendations at Microsoft

2022-02-04 · Jiyang Zhang, Chandra Maddila, Ram Bairi, Christian Bird 외

Code review is an integral part of any mature software development process, and identifying the best reviewer for a code change is a well-accepted problem within the software engineering community. Selecting a reviewer w…

Graph Representation LearningManagementRecommendation SystemsRepresentation Learning

Public-private funding models in open source software development: A case study on scikit-learn

2024-04-09 · Cailean Osborne

Governments are increasingly funding open source software (OSS) development to support software security, digital sovereignty, and national competitiveness in science and innovation, amongst others. However, little is kn…