Question 2
Consider the sentence:
"Data science is fun"
In a bigram language model, which probability expression correctly represents the probability of the word "is"?
P(is | Data, science)
P(is | science)
P(is | fun)
P(is | science, fun)
Consider the sentence:
"Data science is fun"
In a bigram language model, which probability expression correctly represents the probability of the word "is"?
P(is | Data, science)
P(is | science)
P(is | fun)
P(is | science, fun)
Correct answer
P(is | science)
Question 2 of 24 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) End Term paper sat on 10 May 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 May 26 (Session 2)). It carries 4 marks.