Question 16
Consider that the following paragraph is used as the input to train a sequence language model:
"this is a great sunny day the advantage of being a sunny day is that we can indulge in many outdoor sports and activities i am not wrong when i say that it is a great sunny morning"
(Ignore the double quotes in the vocab)
- No smoothing is applied.
- Tokenization is done by splitting on spaces.
- If a context does not appear, its conditional probability is zero.
What is the probability the model generates the following sequence ?
"a great sunny morning"
(Answer upto 3 decimals)