This repository contains the official code for the paper
“All You Need Is [ABSTAIN]”.
Run the following scripts in your Python environment:
python abstain_test.py
python ablation_experiment.pyTo reproduce the large language model experiments, use:
cd abstain_llm_minimal
python run_multi_seed_qa_sweep.py
python plot_sweep_results_qa.py