This project aims to study how effective various in-app interventions are at improving humans' ability to detect health misinformation generated by large language models (LLMs).
To reproduce the results, please install R and python.
- Run
results_final.rin R to generate all the necessary odds ratios and confidence intervals. - Install the relevant python packages in
requirements.txtusingpip install -r requirements.txt. - Run
plots_final.ipynbin Jupyter Notebook to generate the plots.
Check the figures folder for the generated plots.