SLIDE 13 Feature Extraction: Single Models
▶ The method requires sparse word-feature counts f(wk, cj). ▶ We demonstrate the approach on the four following types of features:
- 1. Features based on sense clusters: Cluster
▶ Features: words from the induced sense clusters; ▶ Weights: similarity scores.
- 2. Dependency features: Deptarget, Depall
▶ Features: syntactic dependencies attached to the word, e.g. “subj(•,type)” or
“amod(digital,•)”
▶ Weights: LMI scores of the scores.
- 3. Dependency word features: Depword
▶ Features: words extracted from all syntactic dependencies attached to a target word.
For instance, the feature “subj(•,write)” would result in the feature “write”.
▶ Weights: LMI scores.
- 4. Trigram features: Trigramtarget, Trigramall
▶ Features: pairs of left and right words around the target word, e.g. “typing_•_or” and
“digital_•_.”.
▶ Weights: LMI scores. September 19, 2016 | 13