We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于seq2seq模型训练,我有两个问题: 1.为什么只使用错误的句子进行训练?这样会不会影响遇到测试集中正确的句子时的性能 2.在剔除训练数据集中的正确的句子时,是考虑原文本和纠错文本完全一致的文本才剔除。那么在其他场景下,想问一下如果原句子和纠错后的句子语法都是正确的,但是文本不太一致的情况,这样有哪些处理措施吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
关于seq2seq模型训练,我有两个问题:
1.为什么只使用错误的句子进行训练?这样会不会影响遇到测试集中正确的句子时的性能
2.在剔除训练数据集中的正确的句子时,是考虑原文本和纠错文本完全一致的文本才剔除。那么在其他场景下,想问一下如果原句子和纠错后的句子语法都是正确的,但是文本不太一致的情况,这样有哪些处理措施吗?
The text was updated successfully, but these errors were encountered: