Query-decompose-baselines / methods /icl_socratic /socratic_questioning_textOnly /code /socratic_questioning.sh
| clear | |
| python socratic_questioning.py \ | |
| --data="../data/example_data.csv" \ | |
| --question_type="lqa" \ | |
| --prompts="../data/prompt_map.json" \ | |
| --question_num=2 \ | |
| --max_turn=2 \ | |
| --max_depth=2 \ | |
| --backbone="gpt" \ | |
| --api="${DEEPSEEK_API_KEY:-}" \ | |
| --save_dir=../results | |