遇见数据集

The Good First Issue Recommendation Dataset from "GFI-Bot: Automated Good First Issue Recommendation on GitHub"

收藏
Zenodo2022-06-20 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

This is a good first issue (GFI) recommendation dataset created from the GFI-Bot project (https://github.com/osslab-pku/gfi-bot). For more information about the GFI recommendation problem and GFI-Bot, please check our publications: Wenxin Xiao, Hao He, Weiwei Xu, Xin Tan, Jinhao Dong, and Minghui Zhou. 2022. Recommending Good First Issues in GitHub OSS Projects. In Proceedings of the 44th International Conference on Software Engineering, ICSE 2022, Pittsburgh, PA, USA, May 21–29, 2022. ACM. https://hehao98.github.io/files/2022-recgfi.pdf Hao He, Haonan Su, Wenxin Xiao, Runzhi He, and Minghui Zhou. 2022. GFI-Bot: Automated Good First Issue Recommendation on GitHub. Currently Under Review at the ESEC/FSE 2022 Demonstration Track. https://hehao98.github.io/files/2022-gfibot.pdf The dataset is a MongoDB dump and needs to be restored to a MongoDB instance before use. This can be done via the official <code>mongorestore</code> tool by running a command like this in the <code>dataset/</code> folder: <pre><code class="language-bash">mongorestore --uri={{ your mongodb url }} --gzip </code></pre> In the <code>gfibot.dataset</code> collection, each document describes the state of an issue at a certain time (either at the time of issue creation or at the time of issue resolution). The <code>resolver_commit_num</code> is the ground truth label (i.e., # of commits the issue resolver has made in the repository before issue resolution, excluding commits for resolving the issue itself; <code>resolver_commit_num = 0</code> means the resolver is someone completely new to the repository). The remaining fields can be used as features or further analyzed to derive new features. This dataset can be used to evaluate new GFI recommendation approaches. We hope it will be helpful in advancing GFI recommendation research and other future studies on open-source software onboarding.

提供机构:
Zenodo
创建时间:
2022-06-19
二维码
社区交流群
二维码
科研交流群
商业服务