Commit 32a275a
committed
feat(julia): apply_domain_weights gains category-prefix rollup on exact-key miss
When a domain_hint like "arithmetic.natural_numbers" has no exact match in
PROVER_DOMAIN_WEIGHTS, fall back to the mean of every key sharing the
"arithmetic." prefix. This lets sparse domain training data still influence
ranking through its category siblings, matching the rollup story that
VeriSim's mv_prover_success_by_class is shaped to consume.
The "no evidence → return scores unchanged" terminal behaviour and the
[0.5, 1.0] modulation range are preserved.
https://claude.ai/code/session_01YPqu7gti4azBach6ZvpRFJ1 parent d5554ec commit 32a275a
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
165 | 183 | | |
166 | 184 | | |
167 | 185 | | |
| |||
0 commit comments