Changes between Version 12 and Version 13 of SelfTraining

Show
Ignore:
Author:
jessi (IP: 192.12.13.2)
Timestamp:
07/24/09 04:58:03 (4 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SelfTraining

    v12 v13  
    7272#!rst 
    7373 
    74 =======   ==============  ============= 
    75                 Input 
    76 ------------------------------------ 
     74========  =============  ============= 
    7775training  Gold POS tags  Auto POS tags 
    7876========  =============  ============= 
    8078WSJ+Wiki      91.26%         90.29% 
    8179========  =============  ============= 
     80 
    8281}}} 
     82 
     83   * evaluating the parser using the newly trained POS tagger and supertagger models 
     84 
     85 
     86{{{ 
     87#!rst 
     88 
     89========  =============  ============= 
     90training  Gold POS tags  Auto POS tags 
     91========  =============  ============= 
     92WSJ only   P = 82.27;      P = 81.01; 
     93           R = 82.72;      R = 80.85; 
     94           F = 82.48       F = 80.90 
     95WSJ+wiki   P = 82.21;      P = 80.15; 
     96           R = 82.82;      R = 82.18; 
     97           F = 82.50       F = 81.15 
     98========  =============  ============= 
     99 
     100}}}