Skip to content

icml

from relational_datasets import load
train, test = load("icml", "v0.0.6")
using RelationalDatasets
train, test = load("icml", "v0.0.6")

"ICML Coauthors"

Task

Link Prediction: Did two people coauthor together?

affiliation(+name,-university).
affiliation(+name,#university).
affiliation(-name,+university).
institutetype(+university,-type).
institutetype(+university,#type).
institutetype(-university,+type).
location(+university,-location).
location(+university,#location).
location(-university,+location).
researchtopic(+name,-topic).
researchtopic(+name,#topic).
researchtopic(-name,+topic).
coauthor(+name,+name).

Publications


Last update: November 9, 2022