Suppose we have a relational probabilistic model for movie prediction, where we represent
![]() |
What is the treewidth of the ground belief network (after pruning irrelevant variables) for querying given the following observations?
Person |
Movies |
likes |
Sam |
Hugo |
yes |
Chris |
Hugo |
no |
Sam |
The Help |
no |
Sam |
Harry Potter 6 |
yes |
Chris |
Harry Potter 6 |
yes |
Chris |
AI |
no |
David |
AI |
yes |
David |
The Help |
yes |
For the same probabilistic model, for movies,
people and
ratings, what is the worst-case treewidth of the corresponding graph (after pruning irrelevant variables), where only ratings are observed? (Here is it worst over the set of all observations).
For the same probabilistic model, for movies,
people, and
ratings, what is the worst-case treewidth of the corresponding graph, where the some ratings but all of the genres are observed?
2, e.g., by eliminating in order ,
,
,
,
,
, which occurs when the
ratings are used to connect each of
movies with each of
people.
0, as the age nodes are disconnected.