Skip to content
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

你们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

Open
Xiaoyanxun opened this issue Dec 17, 2024 · 0 comments

Comments

@Xiaoyanxun
Copy link

你们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告诉模型了吗?这样不是数据泄露了吗?怎么完成预测任务?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant