Unable to Access GovReport Dataset URL

#4
by pybbb - opened

Hi,

Thanks for your amazing work!

I am writing to seek your assistance regarding an issue I encountered while trying to access the GovReport dataset. I am using the "tau/sled" dataset in my project, specifically the "gov_report" configuration.
According to the dataset configuration file, the URL for accessing the GovReport dataset is "https://scrolls-tau.s3.us-east-2.amazonaws.com/gov_report.zip". However, when I attempt to access this URL, I receive an "Access Denied" error message:

AccessDenied
Access Denied
96C9783D8GY8WA9M
v1SlVNfr+Yu2vkYvnUdXcPeIlpC2LjvLWrNcsWcEBR6Y2wb0nR8Yeb1ypyzHGeDEs7OKpKDk3WOKHiEuR79XFg==

image.png

I have tried accessing the URL from different network environments, but the issue persists. This leads me to believe that there might be a problem with the dataset URL or access permissions.

I kindly request your assistance in resolving this issue. Could you please verify if the provided URL is still valid and accessible? If there have been any changes to the dataset's location or access requirements, I would greatly appreciate if you could provide me with the updated information.

Thank you for your attention to this matter. I look forward to your response and resolution of this dataset access issue. Please let me know if you require any further information from my side.

Tel Aviv University org

Hi @pybbb ,
Thank you for the kind words.
Accessing the dataset should not be done directly, but through the datasets package.

If you need access to the dataset, you can try to access it directly from https://huggingface.co/datasets/launch/gov_report or download it from the SCROLLS dataset card which this repo uses as well https://huggingface.co/datasets/tau/scrolls

Last I checked, this dataset worked, but it's possible a breaking change was introduced in the datasets package which fails it now. If you need the datasets exactly as defined in the SLED, try to downgrade your datasets package. I will also try this and fix any issues if there are any in newer issues, but it may take me some time to get to it.

I hope that helps,
Maor

Tel Aviv University org
edited 25 days ago

Hi @pybbb ,
Thanks!

Indeed the files are not accessible via s3 anymore, they are on HF, e.g https://huggingface.co/datasets/tau/scrolls/resolve/main/gov_report.zip.
I just updated the urls in the sled dataset reader, so it should work now.

Best,
Uri

Sign up or log in to comment