[Dataset Broken] PiC Phrase Retrieval β 403 Forbidden on Data Files
#4
by Deehan1866 - opened
Hi everyone,
The data files for the Phrase Retrieval (PR-pass and PR-page) configs of the PiC benchmark are currently inaccessible. The original host (auburn.edu/~tmp0038/PiC/) is returning a 403 Forbidden error, which causes the HuggingFace dataset loader to fail as well.
To reproduce:
from datasets import load_dataset
ds = load_dataset("PiC/phrase_retrieval", "PR-pass")
# β Fails due to broken external host
Request:
If anyone has the raw JSON files cached locally, could you please share them (even temporarily via Google Drive or Dropbox)? Ideally, the files should be re-uploaded directly to the HuggingFace repository to ensure long-term accessibility.
cc: @pmthangk09 (dataset author)
Thanks in advance!
Deehan1866 changed discussion title from **[Dataset Broken] PiC Phrase Retrieval β 403 Forbidden on Data Files** to [Dataset Broken] PiC Phrase Retrieval β 403 Forbidden on Data Files