File size: 1,546 Bytes
c83b0a2
69a4007
 
c83b0a2
69a4007
 
 
 
 
 
 
 
 
 
 
c83b0a2
69a4007
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
---
language:
  - en
license: apache-2.0
size_categories:
  - 10K<n<100K
task_categories:
  - text-generation
  - question-answering
tags:
  - synthetic
  - reasoning
  - sft
  - science
  - glm
---

# GLM-5.2 Science Synth Reasoning

Synthetic reasoning traces for science questions from the [GLM-5.2 science dataset](https://huggingface.co/datasets/ianncity/GLM-5.2-Science). Each record contains a complex scientific question with SYNTH-style reasoning and a generated answer.

## Dataset Summary

- **33,014 records** (605 dupes + 726 incomplete/truncated removed from 34,345 source)
- **33,014 reasoning turns** (99.9% format compliance)
- Average **3,094 chars** per reasoning trace

### Models Used

| Model | Records |
|---|---|
| deepseek-v4-flash | 33,341 |
| thinkingmachines/inkling | 673 |

## Data Format

```python
{
    "messages": [
        {"role": "user", "content": "How does the coupling between mantle convection patterns..."},
        {"role": "assistant", "content": "The coupling runs through...", "reasoning_content": "● Question: ... → ..."}
    ],
    "source": "disk:.../glm-5.2-science",
    "source_index": 0,
    "target": "both",
    "protocol": "chat_completions",
    "model": "deepseek-v4-flash",
    "num_conversation_turns": 2,
    "num_generated_turns": 1,
    "generated_at": "2026-07-26T..."
}
```

## Validation

| Check | Result |
|---|---|
| Format compliance | 99.9% (32,994/33,014 turns) |
| Duplicates | 0 (after dedup) |
| Null/empty reasoning | 0 |
| Incomplete/truncated | 0 (filtered out) |