Modeling Review History for Reviewer Recommendation:A Hypergraph Approach
Guoping Rong, Yifan Zhang, Lanxin Yang, Fuli Zhang, Hongyu Kuang, He, Zhang

TL;DR
This paper introduces HGRec, a hypergraph-based reviewer recommendation model for open source projects that better captures complex review interactions, improving accuracy and diversity of recommendations.
Contribution
It presents the first hypergraph-based approach for modeling review history, enhancing reviewer recommendation accuracy and diversity in open source software development.
Findings
HGRec outperforms existing recommenders in accuracy.
HGRec provides more diverse reviewer recommendations.
Hypergraph modeling is effective for complex review relationships.
Abstract
Modern code review is a critical and indispensable practice in a pull-request development paradigm that prevails in Open Source Software (OSS) development. Finding a suitable reviewer in projects with massive participants thus becomes an increasingly challenging task. Many reviewer recommendation approaches (recommenders) have been developed to support this task which apply a similar strategy, i.e. modeling the review history first then followed by predicting/recommending a reviewer based on the model. Apparently, the better the model reflects the reality in review history, the higher recommender's performance we may expect. However, one typical scenario in a pull-request development paradigm, i.e. one Pull-Request (PR) (such as a revision or addition submitted by a contributor) may have multiple reviewers and they may impact each other through publicly posted comments, has not been…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Software Engineering Techniques and Practices · Open Source Software Innovations
