init
Browse files- conceptnet_high_confidence.py +1 -1
- stats.csv +1 -1
conceptnet_high_confidence.py
CHANGED
@@ -4,7 +4,7 @@ import datasets
|
|
4 |
logger = datasets.logging.get_logger(__name__)
|
5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
6 |
_NAME = "conceptnet_high_confidence"
|
7 |
-
_VERSION = "1.0.
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
|
|
4 |
logger = datasets.logging.get_logger(__name__)
|
5 |
_DESCRIPTION = """[ConceptNet with high confidence](https://home.ttic.edu/~kgimpel/commonsense.html)"""
|
6 |
_NAME = "conceptnet_high_confidence"
|
7 |
+
_VERSION = "1.0.2"
|
8 |
_CITATION = """
|
9 |
@inproceedings{li-16,
|
10 |
title = {Commonsense Knowledge Base Completion},
|
stats.csv
CHANGED
@@ -4,7 +4,7 @@ CapableOf,195,190,73,78
|
|
4 |
Causes,71,73,26,26
|
5 |
CausesDesire,9,7,11,11
|
6 |
CreatedBy,2,3,1,1
|
7 |
-
|
8 |
Desires,16,15,12,12
|
9 |
HasA,67,86,17,17
|
10 |
HasFirstSubevent,2,3,1,1
|
|
|
4 |
Causes,71,73,26,26
|
5 |
CausesDesire,9,7,11,11
|
6 |
CreatedBy,2,3,1,1
|
7 |
+
DefinedAs,1,1,2,2
|
8 |
Desires,16,15,12,12
|
9 |
HasA,67,86,17,17
|
10 |
HasFirstSubevent,2,3,1,1
|