Difference between revisions of "Semantic Role Labeling (State of the art)"

From ACL Wiki
Jump to navigation Jump to search
m (Wikipedia capitalization)
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== "Standard" measure: ==
+
== CONLL 2005 Shared Task ==
 
+
Top three results on the WSJ + Brown data from CoNLL 2005 Shared task. More information at (Carreras and Màrquez)
== "Standard" datasets: ==
 
 
 
  
 
{{StateOfTheArtTable}}
 
{{StateOfTheArtTable}}
  
| SystemName || How does it work? || Author and Article [http://www.bla.com] || Software? || 98% according to... || Any extra comments?
+
| SNoW SRL || SNoW, ILP || [http://cogcomp.cs.illinois.edu/page/publication_view/131 Punyakanok, et. al.] || [http://cogcomp.cs.illinois.edu/page/software_view/12 Illinois SRL software], [http://cogcomp.cs.illinois.edu/page/demo_view/SRL Illinois SRL demo] || 77.92 % ||
 
|-
 
|-
 +
| Pradhan || SVM || Pradhan et. al.|| ?? || 77.30 ||
 +
|-
 +
| Haghighi || MaxEnt || Haghighi, et. al.|| ?? || 77.04 % ||
 +
|-
 +
 +
 +
|}
  
|-
+
== References ==
 +
* Carreras and Màrquez. Introduction to the CoNLL-2005 Shared Task: Semantic Role Labeling.
 +
* [http://cogcomp.cs.illinois.edu/page/publication_view/131 Punyanok et. al. Generalized Inference with Multiple Semantic Role Labeling Systems].
 +
* Pradhan et. al. Semantic Role Chunking Combining Complementary Syntactic Views.
 +
* Haghighi et. al. A Joint Model for Semantic Role Labeling.
  
|}
 
  
  
 
[[Category:State of the art]]
 
[[Category:State of the art]]

Latest revision as of 10:25, 18 September 2012

CONLL 2005 Shared Task

Top three results on the WSJ + Brown data from CoNLL 2005 Shared task. More information at (Carreras and Màrquez)

System Name Short Description Main Publications Software (if available) Results Comments (i.e. extra resources used, train/test times, ...)
SNoW SRL SNoW, ILP Punyakanok, et. al. Illinois SRL software, Illinois SRL demo 77.92 %
Pradhan SVM Pradhan et. al. ?? 77.30
Haghighi MaxEnt Haghighi, et. al. ?? 77.04 %

References