create conda environment with python 3.12
conda create -n llm_unexpected_normativity python=3.12activate the environment
conda activate llm_unexpected_normativityinstall the dependencies
pip install -r requirements.txtrun the main.py
python main.py --mode generate
python main.py --mode annotateThe evaluate and visualize mode are not fully functional yet