Difference between revisions of "POS Induction (State of the art)"

From ACL Wiki
Jump to navigation Jump to search
(Alexander Clark. 2003)
(evaluate 45 labels)
Line 1: Line 1:
 
==Evaluation==
 
==Evaluation==
'''Many-to-1:''' Mapping every induced label to a gold standard tag greedily. Use the mapping to compute tag accuracy on the Wall Street Journal part of the Penn TreeBank.
+
'''Many-to-1:''' Map every induced label to a gold standard tag greedily (45 labels to 45 tags of the Penn tag set). Use the mapping to compute tag accuracy on the Wall Street Journal portion of the Penn TreeBank.  
  
 
==Results==
 
==Results==

Revision as of 16:07, 27 January 2011

Evaluation

Many-to-1: Map every induced label to a gold standard tag greedily (45 labels to 45 tags of the Penn tag set). Use the mapping to compute tag accuracy on the Wall Street Journal portion of the Penn TreeBank.

Results

System name Short description Main publications Software Many-to-1
Brown+proto MRF initialized with Brown prototypes Christodoulopoulos, Goldwater and Steedman (2010) 76.1%
Logistic regression with features and LBFGS Berg-Kirkpatrick et al. (2010) 75.5%
Clark DMF Distributional clustering + morphology + frequency Clark (2003) alexc 71.2%*

* according to Christodoulopoulos, Goldwater and Steedman (2010)

References

See also