File size: 1,883 Bytes
5423d2a
ad6920c
 
 
 
 
 
5423d2a
ad6920c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: mit
tags:
- multiplex-thinking
- countdown
- input-data
- eval
---

# multiplex-countdown-eval-data-v1

Countdown d4-d5 evaluation data for multiplex-thinking-countdown experiment. 500 held-out problems.

## Dataset Info

- **Rows**: 500
- **Columns**: 5

## Columns

| Column | Type | Description |
|--------|------|-------------|
| data_source | Value('large_string') | Task source identifier (countdown) |
| prompt | List({'content': Value('string'), 'role': Value('string')}) | Chat-formatted prompt with system + user messages |
| ability | Value('large_string') | Task ability type |
| reward_model | {'ground_truth': Value('string'), 'style': Value('string')} | Ground truth info for reward calculation |
| extra_info | {'difficulty': Value('int64'), 'index': Value('int64'), 'numbers': List(Value('int64')), 'split': Value('string'), 'target': Value('int64')} | Additional metadata (target number, available numbers) |


## Generation Parameters

```json
{
  "script_name": "generate_countdown_data.py",
  "description": "Countdown d4-d5 evaluation data for multiplex-thinking-countdown experiment. 500 held-out problems.",
  "model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
  "hyperparameters": {},
  "input_datasets": []
}
```

## Experiment Documentation

For complete experiment details, see [https://github.com/Zayne-sprague/SC-Research-Notes/tree/main/experiments/multiplex-thinking-countdown](https://github.com/Zayne-sprague/SC-Research-Notes/tree/main/experiments/multiplex-thinking-countdown)

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("reasoning-degeneration-dev/multiplex-countdown-eval-data-v1", split="train")
print(f"Loaded {len(dataset)} rows")
```

---

*This dataset is tracked in [reasoning-degeneration-dev/PROJECT-MANIFEST](https://huggingface.co/datasets/reasoning-degeneration-dev/PROJECT-MANIFEST)*