-
Hello! I think this is a very interesting work! However, is the GNN result given in the paper too low? Following the proposal in Section 4.2 of the paper,
![image](https://github.com/HKUDS/GraphGPT/…
-
DROP TABLE IF EXISTS MEMBER;
DROP TABLE IF EXISTS PROD;
DROP TABLE IF EXISTS PAYMENT;
CREATE TABLE MEMBER (
uId VARCHAR(30) NOT NULL,
uPw VARCHAR(30) NOT NULL,
uEmail VARCHAR(50) NOT NULL,
uP…
-
Could the Large Language Model solve bigger graphs, such as Cora or other standard graph settings, which have thousands or more nodes?
-
Hello,I tried to reproduce the results of ofa, but did not achieve the effect in the article.
And this is my setting
`python run_cdm.py task_names cora_node num_epochs 100 num_layers 6 dropout 0.15`…
-
Hi there,
I am trying to run this, but there is always an error when processing with " rule Cas10_genomes". It seems to me one file is missing, that is "cas10_db="/media/volume/st_andrews/cas10_corA_…
-
I think this is a fantastic work! And it's been incredibly interesting for me!
However, I have a question that I'd like to trouble you with. I'm curious about the transferability of the model, for in…
-
## 🐛 Bug
In our experiment, we split the training/validation/test set for a graph data set (taking Cora as an example) many times. Each split was trained in a run and the classification accuracy wa…
-
Hi, thanks for the great work!
When I run the command :
`python train_coreset.py --dataset cora --r=0.01 --method=herding`
there are errors raised, as follows:
```
Namespace(dataset='cora', …
-
Momentan gibt es gemäß dem Schema keine Option, bei Urheber\*innen eine affiliierte Organisation mitzugeben. Ein bedarf dazu hat sich im OERSI-Kontext ergeben. Es gibt in schema.org zwei Optionen dies…
-
Hello! I have a problem about training godm in Cora dataset. During training, my loss was always nan. I went to debug the program and found that after the node embedding through some layers it became …