ended3월 17일· 1 sources

Context-Anchored Generation (CAG): Fixing Hallucinations at the Decoding Layer

컨텍스트 고정 생성(CAG): 디코딩 단계에서 환각 현상 해결하기

Why it matters

Context-Anchored Generation (CAG) addresses LLM hallucination not as a knowledge gap but as a control problem at the decoding layer. It maintains a semantic anchor from the prompt and tracks token-level drift using cosine similarity, intervening during generation via two modes—constraint and expansion—rather than filtering outputs post-hoc. CAG requires no retraining, is model-agnostic, adds negligible overhead, and also mitigates repetition loops, long-context degradation, and topic switching.

1
Sources
+0
24h
Growth
177d
Active
CAGhallucinationsemantic driftdecodingLLM alignment

Sources

Related Issues