Tune diffusion cap and tighten evidence/entity section rules

This commit is contained in:
2026-02-13 18:30:11 +08:00
parent 8908074224
commit f7abdd8e94
2 changed files with 9 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ const CONFIG = {
// Post-verification (Cosine Gate)
COSINE_GATE: 0.45, // min cosine(queryVector, stateVector)
SCORE_FLOOR: 0.10, // min finalScore = PPR_normalized × cosine
DIFFUSION_CAP: 60, // max diffused nodes (excluding seeds)
DIFFUSION_CAP: 100, // max diffused nodes (excluding seeds)
};
// ═══════════════════════════════════════════════════════════════════════════