CoolFace
Datasetpublic

research-backup/conceptnet_high_confidence

[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)

sourceHugging Faceotherupdated 4y agoView on Hugging Face
1likes124downloads
Dataset Card

Dataset Card for "relbert/conceptnethighconfidence"

Dataset Description

Dataset Summary

The selected subset of ConceptNet used in this work, which compiled to fine-tune RelBERT model.

Dataset Structure

Data Instances

An example of train looks as follows.

{
    "relation_type": "AtLocation",
    "positives": [["fish", "water"], ["cloud", "sky"], ["child", "school"], ... ],
    "negatives": [["pen", "write"], ["sex", "fun"], ["soccer", "sport"], ["fish", "school"], ... ]
}

Data Splits

nametrainvalidation
conceptnethighconfidence2524

Number of Positive/Negative Word-pairs in each Split

relation_typepositive (train)negative (train)positive (validation)negative (validation)
AtLocation383176897578
CapableOf195179073600
Causes71179726595
CausesDesire9179311595
CreatedBy2179600
DefinedAs002595
Desires16179412595
HasA67181417595
HasFirstSubevent2179600
HasLastSubevent217963593
HasPrerequisite168180357592
HasProperty94180139605
HasSubevent125179840609
IsA310176498603
MadeOf1717937593
MotivatedByGoal14179611595
NotCapableOf15179300
NotDesires417954592
PartOf3418017593
ReceivesAction1817938593
SymbolOf002596
UsedFor249181581588
SUM17953589659511305

Citation Information

@InProceedings{P16-1137,
  author = 	"Li, Xiang
		and Taheri, Aynaz
		and Tu, Lifu
		and Gimpel, Kevin",
  title = 	"Commonsense Knowledge Base Completion",
  booktitle = 	"Proceedings of the 54th Annual Meeting of the Association for      Computational Linguistics (Volume 1: Long Papers)    ",
  year = 	"2016",
  publisher = 	"Association for Computational Linguistics",
  pages = 	"1445--1455",
  location = 	"Berlin, Germany",
  doi = 	"10.18653/v1/P16-1137",
  url = 	"http://aclweb.org/anthology/P16-1137"
}