daqh commited on
Commit
b5d8997
·
verified ·
1 Parent(s): 7f3f4f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,8 +53,8 @@ The hypergraph is stored in HIF (Hypergraph Interchange Format) as a JSON object
53
 
54
  In addition to the raw hypergraph topology, vector features are provided for both nodes and hyperedges (in their attribute dictionaries), enabling out-of-the-box experimentation with representation learning and downstream tasks:
55
  - Spectral features: eigenvectors of the (hypergraph) Laplacian (computed via sparse eigensolvers).
56
- - Node2Vec embeddings: random-walk–based structural embeddings.
57
- - VilLain embeddings: self-supervised hypergraph representation learning via virtual label propagation.
58
 
59
  Basic statistics (as packaged here): 327 nodes, 12,799 hyperedges, 1 connected component.
60
 
 
53
 
54
  In addition to the raw hypergraph topology, vector features are provided for both nodes and hyperedges (in their attribute dictionaries), enabling out-of-the-box experimentation with representation learning and downstream tasks:
55
  - Spectral features: eigenvectors of the (hypergraph) Laplacian (computed via sparse eigensolvers).
56
+ - [Node2Vec](https://dl.acm.org/doi/10.1145/2939672.2939754) embeddings: random-walk–based structural embeddings.
57
+ - [VilLain](https://dl.acm.org/doi/10.1145/3589334.3645454) embeddings: self-supervised hypergraph representation learning via virtual label propagation.
58
 
59
  Basic statistics (as packaged here): 327 nodes, 12,799 hyperedges, 1 connected component.
60