Equation Sheet
Equation Sheet
Equation Sheet
• Initialization
• Let #t(j) be the probability of being in state j
after seeing the first t observations (by
summing over all initial paths leading to j). • Recursion
• Termination
7 8
Viterbi Scores Computing the Viterbi Scores
• Recursively compute the probability of the most • Initialization
likely subsequence of states that accounts for the
first t observations and ends in state sj.
• Recursion
9
Analogous to Forward algorithm except take max instead of sum 10
• Recursion
• Estimate the observation probabilities based on tag/
word co-occurrence statistics in the labeled data.
• Termination
• N a set of non-terminal symbols (or variables) • Set of production rules can be taken directly
• $ a set of terminal symbols (disjoint from N) from the set of rewrites in the treebank.
• R a set of productions or rules of the form • Parameters can be directly estimated from
A"%, where A is a non-terminal and % is a frequency counts in the treebank.
string of symbols from ($& N)*
• S, a designated non-terminal called the start
symbol
14