评测parser的好坏

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

lua

 

二、spa

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

 

 

 

 

相关文章
相关标签/搜索