LIA: Supervised Fine-Tuning of Large Language Models for Automatic Issue Assignment
Arsham Khosravani, Alireza Hoseinpour, Arshia Akhavan, Mehdi Keshani, Abbas Heydarnoori

TL;DR
This paper introduces LIA, a supervised fine-tuning approach of large language models for automatic issue assignment in software projects, significantly outperforming existing methods by leveraging semantic understanding of issue reports.
Contribution
The paper presents LIA, a novel fine-tuning method for LLMs that improves automatic issue assignment accuracy using historical data, outperforming state-of-the-art baselines.
Findings
LIA achieves up to +187.8% higher Hit@1 over the base model.
LIA outperforms four leading issue assignment methods by up to +211.2%.
Supervised fine-tuning of LLMs enhances software maintenance tasks.
Abstract
Issue assignment is a critical process in software maintenance, where new issue reports are validated and assigned to suitable developers. However, manual issue assignment is often inconsistent and error-prone, especially in large open-source projects where thousands of new issues are reported monthly. Existing automated approaches have shown promise, but many rely heavily on large volumes of project-specific training data or relational information that is often sparse and noisy, which limits their effectiveness. To address these challenges, we propose LIA (LLM-based Issue Assignment), which employs supervised fine-tuning to adapt an LLM, DeepSeek-R1-Distill-Llama-8B in this work, for automatic issue assignment. By leveraging the LLM's pretrained semantic understanding of natural language and software-related text, LIA learns to generate ranked developer recommendations directly from…
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 · Software Testing and Debugging Techniques
