Skip to content

webkb

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

WebKB describes web pages and hyperlinks between them "from four computer science departments: Cornell University, The University of Texas, The University of Washington, and the University of Wisconsin."

Task

Binary Classification: Does this web page belong to a faculty member?

courseprof(-course,+person).
courseprof(+course,-person).
courseta(+course,-person).
courseta(-course,+person).
faculty(+person).
project(-proj,+person).
project(+proj,-person).
sameperson(-person,+person).
student(+person).

Last update: November 9, 2022