CoolFace
Datasetpublic

muradil211/AetherSearch_Eval

AetherSearch Search-R1 Full Evaluation Set This repository contains the complete Search-R1 test.parquet used by the current AetherSearch full-data evaluation recipe. It is an exact, unmodified mirror of the test file published in PeterJinGo/nq_hotpotqa_train. Contents File Rows SHA-256 test.parquet 51,713 30aa887b6d47e06e8c0f6f5307c88fe4e13461ac25a20ec0a5433ad7a4fe25dc Source distribution: Data source Rows 2WikiMultiHopQA 12,576… See the full description on the dataset page: https://huggingface.co/datasets/muradil211/AetherSearch_Eval.

sourceHugging Faceotherupdated 26d agoView on Hugging Face
1likes94downloads
Dataset Card

<div align="center"> <img src="assets/aethersearch-mark.svg" alt="AetherSearch monogram" width="128"> </div>

AetherSearch Search-R1 Full Evaluation Set

This repository contains the complete Search-R1 test.parquet used by the current AetherSearch full-data evaluation recipe. It is an exact, unmodified mirror of the test file published in `PeterJinGo/nq_hotpotqa_train`.

Contents

FileRowsSHA-256
test.parquet51,71330aa887b6d47e06e8c0f6f5307c88fe4e13461ac25a20ec0a5433ad7a4fe25dc

Source distribution:

Data sourceRows
2WikiMultiHopQA12,576
Bamboogle125
HotpotQA7,405
MuSiQue2,417
Natural Questions3,610
PopQA14,267
TriviaQA11,313

The AetherSearch evaluation manifest preserves the original parquet row order and covers every row. No sampled subset is used by the current public recipe.

Provenance And Licensing

The file was obtained from the official Search-R1 dataset release. Search-R1 constructs the merged test parquet from upstream QA benchmarks, primarily via RUC-NLPIR/FlashRAG_datasets. This mirror does not claim ownership or grant a new license over those source datasets. Users must follow the terms of Search-R1 and each underlying benchmark. The upstream Hugging Face repository does not currently declare a single dataset license, so this card uses license: other rather than asserting an unsupported license.

Use With AetherSearch

Set the following local path after downloading the dataset:

bash
export AETHERSEARCH_VALIDATION_DATA=/path/to/test.parquet

The public recipe verifies the file SHA-256, total row count, per-source counts, and full row-identity manifest before evaluation.