Add paper 2: information-theoretic unification of workspace graph metrics
Introduces a 21-page paper focused exclusively on the Copycat Workspace,
proposing three graph-metric substitutions for hardcoded constants and
unifying them under a common information-theoretic framework:
- Clustering coefficient as support vector (replaces 0.6^(1/n^3) factor)
- Betweenness centrality as salience weights (replaces fixed 0.2/0.8 ratios)
- Subgraph density as length factors (replaces step function {5,20,60,90})
Central contribution: all three metrics are ratios actual/maximum in [0,1],
interpretable as probabilities, yielding Shannon self-information in bits.
This common unit enables principled arithmetic via workspace entropy
H(W) = sum(I_C) + sum(I_B) + sum(I_rho), with the conjecture T ∝ H(W).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
48
LaTeX/paper2/paper.blg
Normal file
48
LaTeX/paper2/paper.blg
Normal file
@ -0,0 +1,48 @@
|
||||
This is BibTeX, Version 0.99e
|
||||
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
|
||||
The top-level auxiliary file: paper.aux
|
||||
Reallocating 'name_of_file' (item size: 1) to 6 items.
|
||||
The style file: plain.bst
|
||||
Reallocating 'name_of_file' (item size: 1) to 11 items.
|
||||
Database file #1: references.bib
|
||||
You've used 16 entries,
|
||||
2118 wiz_defined-function locations,
|
||||
611 strings with 6122 characters,
|
||||
and the built_in function-call counts, 4664 in all, are:
|
||||
= -- 475
|
||||
> -- 163
|
||||
< -- 0
|
||||
+ -- 69
|
||||
- -- 50
|
||||
* -- 322
|
||||
:= -- 799
|
||||
add.period$ -- 49
|
||||
call.type$ -- 16
|
||||
change.case$ -- 71
|
||||
chr.to.int$ -- 0
|
||||
cite$ -- 16
|
||||
duplicate$ -- 179
|
||||
empty$ -- 399
|
||||
format.name$ -- 50
|
||||
if$ -- 955
|
||||
int.to.chr$ -- 0
|
||||
int.to.str$ -- 16
|
||||
missing$ -- 20
|
||||
newline$ -- 84
|
||||
num.names$ -- 32
|
||||
pop$ -- 60
|
||||
preamble$ -- 1
|
||||
purify$ -- 57
|
||||
quote$ -- 0
|
||||
skip$ -- 112
|
||||
stack$ -- 0
|
||||
substring$ -- 345
|
||||
swap$ -- 16
|
||||
text.length$ -- 0
|
||||
text.prefix$ -- 0
|
||||
top$ -- 0
|
||||
type$ -- 56
|
||||
warning$ -- 0
|
||||
while$ -- 53
|
||||
width$ -- 18
|
||||
write$ -- 181
|
||||
Reference in New Issue
Block a user