Markov Chains

Markov chains text generation algorithms don't really perform that well compared to Transformer models like GPT. Usually the text won't be human readable and usually just bunch of words with no coherent meaning.

Google can spot this and it Can even harm Seo.
 
Markov chains text generation algorithms don't really perform that well compared to Transformer models like GPT. Usually the text won't be human readable and usually just bunch of words with no coherent meaning.

Google can spot this and it Can even harm Seo.

I'm aware that it won't be human readable, but do you know if sites full of Markov chain spam generate *any* traffic?
 
I'm aware that it won't be human readable, but do you know if sites full of Markov chain spam generate *any* traffic?
Well yea. All websites genarate *some* traffic. Occasionally, some human might stray into the 2nd page of Google and maybe, just maybe, they might click your link. They prolly won't even stay for 30 seconds tho if all they see is unreadable spam. And then there would be a lot of bots that you wouldn't differentiate from humans.

You will definitely get some traffic. All web properties with a fuckton of content do. But it likely won't be substantial at all.

A better option is to just scrape some content from sites that are not english and then translate and rewrite them. This will most likely give you better results than plain old markov chains for text generation.
 
Well yea. All websites genarate *some* traffic. Occasionally, some human might stray into the 2nd page of Google and maybe, just maybe, they might click your link. They prolly won't even stay for 30 seconds tho if all they see is unreadable spam. And then there would be a lot of bots that you wouldn't differentiate from humans.

You will definitely get some traffic. All web properties with a fuckton of content do. But it likely won't be substantial at all.

A better option is to just scrape some content from sites that are not english and then translate and rewrite them. This will most likely give you better results than plain old markov chains for text generation.

Thanks for the info!
 
Back
Top