Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deep Parsing in Watson (Evaluation (evaluated for parse correctness on two…
Deep Parsing in Watson
-
-
-
Evaluation
evaluated for parse correctness on two test sets: (A) 100 Jeopardy! question segments and (B) 100 segments from Wikipedia
compared against the Charniak parser (chosen because of frequent use): 83,6% for Jeopardy, 81,1% for wiki
A node N in a dependency parse tree is called correct
if the mother node exhibited for N is correct, and the POS of N is correct
The score for a parser is the percentage of correct nodes it delivers across the whole test set (using
-
Score - 92% on Jeopardy, 88,7% on Wiki
ESG parsing is efficient, very quick and has a small footprint, doesn't use a lot of working memory