-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: PengLinzhi/DyGKT
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
你们DyGKT代码中src_node_embeddings = self.src_node_updater.update( src_nodes_features[:, :-1, :] + src_nodes_neighbor_skill_struct_features+ src_nodes_neighbor_struct_features) + (src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :] (src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :]这个包含当前要预测的edge_raw_features,不是相当于把作答情况r告诉模型了吗?这样不是数据泄露了吗?怎么完成预测任务?
#6
opened Dec 17, 2024 by
Xiaoyanxun
你好,为什么代码里完全找不到与r(答案)有关的,论文里明明有提到,也没看到更新知识状态的时候用到r的这个特征,作者能否解答一下这个问题呢
#5
opened Nov 12, 2024 by
Xiaoyanxun
为什么self.src_node_updater.update()和self.dst_node_updater.update()里面更新的东西不一样呢?
#4
opened Oct 8, 2024 by
MyGithub1234567890
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.