afaji/HyperBrowseComp
HyperBrowseComp Hard, multi-hop web search questions across 13 languages. Encrypted (AES-256-GCM). from datasets import load_dataset ds = load_dataset("afaji/HyperBrowseComp", split="test") id is <LANG>_<question id>, e.g. KO_7388. Decrypt import base64 import hashlib from cryptography.hazmat.primitives.ciphers.aead import AESGCM def _nonce(canary, field): return hashlib.sha256(f"{canary}:{field}".encode()).digest()[:12] def _open(ciphertext_b64, key… See the full description on the dataset page: https://huggingface.co/datasets/afaji/HyperBrowseComp.
This repository belongs to afaji on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
