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

From ACL Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
|-
 
|-
  
| Stanford Tagger || Learning with Cyclic Dependency Network || Toutanova et al. (?) || [http://nlp.stanford.edu/software/tagger.shtml Stanford Tagger] || 97.24% ||
+
| Stanford Tagger || Learning with Cyclic Dependency Network || Toutanova et al. (2003) || [http://nlp.stanford.edu/software/tagger.shtml Stanford Tagger] || 97.24% ||
 
|-
 
|-
  
| || Bidirectional Perceptron Learning || Shen et al. (?)  || [http://www.cis.upenn.edu/~xtag/spinal/ POS tagger] || 97.33% ||
+
| POS tagger || Bidirectional Perceptron Learning || Shen et al. (2007)  || [http://www.cis.upenn.edu/~xtag/spinal/ POS tagger] || 97.33% ||
 
|-
 
|-
  
Line 20: Line 20:
  
  
Jesús Giménez and Lluís Márquez. (2004). [http://www.lsi.upc.es/~nlp/SVMTool/lrec2004-gm.pdf SVMTool: A general POS tagger generator based on Support Vector Machines].
+
Giménez, J., and Márquez, L. (2004). [http://www.lsi.upc.es/~nlp/SVMTool/lrec2004-gm.pdf SVMTool: A general POS tagger generator based on Support Vector Machines].
  
Libin Shen, Giorgio Satta and Aravind K. Joshi. (?). [http://acl.ldc.upenn.edu/P/P07/P07-1096.pdf Guided Learning for Bidirectional Sequence Classification].
+
Shen, L., Satta, G., and Joshi, A. (2007). [http://acl.ldc.upenn.edu/P/P07/P07-1096.pdf Guided learning for bidirectional sequence classification]. ''Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics (ACL 2007)'', pages 760-767.
  
Kristina Toutanova, Dan Klein, Christopher D. Manning, and Yoram Singer. (?) [http://nlp.stanford.edu/kristina/papers/tagging.pdf Feature-Rich Part-of-Speech Tagging with a Cyclic Dependency Network].
+
Toutanova, K., Klein, D., Manning, C.D., Yoram Singer, Y. (2003) [http://nlp.stanford.edu/kristina/papers/tagging.pdf Feature-rich part-of-speech tagging with a cyclic dependency network]. ''Proceedings of HLT-NAACL 2003'', pages 252-259.
  
 
[[Category:State of the art]]
 
[[Category:State of the art]]

Revision as of 12:05, 21 June 2007

"Standard" measure:

  • Per token accuracy

"Standard" datasets:

  • Training: sections 0-18 of WSJ
  • Testing: sections 22-24 of WSJ


System Name Short Description Main Publications Software (if available) Results Comments (i.e. extra resources used, train/test times, ...)
SVMTool SVM Based tagger and tagger generator Giménez and Márquez (2004) SVMTool 97.16%
Stanford Tagger Learning with Cyclic Dependency Network Toutanova et al. (2003) Stanford Tagger 97.24%
POS tagger Bidirectional Perceptron Learning Shen et al. (2007) POS tagger 97.33%


Giménez, J., and Márquez, L. (2004). SVMTool: A general POS tagger generator based on Support Vector Machines.

Shen, L., Satta, G., and Joshi, A. (2007). Guided learning for bidirectional sequence classification. Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics (ACL 2007), pages 760-767.

Toutanova, K., Klein, D., Manning, C.D., Yoram Singer, Y. (2003) Feature-rich part-of-speech tagging with a cyclic dependency network. Proceedings of HLT-NAACL 2003, pages 252-259.