potsawee / selfcheckgpt

SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models
MIT License
467 stars 54 forks source link

Can you provide the datasets in the probability-baselines.ipynb file? #18

Closed Moximixi closed 12 months ago

Moximixi commented 12 months ago

image I can't find the data sets for these two parts, so I can't run the following code at all. Could you please provide it? Thank you very much!

potsawee commented 12 months ago

Hi @Moximixi ,

I've edited the notebook so that you can get examples IDs from the HF dataset as well as providing the link to download cache file (at https://drive.google.com/file/d/1t3pJt0o395rdPHK6h6S3s0bxnscQGzK0/view?usp=drive_link). Please check the notebook on github for the changes.

Moximixi commented 12 months ago

Thank you very much for your prompt reply!