CAD: Context-Aware Decoding—a method that amplifies the difference between output probabilities with and without context to favor contextual knowledge
Jensen-Shannon Divergence: A symmetric, bounded measure of similarity between two probability distributions, used here to quantify knowledge conflict
Parametric Knowledge: Information stored within the LLM's pre-trained weights
Contextual Knowledge: Information provided in the input prompt (e.g., from retrieval)
Knowledge Conflict: Situations where the information in the context contradicts the model's parametric knowledge
PMI: Pointwise Mutual Information—used in CAD to scale the parametric probability
AlignScore: A metric for evaluating the factual consistency of text generation against a source document
COIECD: A baseline method that bins instances into high/low conflict using entropy constraints
ConfCD: A baseline method that adjusts decoding weights based on model confidence
NQ-Swap: A dataset constructed by swapping answers in Natural Questions to create synthetic knowledge conflicts