Codellm-Devkit: A Framework for Contextualizing Code LLMs with Program Analysis Insights
Rahul Krishna, Rangeet Pan, Raju Pavuluri, Srikanth Tamilselvam, Maja, Vukovic, and Saurabh Sinha

TL;DR
Codellm-Devkit is an open-source Python library that simplifies integrating program analysis insights across multiple languages to enhance code LLMs' performance in various coding tasks.
Contribution
It introduces a user-friendly framework that makes static analysis tools more accessible and easier to integrate with code LLMs, overcoming language-specific and complexity barriers.
Findings
Simplifies program analysis integration for code LLMs
Supports multiple programming languages with a unified interface
Enhances the effectiveness of code LLMs in practical tasks
Abstract
Large Language Models for Code (or code LLMs) are increasingly gaining popularity and capabilities, offering a wide array of functionalities such as code completion, code generation, code summarization, test generation, code translation, and more. To leverage code LLMs to their full potential, developers must provide code-specific contextual information to the models. These are typically derived and distilled using program analysis tools. However, there exists a significant gap--these static analysis tools are often language-specific and come with a steep learning curve, making their effective use challenging. These tools are tailored to specific program languages, requiring developers to learn and manage multiple tools to cover various aspects of the their code base. Moreover, the complexity of configuring and integrating these tools into the existing development environments add an…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Rights Management and Security · Open Source Software Innovations
