Contrastive Estimation

From Cohen Courses
Revision as of 17:18, 29 September 2011 by Yww (talk | contribs) (→‎Motivation)
Jump to navigationJump to search

This is a method proposed by Smith and Eisner 2005:Contrastive Estimation: Training Log-Linear Models on Unlabeled Data.

The proposed approach deals with the estimation of log-linear models (e.g. Conditional Random Fields) in an unsupervised fashion. The method focuses on the denominator of the log-linear models by exploiting the so called implicit negative evidence in the probability mass.

Motivation

Ce survey.png In the Smith and Eisner (2005) paper, the authors have surveyed different estimation techniques for probabilistic graphic model.

Problem Formulation

The Algorithm

Some Reflections

Related Papers