Skip to content

Didn't concat node's vector with hyperedge's vector before computing the attention of UniGATConv #46

@ShangGuanShiHu

Description

@ShangGuanShiHu

Describe the bug
In the paper 'UniGNN: a Unified Framework for Graph and Hypergraph Neural Networks,' the input to the attention module of UniGAT is the vector obtained by concatenating the node vector and the hyperedge vector. However, during the implementation of the approach, in the forward function of UniGATConv, the input for atten_e is the hyperedge vector alone, rather than the vector formed by concatenating the node vector and the hyperedge vector.

I appreciate your contributions to such a valuable project, which has been immensely helpful to me in studying hypergraph techniques. Thank you for your attention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions