Markov Chains are the Original Language Models
elijahpotter.dev
Markov Chains are the Original Language Models
1–10 of 177 posts
Re: Markov Chains are the Original Language Models
#2Re: Markov Chains are the Original Language Models
#3I think that experience is part of why I’ve been generally unimpressed with a lot of LLM hype. Like yeah, it’s cool and definitely more useful than a markov chain - but for the amount of resources that went into it I’d expect the gap to be quite a bit larger than it really is.
Re: Markov Chains are the Original Language Models
#4Re: Markov Chains are the Original Language Models
#5Markov Chains are cool stuff. Back in 2015 in one of my senior class projects, I built a haiku bot that would take a seed word and make a haiku from a corpus of Tweets I collected from the firehose API.
Re: Markov Chains are the Original Language Models
#6Re: Markov Chains are the Original Language Models
#7blogpost ends suddenly on “My solution” on ios safari. i’m pretty sure this was unintentionally cut off, OP
Re: Markov Chains are the Original Language Models
#8What I do see though is the infrastructure around LLMs making a difference.
Re: Markov Chains are the Original Language Models
#9https://colab.research.google.com/github/norvig/pytudes/blob...
Re: Markov Chains are the Original Language Models
#10This is what I've been saying to people, LLMs aren't much smarter than a Markov Chain - a lot of twitter bots and earlier chat agents were driven by them. What I do see though is the infrastructure around LLMs making a difference.
They're based on the same principles, but extend quite beyond that, and are way smarter than Markov Chains.
So, it's not just the infrastructure that's makes the difference (if they were only as effective as Markov Chains, then having the same or even more infrastructure wouldn't make any difference).