Skip to content

toy_father

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

This is a demo dataset describing families from "Harry Potter" and "Pride and Prejudice."

Task

Link Prediction: Is one person the father of another person?

male(+name).
childof(+name,+name).
siblingof(+name,-name).
father(+name,+name).

Last update: November 9, 2022