ChatGPT: code for collecting hallucination generated by ChatGPT
-- api_request_parallel_processor.py: API file for calling gpt-3.5-trubo
-- Climate_hallucination.ipynb: analyse hallucination generated based on Climate-fever dataset
-- Pubhealth_hallucination.ipynb: analyse hallucination generated based on Pubhealth dataset
-- WICE_hallucination.ipynb: analyse hallucination generated based on WICE dataset
Llama-2-chat: code for collecting hallucination generated by Llama-2-chat
-- main.py: main file for using llama-2-chat
-- llama_hallucination.ipynb: analyse hallucination generated by Llama-2-7b-chat
-- llama2_hallucination.ipynb: analyse hallucination generated based by Llama-2-13b-chat

analyse.py: some codes for testing
baselines.ipynb: analyse the baseline models' experimental results
cal_result.py: analyse the proportion of hallucination
content_analysis.py: analyse the content/topic of hallucination
dataset_construct.py: for hallucination detection dataset creation
multi_ref_construct.py: for multiple sampled references collection
