Difference between revisions of "Contrastive Estimation"

From Cohen Courses
Jump to navigationJump to search
Line 4: Line 4:
  
 
== Motivation ==
 
== Motivation ==
 +
[[File:Ce survey.png]]
 +
In the Smith and Eisner (2005) paper, the authors have surveyed different estimation techniques for probabilistic graphic model.
  
 
== Problem Formulation ==
 
== Problem Formulation ==

Revision as of 17:18, 29 September 2011

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