Implicit Conditioning in Probability Notation
For notational clarity, conditional probability distributions like Pr(y|x) are often written in a simplified form, such as Pr(y) or simply Pr. This convention is used when the conditioning variable x is understood from the context, helping to keep formulas and text uncluttered.
0
1
Tags
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Implicit Conditioning in Probability Notation
A data scientist is building a model to predict whether an email is spam. The model uses the email's subject line length, the number of exclamation points, and the presence of certain keywords as inputs. Which of the following notations correctly represents the conditional probability distribution this predictive model aims to learn?
Modeling House Price Predictions
A meteorologist is building a model to forecast the probability of rain tomorrow. The model considers today's temperature, humidity, barometric pressure, and wind speed as inputs. If this model is expressed using the general notation
p(· | x₁, x₂, x₃, x₄), which of the following correctly identifies the variable represented by the·(the dot)?
Learn After
Interpreting Simplified Probability Notation
A research paper describing a language model states: 'The model is trained to predict the next word in a sequence. During inference, for a given sequence of preceding words, the model selects the word
ythat maximizesPr(y).' What does the notationPr(y)most accurately represent in this specific context?A researcher is developing a machine translation model that translates a French sentence,
f, into an English sentence,e. In their paper, they consistently use the notationPr(e)to represent the probability of the translated English sentence. Which of the following statements provides the most accurate evaluation of this notational choice?