Ming-Wei Chang, Vivek Srikumar, Dan Goldwasser and Dan Roth
Proceedings of the International Conference on Machine Learning (ICML), 2010.

Abstract

We present a novel approach for structure prediction that addresses the difficulty of obtaining labeled structures for training. We observe that structured output problems often have a companion learning problem of determining whether agiven input possesses a good structure. For example, the companion problem for the part-of-speech (POS) tagging task asks whether a given sequence of words has a corresponding sequenceof POS tags that is "legitimate". While obtaining direct supervision for structures is difficult and expensive, it is often very easy to obtain indirect supervision from the companion binary decision problem. In this paper, we develop a large margin framework that jointly learns from both direct and indirect forms of supervision. Our experiments exhibit the significant contribution of the easy-toget indirect binary supervision on three important NLP structure learning problems.

Links

Bib Entry

@inproceedings{chang2010structured,
  author = {Chang, Ming-Wei and Srikumar, Vivek and Goldwasser, Dan and Roth, Dan},
  title = {{Structured Output Learning with Indirect Supervision}},
  booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
  year = {2010}
}