RoBERTaABSA
RoBERTaABSA copied to clipboard
关于Perturbed Masking
您好,请问通过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(加权有向图)的最大生成树就是我们需要的依存树吗? 不太了解依存树的相关知识,还请不吝赐教,十分感谢!
这里主要是Perturbed Masking论文有使用该方法。更多细节还需要去查看他们的论文。