TF-IDF Weighted Cross-Entropy for Reduced Model Memorization
September 11, 2026
This method rescales token-level contributions using TF-IDF statistics to emphasize semantically informative tokens. Applying this to TinyLLaMA 1.1B reduced substring memorization by 58% with less than 3% computational overhead.
HOW THIS AFFECTS YOU
●
researcherYou can reduce model memorization and surface-level pattern learning by adjusting loss weighting during training.