--- license: apache-2.0 pretty_name: CountHalluSet — SimObject task_categories: - unconditional-image-generation - image-classification size_categories: - 10K, , ``` ## Usage ```bash huggingface-cli download ShyFoo/CountHallu-dataset-SimObject \ --repo-type dataset --local-dir $DATASET_ROOT/SimObject ``` Load with the reference code (`counthallu.datasets.SimObject`). See the [CountHallu repository]() for training and the full evaluation protocol. ## Citation ```bibtex @article{fu2025counting, title={Counting Hallucinations in Diffusion Models}, author={Fu, Shuai and Zhou, Jian and Chen, Qi and Jing, Huang and Nguyen, Huy Anh and Liu, Xiaohan and Zeng, Zhixiong and Ma, Lin and Zhang, Quanshi and Wu, Qi}, journal={arXiv preprint arXiv:2510.13080}, year={2025} } ```