From cb1085184e4669b88290be83edc0c10cfd9fc1f3 Mon Sep 17 00:00:00 2001 From: Dylan Bouchard <109233938+dylanbouchard@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:32:37 -0500 Subject: [PATCH] Update post-processing script command in READMEcorrect --- live_sql_bench_sqlite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live_sql_bench_sqlite/README.md b/live_sql_bench_sqlite/README.md index b162a0e..d801c21 100755 --- a/live_sql_bench_sqlite/README.md +++ b/live_sql_bench_sqlite/README.md @@ -49,7 +49,7 @@ After you generate SQL queries using the prompts, you can use the following scri cd utils input_path="xxx/generated_sql.jsonl" # Replace with your generated SQL file path output_path="xxx/post_processed_sql.jsonl" # Replace with your desired output path -python xxx/post_process_baseline.py --input_path $input_path --output_path $output_path +python xxx/post_process.py --input_path $input_path --output_path $output_path ``` ## 📊 Evaluation @@ -60,4 +60,4 @@ cd evaluation jsonl_file="xxx/post_processed_sql.jsonl" # Replace with your desired output path db_path="xxx/database" # Replace with your database path bash run_eval.sh -``` \ No newline at end of file +```