ConceptNet

class ConceptNet(random_state=0, **kwargs)[source]

Bases: SingleTabbedDataset

The ConceptNet dataset from [speer2017].

The dataset is structured into 5 columns (see https://github.com/commonsense/conceptnet5/wiki/Downloads#assertions): edge URL, relation, head, tail, metadata.

Initialize the ConceptNet dataset from [speer2017].

Parameters: