Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
jeklein commited on
Commit
7e12933
·
verified ·
1 Parent(s): f15f805

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +109 -3
  3. processed/amazon-clothing_all_events.csv +3 -0
  4. processed/amazon-electronics_all_events.csv +3 -0
  5. processed/brightkite_all_events.csv +3 -0
  6. processed/github_all_events.csv +3 -0
  7. processed/gowalla_all_events.csv +3 -0
  8. tasks/amazon-clothing/coreview_prediction/personal_observed.csv +0 -0
  9. tasks/amazon-clothing/coreview_prediction/personal_unobserved.csv +0 -0
  10. tasks/amazon-clothing/coreview_prediction/relational_test.csv +0 -0
  11. tasks/amazon-clothing/coreview_prediction/relational_test_negative_sample.csv +3 -0
  12. tasks/amazon-clothing/coreview_prediction/relational_train.csv +0 -0
  13. tasks/amazon-clothing/coreview_prediction/relational_val.csv +0 -0
  14. tasks/amazon-clothing/coreview_prediction/relational_val_negative_sample.csv +3 -0
  15. tasks/amazon-clothing/product_rating_prediction/personal_test.csv +3 -0
  16. tasks/amazon-clothing/product_rating_prediction/personal_test_negative_sample.csv +3 -0
  17. tasks/amazon-clothing/product_rating_prediction/personal_train.csv +3 -0
  18. tasks/amazon-clothing/product_rating_prediction/personal_val.csv +0 -0
  19. tasks/amazon-clothing/product_rating_prediction/personal_val_negative_sample.csv +3 -0
  20. tasks/amazon-clothing/product_rating_prediction/relational_observed.csv +0 -0
  21. tasks/amazon-clothing/product_rating_prediction/relational_unobserved.csv +0 -0
  22. tasks/amazon-electronics/coreview_prediction/personal_observed.csv +3 -0
  23. tasks/amazon-electronics/coreview_prediction/personal_unobserved.csv +0 -0
  24. tasks/amazon-electronics/coreview_prediction/relational_test.csv +0 -0
  25. tasks/amazon-electronics/coreview_prediction/relational_test_negative_sample.csv +3 -0
  26. tasks/amazon-electronics/coreview_prediction/relational_train.csv +3 -0
  27. tasks/amazon-electronics/coreview_prediction/relational_val.csv +0 -0
  28. tasks/amazon-electronics/coreview_prediction/relational_val_negative_sample.csv +3 -0
  29. tasks/amazon-electronics/product_rating_prediction/personal_test.csv +3 -0
  30. tasks/amazon-electronics/product_rating_prediction/personal_test_negative_sample.csv +3 -0
  31. tasks/amazon-electronics/product_rating_prediction/personal_train.csv +3 -0
  32. tasks/amazon-electronics/product_rating_prediction/personal_val.csv +3 -0
  33. tasks/amazon-electronics/product_rating_prediction/personal_val_negative_sample.csv +3 -0
  34. tasks/amazon-electronics/product_rating_prediction/relational_observed.csv +3 -0
  35. tasks/amazon-electronics/product_rating_prediction/relational_unobserved.csv +3 -0
  36. tasks/brightkite/checkin_prediction/personal_test.csv +3 -0
  37. tasks/brightkite/checkin_prediction/personal_test_negative_sample.csv +3 -0
  38. tasks/brightkite/checkin_prediction/personal_train.csv +3 -0
  39. tasks/brightkite/checkin_prediction/personal_val.csv +0 -0
  40. tasks/brightkite/checkin_prediction/personal_val_negative_sample.csv +3 -0
  41. tasks/brightkite/checkin_prediction/relational.csv +3 -0
  42. tasks/brightkite/friend_recommendation/personal.csv +3 -0
  43. tasks/brightkite/friend_recommendation/relational_test.csv +0 -0
  44. tasks/brightkite/friend_recommendation/relational_test_negative_sample.csv +3 -0
  45. tasks/brightkite/friend_recommendation/relational_train.csv +0 -0
  46. tasks/brightkite/friend_recommendation/relational_val.csv +0 -0
  47. tasks/brightkite/friend_recommendation/relational_val_negative_sample.csv +3 -0
  48. tasks/github/collab_prediction/personal.csv +3 -0
  49. tasks/github/collab_prediction/relational_test.csv +3 -0
  50. tasks/github/collab_prediction/relational_test_negative_sample.csv +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,109 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # Personal and Relational Event Sequence Datasets
6
+
7
+ This dataset collection supports research on modeling **personal** and **relational** event sequences. It is organized into two main folders: `processed/` and `tasks/`.
8
+
9
+ ---
10
+
11
+ ## Folder Structure
12
+
13
+ - `processed/`
14
+ - `amazon-clothing_all_events.csv`
15
+ - `amazon-electronics_all_events.csv`
16
+ - `brightkite_all_events.csv`
17
+ - `gowalla_all_events.csv`
18
+ - `github_all_events.csv`
19
+
20
+ - `tasks/`
21
+ - `amazon-clothing/`
22
+ - `coreview_prediction/`
23
+ - `personal_train.csv`
24
+ - `relational_val.csv`
25
+ - `relational_test_negative_sample.csv`
26
+ - ...
27
+ - `product_rating_prediction/`
28
+ - `personal_val.csv`
29
+ - `relational_observed.csv`
30
+ - ...
31
+ - `amazon-electronics/`
32
+ - `coreview_prediction/`
33
+ - ...
34
+ - `product_rating_prediction/`
35
+ - ...
36
+ - `brightkite/`
37
+ - `checkin_prediction/`
38
+ - ...
39
+ - `friend_recommendation/`
40
+ - ...
41
+ - `gowalla/`
42
+ - `checkin_prediction/`
43
+ - ...
44
+ - `friend_recommendation/`
45
+ - ...
46
+ - `github/`
47
+ - `collab_prediction/`
48
+ - ...
49
+
50
+ ---
51
+
52
+ ## `processed/` Folder
53
+
54
+ The `processed/` folder contains all raw events for each dataset, without any task-specific processing. These files include:
55
+
56
+ - Full sequences of user events (both personal and relational)
57
+ - No train/validation/test split
58
+ - No task-specific formatting
59
+
60
+ Each row includes:
61
+ - `uid`: user ID
62
+ - `timestamp`: event timestamp
63
+ - `event_set`: event set. either `"personal"` or `"relational"`
64
+ - `event`: event name
65
+ - `other_uid`: another user ID (for relational events)
66
+
67
+ ---
68
+
69
+ ## `tasks/` Folder
70
+
71
+ The `tasks/` folder defines various prediction tasks derived from each dataset. Each subfolder corresponds to a dataset and contains directories for specific tasks.
72
+
73
+ Each task includes:
74
+ - Pre-split files for `train`, `val`, and `test` (if applicable)
75
+ - Separate files for `personal` and `relational` events
76
+ - **Pre-generated negative samples** (e.g., `*_negative_sample.csv`) for use in evaluation or ranking-based training
77
+
78
+ ---
79
+
80
+ ## Notes
81
+
82
+ - All datasets include both **personal** and **relational** event types.
83
+ - Task folders follow a uniform schema for easy benchmarking.
84
+ - Negative sampling files are provided to support reproducible experiments.
85
+
86
+
87
+
88
+ ## Dataset Description and Sources
89
+
90
+ **pres-brightkite**. This dataset contains location check-ins and friendship history of Brightkite users, a location-based social networking platform. It was originally collected by [Cho et al., 2011](https://doi.org/10.1145/2020408.2020579) and published in the [SNAP Dataset Repository](http://snap.stanford.edu/data) (Leskovec & Krevl, 2014). Personal events consist of sequences of location check-ins. We convert the original latitude and longitude coordinates into Geohash-8 representations (Niemeyer, 2008; Morton, 1966), short alphanumeric strings encoding geographic locations. Nearby locations share similar geohash prefixes, while distant ones differ. Example geohashes include `9v6kpmr1`, `gcpwkeq6`, and `u0yhxgm1`. Relational events capture friendship connections among users. The dataset includes 58,228 users and 5,130,866 events. Only personal events have timestamps; relational events do not.
91
+
92
+ **pres-gowalla**. The dataset also contains the location check-in and friendship history of another social network platform, Gowalla. It was also originally collected by [Cho et al., 2011](https://doi.org/10.1145/2020408.2020579) and published in the [SNAP Repository](http://snap.stanford.edu/data) (Leskovec & Krevl, 2014). We processed and formatted the data following the same approach used for **pres-brightkite**. The dataset contains personal events from geohash check-ins and relational events from friendship connections, totaling 8,342,943 events from 196,591 users.
93
+
94
+ **pres-amazon-clothing**. The dataset contains Amazon product reviews and ratings in the *Clothing, Shoes and Jewelry* category, spanning from May 1996 to July 2014. The raw data was originally collected by [McAuley et al., 2015](https://doi.org/10.1145/2766462.2767755). In this dataset, we define personal events as sequences of product IDs and ratings reviewed by a user, for example: `B000MLDCZ2:5` and `B001OE3F08:3`. Relational events represent co-review patterns, where two users have reviewed at least three of the same products. The dataset contains event sequences from 185,986 users, with a total of 1,591,947 events.
95
+
96
+ **pres-amazon-electronics**. The dataset contains Amazon product reviews and ratings in the *Electronics* category, originally collected by [McAuley et al., 2015](https://doi.org/10.1145/2766462.2767755). As in **pres-amazon-clothing**, personal events are defined as sequences of product IDs and ratings, while relational events capture co-review patterns. In total, the dataset contains 2,938,178 events from 254,064 users.
97
+
98
+ **pres-github**. This dataset contains GitHub user activity from January 2025, collected from the [GH Archive](https://www.gharchive.org/). Personal events include actions such as `Push`, `CreateBranch`, `CreateRepository`, `PullRequestOpened`, `IssuesOpened`, and `Fork`. Relational events represent project collaboration, where two users are linked if both contributed at least five commits or pull requests to the same repository. The dataset includes 102,878,895 events from 3,669,079 users. Only personal events include timestamps; relational events do not, similar to **pres-brightkite** and **pres-gowalla**.
99
+
100
+ ## References
101
+
102
+ Cho, E., Myers, S. A., & Leskovec, J. (2011). *Friendship and mobility: user movement in location-based social networks*. In Proceedings of the 17th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 1082–1090.
103
+
104
+ Leskovec, J., & Krevl, A. (2014). *SNAP Datasets: Stanford large network dataset collection*. http://snap.stanford.edu/data
105
+
106
+ McAuley, J., Targett, C., Shi, Q., & Van Den Hengel, A. (2015). *Image-based recommendations on styles and substitutes*. In Proceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 43–52.
107
+
108
+
109
+
processed/amazon-clothing_all_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de10ee346cde6f38dbc718aa5f7bc4d001245422c404ca786d2afe80d8d8c50
3
+ size 64541741
processed/amazon-electronics_all_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1d2b3ad694b966602734c7a24108746de71e4a7f2646ad98a6fa7e40afa442a
3
+ size 127458098
processed/brightkite_all_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15707c37acf73ff2ee8db436a8586c726fbb4f53c9842c244d0bd11bf1022c56
3
+ size 180818307
processed/github_all_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b3a7d8c1bf6b4b19e2a1e6ec2a11c921c9900a21ed3aa1ca47aa0009daa292
3
+ size 3859124102
processed/gowalla_all_events.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd17553b5763cc464750d546f21bc35304a747ab6c891308abf56b90c7b8c76a
3
+ size 297921977
tasks/amazon-clothing/coreview_prediction/personal_observed.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/coreview_prediction/personal_unobserved.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/coreview_prediction/relational_test.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/coreview_prediction/relational_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825d5890a727d57dcfa1cd81ca3a4b7420c082f3460b91a30c241c70b7c9021d
3
+ size 345764351
tasks/amazon-clothing/coreview_prediction/relational_train.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/coreview_prediction/relational_val.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/coreview_prediction/relational_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf9e8e3811de0086a6ee9470f6216e6a1908986cfce52babbf2d3bd2d8f24b2
3
+ size 135022482
tasks/amazon-clothing/product_rating_prediction/personal_test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebfcac22eeab4e6a841b8bef613b5bccceb05531170ddbd6d38572aca6f3238
3
+ size 13563278
tasks/amazon-clothing/product_rating_prediction/personal_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a4f26cba439ad037c28e1d9962e8e55ebb2dad737db3fcc57f57870783c60d
3
+ size 6613766040
tasks/amazon-clothing/product_rating_prediction/personal_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988d82597c9a09c426160ac1a65354321e703047da6ce4c13d076ba43cbbc8e1
3
+ size 40954766
tasks/amazon-clothing/product_rating_prediction/personal_val.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/product_rating_prediction/personal_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b58b792eab786f713f7be340fff8540e33086a43729c59c495e9ea5d7d88061
3
+ size 4421967040
tasks/amazon-clothing/product_rating_prediction/relational_observed.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-clothing/product_rating_prediction/relational_unobserved.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-electronics/coreview_prediction/personal_observed.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36bb73982802be82154f7a13afa4014c2c6396637c27221d5f3493182a235666
3
+ size 12364460
tasks/amazon-electronics/coreview_prediction/personal_unobserved.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-electronics/coreview_prediction/relational_test.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-electronics/coreview_prediction/relational_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4010c17f5f9dac2d8d63aa41db5615c63c42fe40b1cb011830b88059e07516f0
3
+ size 6101334967
tasks/amazon-electronics/coreview_prediction/relational_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2ea976574e9ccbe6cb1a21cafccb724e328cb8c0dea4a843d45b4078f6c842
3
+ size 25516040
tasks/amazon-electronics/coreview_prediction/relational_val.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/amazon-electronics/coreview_prediction/relational_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd127c1c587a39a0787d8beb0ec552b83bc1c92e8985a0015903130688416116
3
+ size 3125943599
tasks/amazon-electronics/product_rating_prediction/personal_test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc9551505762056db9ff64ab209f9a42b92d66fcc345637a1d54863ff2f69730
3
+ size 19632987
tasks/amazon-electronics/product_rating_prediction/personal_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc0b2aab8be2bf9cef2c6f4588874423b30eef8727577b145970dedec5494ae
3
+ size 9574534540
tasks/amazon-electronics/product_rating_prediction/personal_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919bc5cd6d7eb3cea1e787307d9ece415e8cde538b5e17fa03c00a891f61cdba
3
+ size 59995136
tasks/amazon-electronics/product_rating_prediction/personal_val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca245b15e9f257b622a44f2b55a3529132943a9210c99b374b7420ee095d807
3
+ size 12900575
tasks/amazon-electronics/product_rating_prediction/personal_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4f54e892f8004bd679dcb865d9b759798afa57a4a446b5070f791076efee43
3
+ size 6291318040
tasks/amazon-electronics/product_rating_prediction/relational_observed.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5248f130f94da5eed0537f61d3ba58a08fcbf423782b99ea0138b3828698e233
3
+ size 54739786
tasks/amazon-electronics/product_rating_prediction/relational_unobserved.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bb8a57ffedcdbb69e33126691e8e38d4f76adc600ef879607e99d269c4ec63
3
+ size 14732923
tasks/brightkite/checkin_prediction/personal_test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5a52849d0609b95ef68c0ab3d469c636328853683e5c6d30c00dcaa055028c
3
+ size 11779158
tasks/brightkite/checkin_prediction/personal_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ffeb9814a70931cf6d6545a1cbfa31ebe1c7548d11596a784954bd0e5ba429
3
+ size 5724289540
tasks/brightkite/checkin_prediction/personal_train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e366e1e89bc8f1b584f112a413357ac82aea9fb320509c14f9459fa8118bfd8f
3
+ size 148458834
tasks/brightkite/checkin_prediction/personal_val.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/brightkite/checkin_prediction/personal_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac94d8e28762e66a7ddd7fff19d2c133497d0a8067bed6d439ab0ea0f1f04e52
3
+ size 2990593040
tasks/brightkite/checkin_prediction/relational.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64626e22a4d2b0932a940d39c015361272e8ac7fe950e5e29d157574087c863
3
+ size 17734950
tasks/brightkite/friend_recommendation/personal.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96cb2c09a91d765e96249c937b17198411b0bd590157e163856100b6cbe4fe7
3
+ size 166391785
tasks/brightkite/friend_recommendation/relational_test.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/brightkite/friend_recommendation/relational_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3be742cd26a80bc1dbf41c00ed4d7da49875af08c866e0f2a45f885b616758
3
+ size 3695768639
tasks/brightkite/friend_recommendation/relational_train.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/brightkite/friend_recommendation/relational_val.csv ADDED
The diff for this file is too large to render. See raw diff
 
tasks/brightkite/friend_recommendation/relational_val_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50de94ffe02daa7fde07526325f83230bbdd37be46c06141ad151f1ab6e7a494
3
+ size 1847882150
tasks/github/collab_prediction/personal.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c72a121396b6d5ccd860429798d75bcbe5cf64390d37c054be8016b3133e389
3
+ size 3593894388
tasks/github/collab_prediction/relational_test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e7fc65356e72defb92752b9ecbd76e812746db19a9cf0d98eb16a8789ed84db
3
+ size 41696384
tasks/github/collab_prediction/relational_test_negative_sample.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2055f460aac18af35ba3ab503f8b6b75222cff27a1c36a039db10e9adb932ebb
3
+ size 15244413096