Skip to content

Commit 9993189

Browse files
committed
B6: D7 thinking_styles awareness + 12 YAML starter configs
1 parent 0022962 commit 9993189

13 files changed

Lines changed: 763 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Rule-clear, depth-first, English+Finnish morphology, low ambiguity tolerance.
3+
style: analytical
4+
nars:
5+
primary: Deduction
6+
fallback: Abduction
7+
morphology:
8+
tables: [english_svo, finnish_case_table]
9+
agglutinative_mode: false
10+
tekamolo:
11+
priority: [temporal, lokal, kausal, modal]
12+
require_fillable: true
13+
markov:
14+
radius: 5
15+
kernel: uniform
16+
replay: forward
17+
spo_causal:
18+
pearl_mask: 0x01
19+
ambiguity_tolerance: 0.1
20+
coverage:
21+
local_threshold: 0.90
22+
escalate_below: 0.85
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Convergent: collapse alternatives quickly, deduce with high confidence.
3+
style: convergent
4+
nars:
5+
primary: Deduction
6+
fallback: Revision
7+
morphology:
8+
tables: [english_svo, finnish_case_table]
9+
agglutinative_mode: false
10+
tekamolo:
11+
priority: [temporal, kausal, lokal, modal]
12+
require_fillable: true
13+
markov:
14+
radius: 3
15+
kernel: uniform
16+
replay: forward
17+
spo_causal:
18+
pearl_mask: 0x01
19+
ambiguity_tolerance: 0.05
20+
coverage:
21+
local_threshold: 0.92
22+
escalate_below: 0.88
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Creative: cross-domain synthesis, mexican-hat to suppress mid-distance noise.
3+
style: creative
4+
nars:
5+
primary: Synthesis
6+
fallback: CounterfactualSynthesis
7+
morphology:
8+
tables: [english_svo, finnish_case_table, japanese_particles]
9+
agglutinative_mode: true
10+
tekamolo:
11+
priority: [modal, kausal, temporal, lokal]
12+
require_fillable: false
13+
markov:
14+
radius: 5
15+
kernel: mexican_hat
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0x7F
19+
ambiguity_tolerance: 0.35
20+
coverage:
21+
local_threshold: 0.75
22+
escalate_below: 0.55
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Deliberate: slow, methodical, full TEKAMOLO required, both-direction replay.
3+
style: deliberate
4+
nars:
5+
primary: Deduction
6+
fallback: Revision
7+
morphology:
8+
tables: [english_svo, finnish_case_table, german_case_table, russian_case_table]
9+
agglutinative_mode: false
10+
tekamolo:
11+
priority: [temporal, kausal, modal, lokal]
12+
require_fillable: true
13+
markov:
14+
radius: 5
15+
kernel: gaussian
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0x07
19+
ambiguity_tolerance: 0.10
20+
coverage:
21+
local_threshold: 0.92
22+
escalate_below: 0.85
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Diffuse: wide context, induction-leaning, low fillable strictness.
3+
style: diffuse
4+
nars:
5+
primary: Induction
6+
fallback: Synthesis
7+
morphology:
8+
tables: [english_svo, finnish_case_table, russian_case_table, german_case_table]
9+
agglutinative_mode: true
10+
tekamolo:
11+
priority: [modal, lokal, temporal, kausal]
12+
require_fillable: false
13+
markov:
14+
radius: 5
15+
kernel: mexican_hat
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0x3F
19+
ambiguity_tolerance: 0.40
20+
coverage:
21+
local_threshold: 0.70
22+
escalate_below: 0.55
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Divergent: broad fan-out, counterfactuals welcome, full pearl mask.
3+
style: divergent
4+
nars:
5+
primary: CounterfactualSynthesis
6+
fallback: Synthesis
7+
morphology:
8+
tables: [english_svo, finnish_case_table, russian_case_table, turkish_aggl]
9+
agglutinative_mode: true
10+
tekamolo:
11+
priority: [modal, kausal, lokal, temporal]
12+
require_fillable: false
13+
markov:
14+
radius: 5
15+
kernel: mexican_hat
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0xFF
19+
ambiguity_tolerance: 0.45
20+
coverage:
21+
local_threshold: 0.65
22+
escalate_below: 0.45
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Exploratory: counterfactual primary, agglutinative on, broad coverage tolerance.
3+
style: exploratory
4+
nars:
5+
primary: CounterfactualSynthesis
6+
fallback: Abduction
7+
morphology:
8+
tables: [english_svo, finnish_case_table, russian_case_table]
9+
agglutinative_mode: true
10+
tekamolo:
11+
priority: [modal, kausal, lokal, temporal]
12+
require_fillable: false
13+
markov:
14+
radius: 5
15+
kernel: mexican_hat
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0xFF
19+
ambiguity_tolerance: 0.4
20+
coverage:
21+
local_threshold: 0.70
22+
escalate_below: 0.50
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Focused: tight Markov radius, single morphology table, deduction-first.
3+
style: focused
4+
nars:
5+
primary: Deduction
6+
fallback: Revision
7+
morphology:
8+
tables: [english_svo]
9+
agglutinative_mode: false
10+
tekamolo:
11+
priority: [temporal, lokal, kausal, modal]
12+
require_fillable: true
13+
markov:
14+
radius: 2
15+
kernel: gaussian
16+
replay: forward
17+
spo_causal:
18+
pearl_mask: 0x01
19+
ambiguity_tolerance: 0.05
20+
coverage:
21+
local_threshold: 0.95
22+
escalate_below: 0.90
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Intuitive: leap to abduction, soft thresholds, agglutinative for surface tells.
3+
style: intuitive
4+
nars:
5+
primary: Abduction
6+
fallback: Synthesis
7+
morphology:
8+
tables: [english_svo, finnish_case_table, turkish_aggl]
9+
agglutinative_mode: true
10+
tekamolo:
11+
priority: [modal, temporal, kausal, lokal]
12+
require_fillable: false
13+
markov:
14+
radius: 4
15+
kernel: gaussian
16+
replay: forward
17+
spo_causal:
18+
pearl_mask: 0x0F
19+
ambiguity_tolerance: 0.30
20+
coverage:
21+
local_threshold: 0.78
22+
escalate_below: 0.60
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (starter prior — tune empirically)
2+
# Metacognitive: revision-primary, both-direction replay, mid-tolerance for self-check.
3+
style: metacognitive
4+
nars:
5+
primary: Revision
6+
fallback: Abduction
7+
morphology:
8+
tables: [english_svo, finnish_case_table, russian_case_table]
9+
agglutinative_mode: false
10+
tekamolo:
11+
priority: [kausal, modal, temporal, lokal]
12+
require_fillable: false
13+
markov:
14+
radius: 5
15+
kernel: mexican_hat
16+
replay: both_and_compare
17+
spo_causal:
18+
pearl_mask: 0x3F
19+
ambiguity_tolerance: 0.25
20+
coverage:
21+
local_threshold: 0.80
22+
escalate_below: 0.65

0 commit comments

Comments
 (0)