- [2025.07.20] Release the scripts and the remaining code.
- [2025.01.21] Release the code for inference and evaluation.
$ git clone https://github.com/zxthesky/ParaBench.git
$ cd ParaBench
$ pip install -r requirements.txtOur test data can be found in data/test.json.
Our train data can be found in data/train_data_3000.json.
If you want to experience our data construction method, please follow the steps:
- Arrive at the corresponding directory
cd main/src/create_data.- You need to use 'python use_api_create_data.py' to generate some data as an icl example.
python use_api_create_data.py- You need to use the data generated in step 2 and combine it with ‘generate_data_dynamic_icl.py’ to generate the final data.
python generate_data_dynamic_icl.py- First you need to download the corresponding test data.
- You need to get the inference results of the small model first through the following code
cd main/SPlanner
bash scripts/train.sh- First you need to determine the prediction results of the small model and obtain
- Start the Evaluation process:
cd main/src/eval
python test_LLM.py