--- configs: - config_name: default license: apache-2.0 task_categories: - question-answering language: - en tags: - medical size_categories: - 1K Note: The total number of cases in PUMCH is 1,650. We have currently only made public the 75 cases used in the Human versus LLMs experiment. #### Data Processing We apply reasonable filtering criteria to identify and remove cases of low quality that may be caused by recording errors or missing information, such as those with uncertain or imprecise diagnoses and those lacking sufficient relevant information, i.e., fewer than three phenotypes. #### Personal and Sensitive Information Doctors from PUMCH monitored all cases before uploading text information, ensuring the absence of any potential personal information leaks. #### Mapping Files Files in mapping directory, including: `phenotype_mapping.json`: HPO phenotype code mapping to term name `disease_mapping.json`: OMIM/Orphanet/CCRD code mapping to disease name `ic_dict.json`: HPO phenotype terms' Information Content(IC) values obtained from HPO hierarchical structure `phe2embedding.json`: HPO phenotype terms' 256 dimension embedding vectors learned by IC-based random walk ## Citation ``` @article{chen2024rarebench, title={RareBench: Can LLMs Serve as Rare Diseases Specialists?}, author={Chen, Xuanzhong and Mao, Xiaohao and Guo, Qihan and Wang, Lun and Zhang, Shuyang and Chen, Ting}, journal={arXiv preprint arXiv:2402.06341}, year={2024} } ```