ZhuofengLi
commited on
Commit
•
2363a53
1
Parent(s):
3a382d8
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- amazon_apps/emb/output_requests_apps_edge.jsonl +3 -0
- arxiv/arxiv.md +18 -0
- arxiv/dataset/ogbn_arxiv/RELEASE_v1.txt +6 -0
- arxiv/dataset/ogbn_arxiv/mapping/README.md +15 -0
- arxiv/dataset/ogbn_arxiv/mapping/labelidx2arxivcategeory.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/mapping/nodeidx2paperid.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/processed/data_processed +3 -0
- arxiv/dataset/ogbn_arxiv/raw/edge.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/raw/node-feat.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/raw/node-label.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/raw/node_year.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/raw/num-edge-list.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/raw/num-node-list.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/split/time/test.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/split/time/train.csv.gz +3 -0
- arxiv/dataset/ogbn_arxiv/split/time/valid.csv.gz +3 -0
- arxiv/processed/arxiv.pkl +3 -0
- goodreads_children/emb/output_requests_children_edge.jsonl +3 -0
- goodreads_children/emb/output_requests_children_edge_results.jsonl +0 -0
- reddit/reddit.md +3 -1
- twitter/emb/tweets_bert_base_uncased_512_cls_edge.pt +3 -0
- twitter/emb/tweets_bert_base_uncased_512_cls_node.pt +3 -0
- twitter/emb/twitter_openai_edge.pt +3 -0
- twitter/emb/twitter_openai_node.pt +3 -0
- twitter/twitter.md +3 -1
.gitattributes
CHANGED
@@ -74,3 +74,6 @@ Goodreads-Mystery/raw/goodreads_reviews_mystery_thriller_crime.json filter=lfs d
|
|
74 |
reddit/raw/reddit.csv filter=lfs diff=lfs merge=lfs -text
|
75 |
amazon_apps/raw/Apps_for_Android_5.json filter=lfs diff=lfs merge=lfs -text
|
76 |
amazon_apps/raw/meta_Apps_for_Android.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
74 |
reddit/raw/reddit.csv filter=lfs diff=lfs merge=lfs -text
|
75 |
amazon_apps/raw/Apps_for_Android_5.json filter=lfs diff=lfs merge=lfs -text
|
76 |
amazon_apps/raw/meta_Apps_for_Android.json filter=lfs diff=lfs merge=lfs -text
|
77 |
+
amazon_apps/emb/output_requests_apps_edge.jsonl filter=lfs diff=lfs merge=lfs -text
|
78 |
+
arxiv/dataset/ogbn_arxiv/processed/data_processed filter=lfs diff=lfs merge=lfs -text
|
79 |
+
goodreads_children/emb/output_requests_children_edge.jsonl filter=lfs diff=lfs merge=lfs -text
|
amazon_apps/emb/output_requests_apps_edge.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5bc7951b072a231b0274b4789436368acfcdc6a84c4bde37a231854ee60cf11
|
3 |
+
size 341515115
|
arxiv/arxiv.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Arxiv
|
2 |
+
|
3 |
+
### Dataset Description
|
4 |
+
|
5 |
+
The Arxiv dataset is a citation network. Nodes represent the papers. Text on node is based on the nodes' titles and abstracts including following information: `The paper titled '[Title]' presents [Abstract], highlighting the key contributions and findings of the research.`. Edges represent citation relationships between papers. Text on an edge represents the context of the referenced target node from the edge's source node.
|
6 |
+
|
7 |
+
## Graph Machine Learning Tasks
|
8 |
+
|
9 |
+
### Link Prediction
|
10 |
+
Link prediction in the Arxiv dataset involves predicting potential connections between papers. The goal is to predict whether a paper will cite another paper.
|
11 |
+
|
12 |
+
### Node Classification
|
13 |
+
Node classification tasks in the arxiv dataset include predicting the paper's category.
|
14 |
+
|
15 |
+
|
16 |
+
## Data references
|
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
|
arxiv/dataset/ogbn_arxiv/RELEASE_v1.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Release note for ogbn-arxiv
|
2 |
+
|
3 |
+
### v1
|
4 |
+
|
5 |
+
May 4, 2020
|
6 |
+
First major release.
|
arxiv/dataset/ogbn_arxiv/mapping/README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ogbn-arxiv
|
2 |
+
|
3 |
+
### nodeidx2paperid.csv.gz
|
4 |
+
|
5 |
+
Mapping from node index into the unique paper id used in Microsoft Academic Graph.
|
6 |
+
The actual paper can be found by https://academic.microsoft.com/paper/2894175828, where you need to replace the number (in this case, 2894175828) with the specified paper id.
|
7 |
+
|
8 |
+
### labelidx2arxivcategeory.csv.gz
|
9 |
+
|
10 |
+
Mapping from label index to the arXiv categories listed in https://arxiv.org/
|
11 |
+
|
12 |
+
|
13 |
+
## Data references
|
14 |
+
|
15 |
+
* 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
|
arxiv/dataset/ogbn_arxiv/mapping/labelidx2arxivcategeory.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a516ecd32007acca5817296bdd82f5b5db7e21b0917b94311ef4571e29305577
|
3 |
+
size 250
|
arxiv/dataset/ogbn_arxiv/mapping/nodeidx2paperid.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ad84bd49e905f457d1abb8d7586b52d9fa357efeb4a49f04ef2f2516817e2cf
|
3 |
+
size 1221183
|
arxiv/dataset/ogbn_arxiv/processed/data_processed
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1d7f53ec427475830fb0bac6065114a9013ae820a851b1e5f40d1683ec9c239
|
3 |
+
size 108074300
|
arxiv/dataset/ogbn_arxiv/raw/edge.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47629e986116407d27eff4c9d2e923f06bf5da5c85cbae93b660f530bc9355df
|
3 |
+
size 5033515
|
arxiv/dataset/ogbn_arxiv/raw/node-feat.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60a844c7aff2f129335d34da2f6b9271bd1cac03aff8c70c229e6f0d13624718
|
3 |
+
size 76357181
|
arxiv/dataset/ogbn_arxiv/raw/node-label.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b06e7cf75d909de66ce49bc4188a6dc525224f85dd6dcb36137de3d9321830d1
|
3 |
+
size 123505
|
arxiv/dataset/ogbn_arxiv/raw/node_year.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb97e19d6003deb09197f6df6b10ea1ab86ee49d98885836c3c857ab58d897f3
|
3 |
+
size 73612
|
arxiv/dataset/ogbn_arxiv/raw/num-edge-list.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:430f1e00ae204bbb3208c5f494ab70170e9f2995fd3548d1754a74a8f59250d1
|
3 |
+
size 52
|
arxiv/dataset/ogbn_arxiv/raw/num-node-list.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aa60a342efd209408933ace51e6b0a814e81c2894a993c44f9b173e477e2e82
|
3 |
+
size 51
|
arxiv/dataset/ogbn_arxiv/split/time/test.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588fb66ce57bcaef51ac0235f0a49a056370ac31fc27c8ebf556d3f5cdd02545
|
3 |
+
size 113234
|
arxiv/dataset/ogbn_arxiv/split/time/train.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84983391900af45194e5db8d977ec9e01d4eda96e20328f3d7575fdd45c6797c
|
3 |
+
size 211044
|
arxiv/dataset/ogbn_arxiv/split/time/valid.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebe6cdcd77c75eedbce2064a05a49bc28e2c4a631f49d66b9e9ff317eef993eb
|
3 |
+
size 66916
|
arxiv/processed/arxiv.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd4f548fe6c16ec81306633a35da2cd3915a4fce004fbb31f9ae7f658fd1d63a
|
3 |
+
size 388600042
|
goodreads_children/emb/output_requests_children_edge.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c57ac380fbb32d9d94b712db04793ca512919d8a64d57bc7200aa6874423bab3
|
3 |
+
size 368755235
|
goodreads_children/emb/output_requests_children_edge_results.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
reddit/reddit.md
CHANGED
@@ -13,4 +13,6 @@ Link prediction in the Reddit dataset involves predicting potential connections
|
|
13 |
Node classification tasks in the Reddit dataset include predicting the users' category.
|
14 |
|
15 |
## Dataset Source
|
16 |
-
https://www.reddit.com/r/datasets/comments/3bxlg7/i_have_every_publicly_available_reddit_comment/
|
|
|
|
|
|
13 |
Node classification tasks in the Reddit dataset include predicting the users' category.
|
14 |
|
15 |
## Dataset Source
|
16 |
+
https://www.reddit.com/r/datasets/comments/3bxlg7/i_have_every_publicly_available_reddit_comment/
|
17 |
+
|
18 |
+
You can also directly use `reddit.csv` in raw folder we provided.
|
twitter/emb/tweets_bert_base_uncased_512_cls_edge.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:050b7c8b64cd1fa509b1c31f1ae1b13f13a298e3726306a0f2bd808cdb0fe14a
|
3 |
+
size 114688434
|
twitter/emb/tweets_bert_base_uncased_512_cls_node.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b874ce830fbf92010bb2bf6617a0519d79ac407798f9bcbd28c81e3e003e167
|
3 |
+
size 93367154
|
twitter/emb/twitter_openai_edge.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23d739f23629e61d96190df620e2f356f318c0beca3c61e1304efd383525fb4d
|
3 |
+
size 76459224
|
twitter/emb/twitter_openai_node.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906dc4af0b9221715206ec359f9f7e87c4a7a1e7512308ce529b57a273912019
|
3 |
+
size 62245080
|
twitter/twitter.md
CHANGED
@@ -11,4 +11,6 @@ Link prediction in the tweet dataset involves predicting potential connections b
|
|
11 |
|
12 |
|
13 |
## Dataset Source
|
14 |
-
https://dl.acm.org/doi/10.1145/2505515.2505695
|
|
|
|
|
|
11 |
|
12 |
|
13 |
## Dataset Source
|
14 |
+
https://dl.acm.org/doi/10.1145/2505515.2505695
|
15 |
+
|
16 |
+
You can also directly use `.npy` files in raw folder we provided.
|