1、
在dependency parsing中一般是用 LAS UAS 来衡量
简要说来UAS是知道是边对了(也就是它依赖的节点找对了)就算对,而LAS在前者的基础上要求更加严格,还要求边的Label也要对,才算对。
Evaluation of Dependency Parsing

评测parser的好坏-LMLPHP

2、

在constituent parsing中则是根据gold中的一个个span的准确率和召回率评测,而F1是精确率和召回率的调和均值。 
Evaluating constituency parsing

评测parser的好坏-LMLPHP

评测parser的好坏-LMLPHP

05-11 20:13