Large Language Models (LLMs)
This is how Large Language Models predict the next word in a sentence.
What is using patterns and probabilities from lots of text?
When an AI model encounters something it cannot know, like “How many minutes was my train delayed today?”, it does this.
What is uses randomness to generate an answer?
In the encoder-decoder framework, this happens the moment you press “Enter” after typing a question to an AI.
What is encoding your input into a semantic representation?