Skip to content

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

@Xiaoyanxun

Description

@Xiaoyanxun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions