diff options
Diffstat (limited to 'artifacts/synth_v1/tier0_dictionary.json')
| -rw-r--r-- | artifacts/synth_v1/tier0_dictionary.json | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/artifacts/synth_v1/tier0_dictionary.json b/artifacts/synth_v1/tier0_dictionary.json new file mode 100644 index 0000000..27ddb41 --- /dev/null +++ b/artifacts/synth_v1/tier0_dictionary.json @@ -0,0 +1,158 @@ +{ + "protocol": "Factor families and their value correspondence are derived from unimodal statistics of disjoint splits: noun-number association separates count words, coverage separates colour from size words, and marginal frequency rank pairs colour values across modalities. No declared lexicon.", + "text_families": { + "count_words": [ + "a", + "three", + "four", + "two" + ], + "colour_words": [ + "red", + "orange", + "yellow", + "green", + "blue", + "purple", + "pink", + "white", + "gray", + "brown" + ], + "size_words": [ + [ + "small", + "large" + ] + ] + }, + "families_detail": [ + { + "tokens": [ + "a", + "three", + "four", + "two" + ], + "coverage": 1.0, + "morphology_spread": 0.9295290477827433 + }, + { + "tokens": [ + "red", + "orange", + "yellow", + "green", + "blue", + "purple", + "pink", + "white", + "gray", + "brown" + ], + "coverage": 1.0, + "morphology_spread": 0.04734259595690016 + }, + { + "tokens": [ + "small", + "large" + ], + "coverage": 0.6690883190883191, + "morphology_spread": 0.4904680515903485 + } + ], + "vision_colour_frequency": [ + [ + 3, + 2364 + ], + [ + 1, + 1389 + ], + [ + 6, + 893 + ], + [ + 0, + 655 + ], + [ + 7, + 529 + ], + [ + 2, + 488 + ], + [ + 5, + 413 + ], + [ + 9, + 352 + ], + [ + 4, + 345 + ], + [ + 8, + 275 + ] + ], + "derived_colour_map": { + "red": 3, + "orange": 1, + "yellow": 6, + "green": 0, + "blue": 7, + "purple": 2, + "pink": 5, + "white": 9, + "gray": 4, + "brown": 8 + }, + "evaluation_only": { + "vision_side_truth_frequency_rank": [ + "red", + "orange", + "yellow", + "green", + "blue", + "purple", + "pink", + "white", + "gray", + "brown" + ], + "text_side_truth_frequency_rank": [ + "red", + "orange", + "yellow", + "green", + "blue", + "purple", + "pink", + "white", + "gray", + "brown" + ], + "rank_agreement": 1.0, + "text_colour_words_recovered": [ + "blue", + "brown", + "gray", + "green", + "orange", + "pink", + "purple", + "red", + "white", + "yellow" + ] + } +}
\ No newline at end of file |
