AutoResearchBench / README.md
Lk123's picture
Rename dataset card to AutoResearchBench
fe446cf verified
|
raw
history blame
971 Bytes
---
license: apache-2.0
---
# AutoResearchBench
This repository hosts the obfuscated benchmark bundle for `AutoResearchBench`.
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 AutoResearchBench.jsonl.obf.json https://huggingface.co/datasets/Lk123/AutoResearchBench/resolve/main/AutoResearchBench.jsonl.obf.json
```
## Decrypt
Use `decrypt_benchmark.py` from the benchmark code repository:
```bash
python3 decrypt_benchmark.py --input-file AutoResearchBench.jsonl.obf.json --output-file AutoResearchBench.jsonl
```
Run inference and evaluation on the decrypted `AutoResearchBench.jsonl`, not on the `.obf.json` bundle directly.