conda create -n fable python=3.9.7
pip install -r requirements.txtThe relevant datasets need to be downloaded from https://huggingface.co/datasets/wpwpyo/UnFine to the local ./data folder.
run_fable.shResults from each run are stored at results/<ds_name>/<model_name>/<method_name>/<args_name>/post/ in a specific format:
results/
|__ unke/
|__ Llama3-8B-Instruct/
|__ FABLE/
|__ <args_name>/
|__ post/
|__ 0.json
|__ 1.json
|__ ...
|__ 999.jsonIf you want to run the other baselines, you can ferer to run_baseline.sh
bash compute_score.sh results/<ds_name>/<model_name>/<method_name>/<args_name>/post