Do newer coding models end up training on the AI slop generated by older models?
1–10 of 10 posts
Re: Do newer coding models end up training on the AI slop generated by older models?
#2I'd argue that the way attention works plays into the slop too
Re: Do newer coding models end up training on the AI slop generated by older models?
#3Re: Do newer coding models end up training on the AI slop generated by older models?
#4Yes, that's why good datasets are important. But usually the difference between model generations is architectural improvements
Re: Do newer coding models end up training on the AI slop generated by older models?
#5How much do we assume human written code for training the original models is free of human made slop? We all know we all take shortcuts and have code we are not proud of. If they are I deed averaging machines, is it possible their output is the average of human output? I'd argue that the way attention works plays into the slop too
Re: Do newer coding models end up training on the AI slop generated by older models?
#6Re: Do newer coding models end up training on the AI slop generated by older models?
#7Re: Do newer coding models end up training on the AI slop generated by older models?
#8Re: Do newer coding models end up training on the AI slop generated by older models?
#9Re: Do newer coding models end up training on the AI slop generated by older models?
#10In reality there are lots of ways to bias towards quality and all decent labs will be feeding quality signals via techniques like RLHF and supervised training so that you don't get the median human-slop output, but the borderline super-human modern LLM output.