paper-with-me

홈 › Papers

Identifying collaborators in large codebases

2019-05-07 · Waren Long, Vadim Markovtsev, Hugo Mougard, Egor Bulychev, Jan Hula

The way developers collaborate inside and particularly across teams often escapes management's attention, despite a formal organization with designated teams being defined. Observability of the actual, organically formed engineering structure provides decision makers invaluable additional tools to manage their talent pool. To identify existing inter and intra-team interactions - and suggest relevant opportunities for suitable collaborations - this paper studies contributors' commit activity, usage of programming languages, and code identifier topics by embedding and clustering them. We evaluate our findings collaborating with the GitLab organization, analyzing 117 of their open source projects. We show that we are able to restore their engineering organization in broad strokes, and also reveal hidden coding collaborations as well as justify in-house technical decisions.

📄 PDF Abstract BibTeX arXiv:1905.06782

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Converted, Not Equivalent: Benchmarking Codebase Conversion via Observational Equivalence

2026-05-27 · Linxin Song, Jiefeng Chen, Yue Huang, Bhavana Dalvi Mishra 외 arxiv

Coding agents increasingly act as codebase-scale collaborators that can assist with codebase conversion, but this progress has exposed a critical weakness: agents often over-trust their own local validation routines and …

An Explanatory Query-Based Framework for Exploring Academic Expertise

2021-05-28 · Oana Cocarascu, Andrew McLean, Paul French, Francesca Toni

The success of research institutions heavily relies upon identifying the right researchers "for the job": researchers may need to identify appropriate collaborators, often from across disciplines; students may need to id…

Word Embeddings

Distilling Lightweight Language Models for C/C++ Vulnerabilities

2025-10-08 · Zhiyuan Wei, Xiaoxuan Yang, Jing Sun, Zijian Zhang arxiv

The increasing complexity of modern software systems exacerbates the prevalence of security vulnerabilities, posing risks of severe breaches and substantial economic loss. Consequently, robust code vulnerability detectio…

Vulnerability DetectionKnowledge Distillation

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada 외 arxiv

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks …

LocAgent: Graph-Guided LLM Agents for Code Localization

2025-03-12 · Zhaoling Chen, Xiangru Tang, Gangda Deng, Fang Wu 외

Code localization--identifying precisely where in a codebase changes need to be made--is a fundamental yet challenging task in software maintenance. Existing approaches struggle to efficiently navigate complex codebases …

GitHub issue resolutionNavigate