Large Language Models · Quiz 2 · 16 Mar 2025 · January 2025 term
Question 10: Consider a vocabulary \mathcal{V}, \mathcal{V} =([start]…
Question 10
+4 marksNumerical answer
Consider a vocabulary V,
V=([start], deep, hot, is, learning, research, topic, very, [end]).
Assume that the BART model is being trained using a denoising objective. Suppose the original sentence is “[start] deep learning is very hot research topic [end]” and the corrupted sentence is “[start] deep [mask] is [mask] very hot [mask] topic [end]”
The prediction probabilities outputted by the model are given below.
The zeroth row of the matrix is the output probability distribution by the model given the special [Start] token as input. Following the Greedy Search decoding strategy, the subsequent rows give the conditional probability distribution conditioned over the previous tokens. What is the loss value?
Question 10 of 18 in the IIT Madras BS Large Language Models (LLM) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M DEGREE AN EXAM QDB2 16 Mar 2025). It carries 4 marks.