Questions: Probabilistic Graphical Models

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A Bayesian network models 20 binary variables, where each variable has at most 3 parents. Compared to storing the full joint distribution, how does the network's storage requirement compare?

ARoughly the same, because the network must still implicitly represent all 2^20 possible variable combinations
BExponentially smaller, because each variable's conditional probability table depends only on its parents, not all other variables
CSlightly smaller, because the network removes redundant variables that are fully determined by others
DLarger, because storing the graph structure plus all conditional tables requires more space than a flat lookup table
Question 2 Multiple Choice

In a Bayesian network, variable X directly causes variable Y (X → Y). A new observation is made for variable Z, a distant descendant of Y. How does observing Z affect our beliefs about X?

AObserving Z does not change beliefs about X because the causal arrow points away from X, not toward it
BObserving Z updates beliefs about Y, and this change propagates up the causal chain to update beliefs about X
CObserving Z makes X and Y conditionally independent, because Z screens off Y from X
DObserving Z increases uncertainty about X because the downstream observation introduces conflicting information
Question 3 True / False

The joint probability distribution in a Bayesian network factorizes as the product of each variable's conditional probability given its parents alone — this is what makes the network a compact representation.

TTrue
FFalse
Question 4 True / False

Adding more edges to a Bayesian network generally makes inference more efficient, because more connections allow information to flow more directly between related variables.

TTrue
FFalse
Question 5 Short Answer

Why do probabilistic graphical models represent joint distributions much more compactly than explicitly enumerating all combinations, and what role does the graph structure play in enabling this?

Think about your answer, then reveal below.