You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

SciResearchBench

This repository hosts the obfuscated benchmark bundle for SciResearchBench.

The published file uses public reversible obfuscation for benchmark release. It lowers casual web exposure, but it is not strong access control.

Please do not repost decrypted questions or answers in plain text or images online.

Download

export HF_TOKEN=your_hf_token  # required if this dataset repo is private           
curl -L   -H "Authorization: Bearer ${HF_TOKEN}"   -o SciResearchBench.jsonl.obf.json   https://huggingface.co/datasets/Youxll/SciResearchBench/resolve/main/SciResearchBench.jsonl.obf.json

Decrypt

Use decrypt_benchmark.py from the benchmark code repository:

python3 decrypt_benchmark.py   --input-file SciResearchBench.jsonl.obf.json   --output-file SciResearchBench.jsonl

Run inference and evaluation on the decrypted SciResearchBench.jsonl, not on the .obf.json bundle directly.

Downloads last month
-