RoBERTaABSA icon indicating copy to clipboard operation
RoBERTaABSA copied to clipboard

关于Perturbed Masking

Open zlh-source opened this issue 3 years ago • 1 comments

您好,请问通过Perturbed Masking得到单词之间的影响矩阵M后,是怎么解码成依存树的? 论文3.1.2中写道“The tree decoding algorithm, such as Eisner and Chu–Liu/Edmonds’ algorithm , is then used to extract the dependency tree from the matrix M.” 我查资料得知,Chu–Liu/Edmond是一种求最大生成树的算法,所以影响矩阵M(加权有向图)的最大生成树就是我们需要的依存树吗? 不太了解依存树的相关知识,还请不吝赐教,十分感谢!

zlh-source avatar May 20 '22 15:05 zlh-source

这里主要是Perturbed Masking论文有使用该方法。更多细节还需要去查看他们的论文。

ROGERDJQ avatar Jun 06 '22 07:06 ROGERDJQ