Datasets:
Tasks:
Graph Machine Learning
Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
hypergraph
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ 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](https://
|
| 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.
|
|
|
|
| 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://arxiv.org/abs/1607.00653) 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.
|