English

Word Representations, Tree Models and Syntactic Functions

Computation and Language 2016-02-08 v2 Machine Learning Machine Learning

Abstract

Word representations induced from models with discrete latent variables (e.g.\ HMMs) have been shown to be beneficial in many NLP applications. In this work, we exploit labeled syntactic dependency trees and formalize the induction problem as unsupervised learning of tree-structured hidden Markov models. Syntactic functions are used as additional observed variables in the model, influencing both transition and emission components. Such syntactic information can potentially lead to capturing more fine-grain and functional distinctions between words, which, in turn, may be desirable in many NLP applications. We evaluate the word representations on two tasks -- named entity recognition and semantic frame identification. We observe improvements from exploiting syntactic function information in both cases, and the results rivaling those of state-of-the-art representation learning methods. Additionally, we revisit the relationship between sequential and unlabeled-tree models and find that the advantage of the latter is not self-evident.

Keywords

Cite

@article{arxiv.1508.07709,
  title  = {Word Representations, Tree Models and Syntactic Functions},
  author = {Simon Šuster and Gertjan van Noord and Ivan Titov},
  journal= {arXiv preprint arXiv:1508.07709},
  year   = {2016}
}

Comments

Add github code repository link. Fix equation 4.1

R2 v1 2026-06-22T10:44:56.651Z