paper-with-me

홈 › Papers

Automated Customization of LLMs for Enterprise Code Repositories Using Semantic Scopes

2026-02-05 · Ulrich Finkler, Irene Manotas, Wei Zhang, Geert Janssen, Octavian Popescu, Shyam Ramji arxiv

Code completion (CC) is a task frequently used by developers when working in collaboration with LLM-based programming assistants. Despite the increased performance of LLMs on public benchmarks, out of the box LLMs still have a hard time generating code that aligns with a private code repository not previously seen by the model's training data. Customizing code LLMs to a private repository provides a way to improve the model performance. In this paper we present our approach for automated LLM customization based on semantic scopes in the code. We evaluate LLMs on real industry cases with two private enterprise code repositories with two customization strategies: Retrieval-Augmented Generation (RAG) and supervised Fine-Tuning (FT). Our mechanism for ingesting the repository's data and formulating the training data pairs with semantic scopes helps models to learn the underlying patterns specific to the repository, providing more precise code to developers and helping to boost their productivity. The code completions of moderately sized customized models can be significantly better than those of uncustomized models of much larger capacity. We also include an analysis of customization on two public benchmarks and present opportunities for future work.

📄 PDF Abstract BibTeX arXiv:2602.05780

Code (0)

등록된 구현이 없습니다.

Tasks

Code Completion

Similar Papers 제목 키워드 기반

Resolving Java Code Repository Issues with iSWE Agent

2026-03-11 · Jatin Ganhotra, Sami Serhan, Antonio Abu Nassar, Avraham Shinnar 외 arxiv

Resolving issues on code repositories is an important part of software engineering. Various recent systems automatically resolve issues using large language models and agents, often with impressive performance. Unfortuna…

CIDR: A Large-Scale Industrial Source Code Dataset for Software Engineering Research

2026-05-12 · Vladislav Savenkov arxiv

We present Curated Industrial Developer Repository (CIDR), a large-scale dataset of real-world software repositories collected through direct collaboration with 12 industrial partner organizations. The dataset comprises …

Towards Scalable Customization and Deployment of Multi-Agent Systems for Enterprise Applications

2026-06-16 · Paresh Dashore, Shreyas Kulkarni, Uttam Gurram, Nadia Bathaee 외 arxiv

Large language model (LLM)-based multi-agent systems demonstrate strong performance on complex reasoning and task execution, enabling broad enterprise applications. However, production deployment remains challenging due …

Continual PretrainingDomain Adaptation

Natural Language Summarization Enables Multi-Repository Bug Localization by LLMs in Microservice Architectures

2025-12-05 · Amirkia Rafiei Oskooei, S. Selcan Yukcu, Mehmet Cevheri Bozoglan, Mehmet S. Aktas arxiv

Bug localization in multi-repository microservice architectures is challenging due to the semantic gap between natural language bug reports and code, LLM context limitations, and the need to first identify the correct re…

Cross-Modal Retrieval

Scalable and Explainable Enterprise Knowledge Discovery Using Graph-Centric Hybrid Retrieval

2025-10-13 · Nilima Rao, Jagriti Srivastava, Pradeep Kumar Sharma, Hritvik Shrivastava arxiv

Modern enterprises manage vast knowledge distributed across heterogeneous systems such as Jira, Git repositories, Confluence, and wikis. Conventional retrieval methods based on keyword search or static embeddings often f…

Semantic Similarity