├── .idea ├── .gitignore ├── Cognitive_Mirage.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── LICENSE ├── README.md └── pictures └── logo.jpg /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/Cognitive_Mirage.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/Cognitive_Mirage.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/README.md -------------------------------------------------------------------------------- /pictures/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongbinye/Cognitive-Mirage-Hallucinations-in-LLMs/HEAD/pictures/logo.jpg --------------------------------------------------------------------------------