To generate the ensure you have a "data" directory and use the following commands
- python3 generate_data.py --qna True --ethical 'unethical'
- python3 generate_data.py --qna False --ethical 'unethical'
- python3 generate_data.py --qna True --ethical 'ethical'
- python3 generate_data.py --qna False --ethical 'ethical'
Labelling of the answers and plotting of the results can be found in "analysis.Rmd"