|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
| 5 | +[](https://arxiv.org/abs/2410.13007) |
5 | 6 | [](https://www.python.org/downloads/release/python-3110/) |
6 | 7 | [](https://opensource.org/licenses/Apache-2.0) |
7 | 8 | [](https://ibm.github.io/codellm-devkit/) |
8 | 9 | [](https://badge.fury.io/py/cldk) |
9 | | -[](https://arxiv.org/abs/2410.13007) |
10 | 10 |
|
11 | 11 |
|
12 | 12 | Codellm-devkit (CLDK) is a multilingual program analysis framework that bridges the gap between traditional static analysis tools and Large Language Models (LLMs) specialized for code (CodeLLMs). Codellm-devkit allows developers to streamline the process of transforming raw code into actionable insights by providing a unified interface for integrating outputs from various analysis tools and preparing them for effective use by CodeLLMs. |
@@ -34,7 +34,7 @@ For any questions, feedback, or suggestions, please contact the authors: |
34 | 34 |
|
35 | 35 | | Name | Email | |
36 | 36 | | ---- | ----- | |
37 | | -| Rahul Krishna | [i.m.ralk@gmail.com](mailto:i.m.ralk@gmail.com) | |
| 37 | +| Rahul Krishna | [i.m.ralk@gmail.com](mailto:imralk+oss@gmail.com) | |
38 | 38 | | Rangeet Pan | [rangeet.pan@ibm.com](mailto:rangeet.pan@gmail.com) | |
39 | 39 | | Saurabh Sihna | [sinhas@us.ibm.com](mailto:sinhas@us.ibm.com) | |
40 | 40 | ## Table of Contents |
@@ -274,5 +274,6 @@ if __name__ == "__main__": |
274 | 274 | ``` |
275 | 275 |
|
276 | 276 | ### Publication (papers and blogs related to CLDK) |
277 | | -1. Pan, Rangeet, Myeongsoo Kim, Rahul Krishna, Raju Pavuluri, and Saurabh Sinha. "[Multi-language Unit Test Generation using LLMs.](https://arxiv.org/abs/2409.03093)" arXiv preprint arXiv:2409.03093 (2024). |
278 | | -2. Pan, Rangeet, Rahul Krishna, Raju Pavuluri, Saurabh Sinha, and Maja Vukovic., "[Simplify your Code LLM solutions using CodeLLM Dev Kit (CLDK).](https://www.linkedin.com/pulse/simplify-your-code-llm-solutions-using-codellm-dev-kit-rangeet-pan-vnnpe/?trackingId=kZ3U6d8GSDCs8S1oApXZgg%3D%3D)", Blog. |
| 277 | +1. Krishna, Rahul, Rangeet Pan, Raju Pavuluri, Srikanth Tamilselvam, Maja Vukovic, and Saurabh Sinha. "[Codellm-Devkit: A Framework for Contextualizing Code LLMs with Program Analysis Insights.](https://arxiv.org/pdf/2410.13007)" arXiv preprint arXiv:2410.13007 (2024). |
| 278 | +2. Pan, Rangeet, Myeongsoo Kim, Rahul Krishna, Raju Pavuluri, and Saurabh Sinha. "[Multi-language Unit Test Generation using LLMs.](https://arxiv.org/abs/2409.03093)" arXiv preprint arXiv:2409.03093 (2024). |
| 279 | +3. Pan, Rangeet, Rahul Krishna, Raju Pavuluri, Saurabh Sinha, and Maja Vukovic., "[Simplify your Code LLM solutions using CodeLLM Dev Kit (CLDK).](https://www.linkedin.com/pulse/simplify-your-code-llm-solutions-using-codellm-dev-kit-rangeet-pan-vnnpe/?trackingId=kZ3U6d8GSDCs8S1oApXZgg%3D%3D)", Blog. |
0 commit comments