Skip to content

Commit

Permalink
add paper
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua916 committed May 5, 2020
1 parent 8847d6c commit dafb629
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ evaluator = Evaluator(name = "ogbg-molhiv")
input_dict = {"y_true": y_true, "y_pred": y_pred}
result_dict = evaluator.eval(input_dict) # E.g., {"rocauc": 0.7321}
```

## Citing OGB
If you use OGB datasets in your work, please cite our paper (Bibtex below).
```
@article{hu2019ogb,
title={Open Graph Benchmark: Datasets for Machine Learning on Graphs},
author={Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, Jure Leskovec},
journal={arXiv preprint arXiv:2005.00687},
year={2020}
}
```

0 comments on commit dafb629

Please sign in to comment.