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
大佬你好,当前句子计算公式是 交集/log(len(A)+len(b)),这样的话,会不会导致句子越长,得到的相似度越高啊?
The text was updated successfully, but these errors were encountered:
相反,这个公式的目的就是为了削弱句子长度代码的影响,所以才除两个句子的长度来进行归一化。 具体的原因可以见原始paper
Sorry, something went wrong.
请问一下这个原始Paper是哪个?
No branches or pull requests
大佬你好,当前句子计算公式是 交集/log(len(A)+len(b)),这样的话,会不会导致句子越长,得到的相似度越高啊?
The text was updated successfully, but these errors were encountered: