SciResearchBench / README.md
Youxll's picture
Update README.md
2ca8838 verified
---
license: apache-2.0
---
# 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
```bash
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:
```bash
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.