评测parser的好坏

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

评测parser的好坏

2、

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

评测parser的好坏

评测parser的好坏

上一篇:Form_通过FND_FNDFLUPL标准功能上传CSV控件(案例)


下一篇:python:实例化configparser模块读写配置文件