iioSnail/MDCSpell_pytorch

非官方的MDCSpell论文的实现

18

stars

5

commits

Jupyter Notebook

primary language

Oct 16, 2022

updated

README

MDCSpell_pytorch

Open In Colab

论文地址https://aclanthology.org/2022.findings-acl.98/

MDCSpell: A Multi-task Detector-Corrector Framework for Chinese Spelling Correction 论文的非官方Pytorch实现。 由于作者并没有公开代码,所以我就尝试自己实现一个,最终我的实验结果如下表:

DatasetModelD_PrecisionD_RecallD_F1C_PrecC_RecC_F1
SIGHAN 13MDCSpell89.178.383.487.576.881.8
SIGHAN 13MDCSpell(复现)80.279.980.077.276.977.1
SIGHAN 14MDCSpell70.268.869.569.067.768.3
SIGHAN 14MDCSpell(复现)82.866.673.879.964.371.2
SIGHAN 15MDCSpell80.880.680.778.478.278.3
SIGHAN 15MDCSpell(复现)86.776.181.172.582.777.3

这里是我训练了2个epoch的结果,与作者的结论相差不大。如果我增加训练次数的话,也许可以和作者的结果达到一致。

数据集地址:百度网盘 ; Google Drive

我的模型:百度网盘

Contributors

iioSnail

5 commits

iioSnail/MDCSpell_pytorch

非官方的MDCSpell论文的实现

18

stars

5

commits

Jupyter Notebook

primary language

Oct 16, 2022

updated

README

MDCSpell_pytorch

Open In Colab

论文地址https://aclanthology.org/2022.findings-acl.98/

MDCSpell: A Multi-task Detector-Corrector Framework for Chinese Spelling Correction 论文的非官方Pytorch实现。 由于作者并没有公开代码,所以我就尝试自己实现一个,最终我的实验结果如下表:

DatasetModelD_PrecisionD_RecallD_F1C_PrecC_RecC_F1
SIGHAN 13MDCSpell89.178.383.487.576.881.8
SIGHAN 13MDCSpell(复现)80.279.980.077.276.977.1
SIGHAN 14MDCSpell70.268.869.569.067.768.3
SIGHAN 14MDCSpell(复现)82.866.673.879.964.371.2
SIGHAN 15MDCSpell80.880.680.778.478.278.3
SIGHAN 15MDCSpell(复现)86.776.181.172.582.777.3

这里是我训练了2个epoch的结果,与作者的结论相差不大。如果我增加训练次数的话,也许可以和作者的结果达到一致。

数据集地址:百度网盘 ; Google Drive

我的模型:百度网盘

Contributors

iioSnail

5 commits

Languages

Jupyter Notebook

100.0%