Skip to content

uwcse

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

Anonymized information from the University of Washington Department of Computer Science and Engineering.

Task

Link Prediction: Does one person advise another?

advisedby(+person,+person).
courselevel(+course,#level).
courselevel(+course,+level).
hasposition(+person,#position).
inphase(+person,#phase).
professor(+person).
projectmember(-project,+person).
projectmember(+project,-person).
publication(-title,+person).
publication(+title,-person).
samecourse(+course,+course).
sameperson(+person,+person).
sameproject(+project,+project).
student(+person).
ta(-course,+person,-quarter).
ta(+course,-person,+quarter).
ta(+course,+person,-quarter).
taughtby(-course,+person,-quarter).
taughtby(+course,-person,+quarter).
taughtby(+course,+person,-quarter).
tempadvisedby(-person,+person).
tempadvisedby(+person,-person).
yearsinprogram(+person,#integer).

Last update: November 9, 2022