Rebuilt from your corrected files. Treatment path models decay-weighted contextual snippet expansion around anchor snippets.
Sources: Technical Description_ Decay-Weighted Contextual Snippet Expansion (Congealing).docx • Congealing Provisional Patent.docx • Congealing_PPA_final.docx
Answer to "How is the congealing score computed?": Congealing score combines distance decay and a relevance/similarity boost: C(S0,Si)=β·D(di)+γ·(R0·Ri·Sim(S0,Si)). Candidate neighbors may be selected by threshold τ, top-K ranking, or probability sampling based on congealing score. The method can be evaluated by comparing answer quality from baseline retrieval versus decay-weighted contextual expansion.
Answer to "How is the congealing score computed?": Congealing score combines distance decay and a relevance/similarity boost: C(S0,Si)=β·D(di)+γ·(R0·Ri·Sim(S0,Si)). Candidate neighbors may be selected by threshold τ, top-K ranking, or probability sampling based on congealing score. Anchor snippets are highly relevant sentences identified after initial retrieval and before final synthesis.
Metric = keyword recall against expected concept terms per test query. Use this as a prototype harness before swapping in human eval or LLM-as-judge scoring.