A dataset containing 300 samples with encrypted question-answer pairs, images, search trajectories, and sub-goals.
├── data/
│ ├── train.jsonl # Main dataset (1.44 MB, 300 samples)
│ └── images/ # Referenced images
├── scripts/
│ ├── decryption_script.py # Decrypt entire dataset
│ ├── decrypt_batch.py # Batch decrypt to files
│ ├── encryption_utils.py… See the full description on the dataset page:
https://huggingface.co/datasets/Halcyon-Zhang/BrowseComp-V3.