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
拜读了大佬的paper,很不错的想法!我有两个疑问想请教一下: 1、我理解query reconstructor的输入应该是passage的embedding sequence?但是看代码似乎是只用了passage第一个token的embedding作为表征:https://github.com/Deriq-Qian-Dong/III-Retriever/blob/main/src/modeling.py#L200 2、另外,interactor的输入应该是passage序列+重建的query序列?代码写的仍然是passage表征(即第一个token)+query embedding取平均,这样是否就不是token级别的交互了呢? https://github.com/Deriq-Qian-Dong/III-Retriever/blob/main/src/modeling.py#L204
The text was updated successfully, but these errors were encountered:
No branches or pull requests
拜读了大佬的paper,很不错的想法!我有两个疑问想请教一下:
1、我理解query reconstructor的输入应该是passage的embedding sequence?但是看代码似乎是只用了passage第一个token的embedding作为表征:https://github.com/Deriq-Qian-Dong/III-Retriever/blob/main/src/modeling.py#L200
2、另外,interactor的输入应该是passage序列+重建的query序列?代码写的仍然是passage表征(即第一个token)+query embedding取平均,这样是否就不是token级别的交互了呢?
https://github.com/Deriq-Qian-Dong/III-Retriever/blob/main/src/modeling.py#L204
The text was updated successfully, but these errors were encountered: