Difference between revisions of "Parsing (State of the art)"

From ACL Wiki
Jump to navigation Jump to search
m (Parsing (StateOfTheArt) moved to Parsing (State of the art): Wikipedia capitalization)
(No difference)

Revision as of 14:49, 18 June 2007

"Standard" measure:

PARSEVAL -- the evalb[1] program.

"Standard" datasets:

  • Training: WSJ sections 2-22
  • Testing: WSJ section 23
System Name Short Description Main Publications Software (if available) Results Comments (i.e. extra resources used, train/test times, ...)
Johnson & Charniak's Parser Lexicalized N-Best PCFG + Discriminative re-reanking Mark Johnson and Eugene Charniak, ACL 2005 [2] Available [3] 91.4 Works well also on Brown
Collins' Parser Lexicalized PCFG Collins' Thesis [4], Bikel's Thesis [5] Dan Bikel's Implementation [6] ???