Question
Which of the following statements with regard to Large Language Models (LLMs) used in machine learning is/are correct ?
1. LLMs assign probabilities to the next possible words and then pick the one with the highest probability.
2. LLMs process data through mathematical optimization to minimise prediction errors.
3. LLMs produce unbiased outputs.
Select the answer using the code given below :
- (a)1 only
- (b)1 and 2 only
- (c)2 and 3 only
- (d)1, 2 and 3