Update arxiv/arxiv.md
Browse files- arxiv/arxiv.md +1 -1
arxiv/arxiv.md
CHANGED
@@ -17,7 +17,7 @@ Node classification tasks in the arxiv dataset include predicting the paper's ca
|
|
17 |
|
18 |
* Kuansan Wang, Zhihong Shen, Chiyuan Huang, Chieh-Han Wu, Yuxiao Dong, and Anshul Kanakia.Microsoft academic graph: When experts are not enough. Quantitative Science Studies, 1(1):396–413, 2020
|
19 |
|
20 |
-
You can directly download the raw dataset without
|
21 |
|
22 |
```python
|
23 |
from ogb.nodeproppred import PygNodePropPredDataset
|
|
|
17 |
|
18 |
* Kuansan Wang, Zhihong Shen, Chiyuan Huang, Chieh-Han Wu, Yuxiao Dong, and Anshul Kanakia.Microsoft academic graph: When experts are not enough. Quantitative Science Studies, 1(1):396–413, 2020
|
19 |
|
20 |
+
You can directly download the raw dataset without edge texts (citation context) from the following codes:
|
21 |
|
22 |
```python
|
23 |
from ogb.nodeproppred import PygNodePropPredDataset
|