File size: 1,858 Bytes
3aeb30d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
pretty_name: AetherSearch Search-R1 Full Evaluation Set
language:
- en
license: other
task_categories:
- question-answering
size_categories:
- 10K<n<100K
---

# 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`](https://huggingface.co/datasets/PeterJinGo/nq_hotpotqa_train).

## Contents

| File | Rows | SHA-256 |
|---|---:|---|
| `test.parquet` | 51,713 | `30aa887b6d47e06e8c0f6f5307c88fe4e13461ac25a20ec0a5433ad7a4fe25dc` |

Source distribution:

| Data source | Rows |
|---|---:|
| 2WikiMultiHopQA | 12,576 |
| Bamboogle | 125 |
| HotpotQA | 7,405 |
| MuSiQue | 2,417 |
| Natural Questions | 3,610 |
| PopQA | 14,267 |
| TriviaQA | 11,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.