Source Code for the paper "LLM Interactive Optimization of Open Source Python Libraries - Case Studies and Generalization"
This repository contains the source code for the paper "Human-Language Model Collaboration for Source Code Optimization: Some Practical Spotlights".
The src
directory contains the source code which was used to measure
the results in chapter "4. Measurements". It also contains the source
code for validation.
This directory contains commonly used utilities. You might want to include this into your PYTHONPATH, like
export PYTHONPATH=${PWD}/lib
This directory contains the source code for chapter "5. Generalization of Findings". Each subdirectory contains the sources of a sub-chapter.
This directory contains the source code for chapter "6. Method Transferability".
You might want to create a python virtualenv. Use the following command to install the needed requirements.
pip install -r requirements.txt
This source code is used for research only. The propose is to elaborate on the findings described in the paper. It is not production code!
See the LICENSE file for the license of the files in this repository.
Copyright 2023 by [email protected]