self-review 2026-05-20: relation-type boost in BFS propagation

Add relation-specific multipliers to spreading activation:
- causes/caused_by edges: 2.0× (causal reasoning propagates stronger)
- enables/prevents edges: 1.5× (conditional logic gets boost)
- supersedes edges: 1.3× (promoted knowledge gets slight priority)
- inferred A→C edges: 0.7× (traversal-inferred paths weaker than explicit)

Field-validated against Hindsight (time-aware spreading activation, 2026)
and ACT-R cognitive architecture literature. Inferred edge discount prevents
the traversal inference pass from flooding activation with spurious high-
strength paths equal to explicit links.
This commit is contained in:
2026-05-20 08:37:45 -05:00
parent db7dae8236
commit 7b45468b1c
2 changed files with 15 additions and 1 deletions
BIN
View File
Binary file not shown.