File size: 1,201 Bytes
1195f82
12b4cb4
 
 
 
 
 
 
 
 
1195f82
12b4cb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-sa-4.0
task_categories:
- multiple-choice
- question-answering
language:
- en
pretty_name: tinyScienceQA
source_datasets:
- tasksource/ScienceQA_text_only
---

# tinyScienceQA

Pathfinder-generated 100-example tiny subset of the text-only ScienceQA test
split. This is intended for fast smoke tests and default small-sample Pathfinder
runs, not as an official ScienceQA benchmark replacement.

## Construction

- source dataset: `tasksource/ScienceQA_text_only`
- source split: `test`
- source rows: `2224`
- tiny rows: `100`
- seed: `20260511`
- selection strategy: `subject_answer_quota_topic_coverage_stable_hash`

The selector preserves subject/answer-cell proportions with exact integer
quotas, ensures topic coverage where quota constraints permit, and fills the
remaining slots by a deterministic stable hash. The resulting subset covers
`25` of `25` topics.

## Counts

Subject counts:

```json
{
  "language science": 47,
  "natural science": 46,
  "social science": 7
}
```

Answer counts:

```json
{
  "0": 44,
  "1": 43,
  "2": 9,
  "3": 4
}
```

The corresponding Pathfinder benchmark id is `scienceqa`, and the default tiny
dataset id is `PhilipQuirke/tinyScienceQA`.