Structured Output Learning with Indirect Supervision

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 a given 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 sequence of 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-to-get indirect binary supervision on three important NLP structure learning problems.

Cite

Text

Chang et al. "Structured Output Learning with Indirect Supervision." International Conference on Machine Learning, 2010.

Markdown

[Chang et al. "Structured Output Learning with Indirect Supervision." International Conference on Machine Learning, 2010.](https://mlanthology.org/icml/2010/chang2010icml-structured/)

BibTeX

@inproceedings{chang2010icml-structured,
  title     = {{Structured Output Learning with Indirect Supervision}},
  author    = {Chang, Ming-Wei and Srikumar, Vivek and Goldwasser, Dan and Roth, Dan},
  booktitle = {International Conference on Machine Learning},
  year      = {2010},
  pages     = {199-206},
  url       = {https://mlanthology.org/icml/2010/chang2010icml-structured/}
}