Skip to content

zxthesky/ParaBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

News

  • [2025.07.20] Release the scripts and the remaining code.
  • [2025.01.21] Release the code for inference and evaluation.

🔨 Preparations

$ git clone https://github.com/zxthesky/ParaBench.git
$ cd ParaBench
$ pip install -r requirements.txt

🍰 Get started

Our test data can be found in data/test.json. Our train data can be found in data/train_data_3000.json.

Data construction

If you want to experience our data construction method, please follow the steps:

  1. Arrive at the corresponding directory
cd main/src/create_data.
  1. You need to use 'python use_api_create_data.py' to generate some data as an icl example.
python use_api_create_data.py
  1. 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

Build evaluation settings

  1. First you need to download the corresponding test data.
  2. You need to get the inference results of the small model first through the following code
cd main/SPlanner
bash scripts/train.sh

Evaluation

  1. First you need to determine the prediction results of the small model and obtain
  2. Start the Evaluation process:
cd main/src/eval
python test_LLM.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages