All of our testing results are in \result\
, testing scripts are in \scripts\
.
- Install the required packages by running
pip install -r requirements.txt
. cd scripts/<MODEL>
to cd into some directory.- Fill in the
config.py
file in the directory, including API key and url. - Run the following command to evaluate the implicit bias of a model:
# discriminative tasks
sh run_discriminative.sh
After running the evaluations, you can run the following command to get the results:
cd scripts/gpt-3.5-turbo-1106
sh analytical_experiments.sh