-
At long long long long last.
I have been wanting to write this for ages but never really needed it. And one should never implement something unless one needs it.
Here it is. It does what `Subgraph…
-
Hello all,
Are there any hypergraph datasets for conducting vertex classification or link prediction tasks in OGB?
If not, will they be supported soon?
Best,
Makis
-
I propose to move `Spider` to the `hypergraph` module, making it a subclass of `compact.Box`.
In a second step we will have to rethink the interaction between the two representations of hypergraph …
-
i have this code
`h = xgi.Hypergraph([[1, 2, 3, 7], [4], [5, 6, 7]])
xpl.draw(h, node_labels = True)
a, r = mx.adjacency_matrix(h, index = True)
df = pd.DataFrame(a.toarray())`
and the output of …
-
```r
library(ergm) # Any current version.
dummy
-
您好!我尝试在generia数据集上使用您代码,确实效果很不错。关于ace数据集,根据《Joint mention extrac-
tion and classification with mention hypergraphs》中写到,他们会删除一些overlap的entity,还有我看headline的text是不会被标注的,感觉这些部分还不少细节需要注意,所以您看预处理的代码能方便告知下吗?…
-
## ❓ Questions & Help
Hello! I'm trying to use HypergraphConv with hypergraphs of varying sizes, therefore I need the weight matrix to be independent of the number of vertices. How can I achieve t…
-
Right now, only unary edges are supported. I love the look of the edges in the "Directed Sourced Hypergraphs" of [this paper](https://arxiv.org/pdf/1804.09408.pdf) and have wanted to generate my own g…
s5bug updated
2 years ago
-
Hi,
I divide a vertex set of size 1152 into 9 vertex subsets, each of which is theoretically exactly 128 in size. However, when I set the imbalance parameter to 0, the division results are shown belo…
-
Hi, I'm still a beginner with gnn's. I've been looking to implement a layer where three nodes are considered, i.e. a concatenation of x_i, x_j, x_k (or x_l, x_m, ...etc if needed) is done. Is there a …