Antislop: A Comprehensive Framework for Identifying and Eliminating Repetitive Patterns in Language Models
Keywords: AI slop, slop, constrained generation, delve, patterns, sampleing, dpo, preference optimization, fine-tuning, fine tuning, creativity, AI writing, Creative AI
TL;DR: We show several techniques for removing characteristic patterns from LLM generated texts at both the sampler level and at the model weights level.
Abstract: Widespread LLM adoption has introduced characteristic repetitive phraseology, termed "slop", which degrades output quality and makes AI-generated text immediately recognizable. We present Antislop, a comprehensive framework providing tools to both detect and eliminate these overused patterns. Our approach combines three innovations: (1) The Antislop Sampler, which uses backtracking to suppress unwanted strings at inference time without destroying vocabulary. (2) An automated pipeline that profiles model-specific slop against human baselines and generates training data. and, (3) Final Token Preference Optimization (FTPO), a novel fine-tuning method that operates in logit-space on individual tokens, surgically adjusting logits wherever a banned pattern has appeared in an inference trace. We demonstrate that some slop patterns appear over 1,000 times more frequently in LLM output than human text. The Antislop Sampler successfully suppresses 8,000+ patterns while maintaining quality, whereas token banning becomes unusable at just 2,000. Most importantly, FTPO achieves 90% slop reduction while maintaining or improving performance in cross-domain evals including GSM8K, MMLU, and creative writing tasks. In contrast, DPO suffers significant degradation in writing quality and lexical diversity despite achieving weaker suppression. We release all code and results datasets under MIT license.
Supplementary Material: zip
Primary Area: foundation or frontier models, including LLMs
Submission Number: 21417
Loading