Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
courses:rg:2014:crf [2014/10/28 14:17] varisd |
courses:rg:2014:crf [2014/10/28 14:22] (current) varisd |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Conditional Random Fields - Questions ===== | ===== Conditional Random Fields - Questions ===== | ||
- | (1) Definition of CRF in Section 3 contains a formula with a shortcut notation: < | + | 1. Definition of CRF in Section 3 contains a formula with a shortcut notation: < |
a) Try to rewrite this general formula using some more clear notation (or explain it in your words). | a) Try to rewrite this general formula using some more clear notation (or explain it in your words). | ||
Line 8: | Line 8: | ||
**Hint:** If you don't understand the shortcut notation, just ignore it and use your intuition (vertices connected by edges are not independent). | **Hint:** If you don't understand the shortcut notation, just ignore it and use your intuition (vertices connected by edges are not independent). | ||
| | ||
- | (2) MEMMs suffer from Label Bias Problem. What about HMMs? Why? | + | 2. MEMMs suffer from Label Bias Problem. What about HMMs? Why? |
- | (3) Which of the following features are meaningful? Why? | + | 3. Which of the following features are meaningful? Why? |
- | a) < | + | a) < |
- | b) < | + | b) < |
- | c) < | + | c) < |
- | d) < | + | d) < |
- | e) < | + | e) < |
- | f) < | + | f) < |
- | g) < | + | g) < |
- | h) < | + | h) < |
i) < | i) < | ||
j) < | j) < | ||
- | (4) Let's suppose, that we have a CRF for the data "he/N can/V can/V a/N can/N" and these features: | + | 4. Let's suppose, that we have a CRF for the data "he/N can/V can/V a/N can/N" and these features: |
< | < | ||
Line 38: | Line 38: | ||
**Hint2:** The vertical bar in < | **Hint2:** The vertical bar in < | ||
- | d) Let's suppose, that | + | d) (optional) Let's suppose, that |
- | | + | < |
- | | + | < |
- | | + | < |
Show, that exp(...) expression in Formula 1 (page 3) and < | Show, that exp(...) expression in Formula 1 (page 3) and < | ||
give the same result. | give the same result. |