Update README.md
Browse files
README.md
CHANGED
|
@@ -3,10 +3,18 @@ license:
|
|
| 3 |
- cc-by-4.0
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
## Dataset Description
|
| 9 |
> This is a subset of the [conceptnet5 dataset](https://huggingface.co/datasets/conceptnet5).
|
|
|
|
|
|
|
| 10 |
```
|
| 11 |
ConceptNet is a multilingual knowledge base, representing words and
|
| 12 |
phrases that people use and the common-sense relationships between
|
|
@@ -33,4 +41,7 @@ to nine columns.
|
|
| 33 |
- 'source' : contains contributor information, curation process etc. parsed from the `meta` column. e.g: [{'contributor': '/s/resource/wiktionary/en', 'process': '/s/process/wikiparsec/2'}]
|
| 34 |
- 'concept1' : first parsed concept. e.g: able
|
| 35 |
- 'concept2' : second parsed concept e.g: cain
|
| 36 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- cc-by-4.0
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
tags:
|
| 7 |
+
- common_sense
|
| 8 |
+
source_datasets:
|
| 9 |
+
- parsed
|
| 10 |
+
pretty_name: Conceptnet5En
|
| 11 |
+
|
| 12 |
---
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
> This is a subset of the [conceptnet5 dataset](https://huggingface.co/datasets/conceptnet5).
|
| 16 |
+
> I merely parsed and extracted out my required portion and uploaded here, since processing the huge complete dataset is complicated in many cases.
|
| 17 |
+
> Please refer to the original authors' repo for a complete version.
|
| 18 |
```
|
| 19 |
ConceptNet is a multilingual knowledge base, representing words and
|
| 20 |
phrases that people use and the common-sense relationships between
|
|
|
|
| 41 |
- 'source' : contains contributor information, curation process etc. parsed from the `meta` column. e.g: [{'contributor': '/s/resource/wiktionary/en', 'process': '/s/process/wikiparsec/2'}]
|
| 42 |
- 'concept1' : first parsed concept. e.g: able
|
| 43 |
- 'concept2' : second parsed concept e.g: cain
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
## Citation Information
|
| 47 |
+
Robyn Speer, Joshua Chin, and Catherine Havasi. 2017. "ConceptNet 5.5: An Open Multilingual Graph of General Knowledge." In proceedings of AAAI 31.
|