The Official code for Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning
- generate conda environment
$ conda env create -f environment.yaml
$ conda activate reasc- run
run_self_certainty_calibration.shto get result for calibration set in offline settings - edit
run_sc_self_certainty.shand run it for the result of standard Self Consistency. - run each notebook within
./notebooksfor the result ofASC,ESC,ReASC OfflineandReASC Online