paper-with-me

Papers

GitRank: A Framework to Rank GitHub Repositories

2022-05-04 · Niranjan Hasabnis

Open-source repositories provide wealth of information and are increasingly being used to build artificial intelligence (AI) based systems to solve problems in software engineering. Open-source repositories could be of varying quality levels, and bad-quality repositories could degrade performance of these systems. Evaluating quality of open-source repositories, which is not available directly on code hosting sites such as GitHub, is thus important. In this hackathon, we utilize known code quality measures and GrimoireLab toolkit to implement a framework, named GitRank, to rank open-source repositories on three different criteria. We discuss our findings and preliminary evaluation in this hackathon report.

📄 PDF Abstract BibTeX arXiv:2205.02360

Code (1)

nirhasabnis/gitrank 공식 구현

Similar Papers 제목 키워드 기반

GitRanking: A Ranking of GitHub Topics for Software Classification using Active Sampling

2022-05-19 · Cezar Sas, Andrea Capiluppi, Claudio Di Sipio, Juri Di Rocco 외

GitHub is the world's largest host of source code, with more than 150M repositories. However, most of these repositories are not labeled or inadequately so, making it harder for users to find relevant projects. There hav…

domain classificationSpecificity

Are Machine Programming Systems using Right Source-Code Measures to Select Code Repositories?

2022-09-24 · Niranjan Hasabnis

Machine programming (MP) is an emerging field at the intersection of deterministic and probabilistic computing, and it aims to assist software and hardware engineers, among other applications. Along with powerful compute…

Automatically Categorising GitHub Repositories by Application Domain

2022-07-30 · Francisco Zanartu, Christoph Treude, Bruno Cartaxo, Hudson Silva Borges 외

GitHub is the largest host of open source software on the Internet. This large, freely accessible database has attracted the attention of practitioners and researchers alike. But as GitHub's growth continues, it is becom…

Navigate

LLM-based Content Classification Approach for GitHub Repositories by the README Files

2025-07-29 · Malik Uzair Mehmood, Shahid Hussain, Wen Li Wang, Muhammad Usama Malik arxiv

GitHub is the world's most popular platform for storing, sharing, and managing code. Every GitHub repository has a README file associated with it. The README files should contain project-related information as per the re…

parameter-efficient fine-tuningText ClassificationText SummarizationText Generation

RepoMaster: Autonomous Exploration and Understanding of GitHub Repositories for Complex Task Solving

2025-05-27 · Huacan Wang, Ziyi Ni, Shuo Zhang, Shuo Lu 외

The ultimate goal of code agents is to solve complex tasks autonomously. Although large language models (LLMs) have made substantial progress in code generation, real-world tasks typically demand full-fledged code reposi…

Code Generation