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
代码实现中似乎并没有用到推荐模块得到的候选商品集合,因为selection_cross_decoder用的是db_encoding,这用的是context出现的实体编码,推荐模块并没有用到,不知道推荐模块对于回复生成在哪里起作用了,是不是应该将db_encoding改成推荐模块排名前50的实体表示才是正确的,感觉代码实现与论文提到的使用来自推荐模块的候选商品集合不符合
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码实现中似乎并没有用到推荐模块得到的候选商品集合,因为selection_cross_decoder用的是db_encoding,这用的是context出现的实体编码,推荐模块并没有用到,不知道推荐模块对于回复生成在哪里起作用了,是不是应该将db_encoding改成推荐模块排名前50的实体表示才是正确的,感觉代码实现与论文提到的使用来自推荐模块的候选商品集合不符合
The text was updated successfully, but these errors were encountered: