CLApr 2

PRISM: Probability Reallocation with In-Span Masking for Knowledge-Sensitive Alignment

arXiv:2604.0168273.5
AI Analysis

This addresses hallucinations in multi-sentence generation for language models, representing an incremental improvement with structured auxiliary signals.

The paper tackles the problem of hallucinations in supervised fine-tuning by proposing PRISM, a framework that uses sentence-level factuality risk labels and inter-sentence dependencies to modify learning at fact-critical positions. Experiments show it improves factual aggregates across backbones while maintaining competitive overall capabilities.

Supervised fine-tuning (SFT) with token-level hard labels can amplify overconfident imitation of factually unsupported targets, causing hallucinations that propagate in multi-sentence generation. We study an augmented SFT setting in which training instances include coarse sentence-level factuality risk labels and inter-sentence dependency annotations, providing structured signals about where factual commitments are weakly supported. We propose \textbf{PRISM}, a differentiable risk-gated framework that modifies learning only at fact-critical positions. PRISM augments standard SFT with a lightweight, model-aware probability reallocation objective that penalizes high-confidence predictions on risky target tokens, with its scope controlled by span-level risk weights and model-aware gating. Experiments on hallucination-sensitive factual benchmarks and general evaluations show that PRISM improves factual aggregates across backbones while maintaining a competitive overall capability profile. Ablations further show that the auxiliary signal is most effective when used conservatively, and that knowledge masking and model-aware reallocation play complementary roles in balancing factual correction and capability preservation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes