-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreasoning-trace-example.json
More file actions
108 lines (108 loc) · 2.31 KB
/
Copy pathreasoning-trace-example.json
File metadata and controls
108 lines (108 loc) · 2.31 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"metadata": {
"version": "1.0",
"engine": "AG-TUNE",
"timestamp": "2026-06-29T18:51:26.775Z",
"description": "Example reasoning trace for interpretability validation"
},
"trace": {
"line": "shadows dance beneath the moon",
"timestamp": "2026-06-29T18:51:26.774Z",
"emotionalVector": [
0.32,
-0.15,
0.48,
-0.22,
0.61,
0.08,
-0.33,
0.19
],
"emotionalContinuity": 0.23,
"rulesFired": [
{
"ruleName": "prefer_imagery",
"priority": 5,
"satisfied": true
},
{
"ruleName": "avoid_cliche",
"priority": 4,
"satisfied": true
},
{
"ruleName": "maintain_theme_darkness",
"priority": 3,
"satisfied": true
}
],
"constraintsViolated": [],
"tdRewardDelta": 0.15,
"tdValueEstimate": 0.73,
"beamCandidates": [
{
"token": "shadows",
"emotionalScore": 0.82,
"meterScore": 0.75,
"aestheticScore": 0.78,
"grammarValid": true,
"totalScore": 0.79,
"selected": true
},
{
"token": "darkness",
"emotionalScore": 0.85,
"meterScore": 0.65,
"aestheticScore": 0.7,
"grammarValid": true,
"totalScore": 0.73,
"selected": false
},
{
"token": "whispers",
"emotionalScore": 0.75,
"meterScore": 0.8,
"aestheticScore": 0.72,
"grammarValid": true,
"totalScore": 0.76,
"selected": false
}
],
"beamSelectionRationale": "Selected \"shadows\" for optimal multi-objective score (0.79)",
"meterAnalysis": {
"stressPattern": [
0,
1,
0,
1,
0,
1,
0,
1
],
"fftDominantFreq": 4,
"meterScore": 0.75,
"meterType": "iambic"
},
"grammarValidation": {
"cykAccepted": true,
"parseTree": "S -> NP VP | NP -> N | VP -> V PP",
"rulesUsed": [
"S->NP VP",
"NP->N",
"VP->V PP",
"PP->P NP"
]
},
"cycleDetection": {
"cycleDetected": false,
"cycleLength": 0,
"tokensInCycle": []
},
"noveltyMetrics": {
"ngramOverlap": 0.12,
"vocabularyDiversity": 0.89,
"surpriseValue": 0.68
}
}
}