appledora commited on
Commit
4c976b2
1 Parent(s): b8513cc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - cc-by-4.0
4
+ language:
5
+ - bn
6
+ tags:
7
+ - common_sense
8
+ source_datasets:
9
+ - parsed
10
+ pretty_name: Conceptnet5Bn
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+
15
+ ## Dataset Description
16
+ > This is a subset of the [conceptnet5 dataset](https://huggingface.co/datasets/conceptnet5).
17
+ > I merely parsed and extracted out my required portion and uploaded here, since processing the huge complete dataset is complicated for many users.
18
+ > Please refer to the original authors' repo for a complete version.
19
+ ```
20
+ ConceptNet is a multilingual knowledge base, representing words and
21
+ phrases that people use and the common-sense relationships between
22
+ them. The knowledge in ConceptNet is collected from a variety of
23
+ resources, including crowd-sourced resources (such as Wiktionary and
24
+ Open Mind Common Sense), games with a purpose (such as Verbosity and
25
+ nadya.jp), and expert-created resources (such as WordNet and JMDict).
26
+
27
+ You can browse what ConceptNet knows at http://conceptnet.io.
28
+ ```
29
+
30
+ In this subset, I have extracted the relations `(5)` explicitly related to the **Bengali/Bangla** language.
31
+ You can check out the [sample dataset](sample_dataset.csv) to get an idea about these relations. Also, visit the official [conceptnet wiki](https://github.com/commonsense/conceptnet5/wiki) for a comprehensive understanding.
32
+
33
+ There are `12641` relationships in this dataset. I have parsed the [original assertions dataset](https://s3.amazonaws.com/conceptnet/downloads/2019/edges/conceptnet-assertions-5.7.0.csv.gz)
34
+ to 10 columns.
35
+ ```
36
+ - 'uri' : The complete conceptnet uri for the relationship. e.g., /a/[/r/Synonym/,/c/bn/জর্জ_ওয়ালেস/,/c/en/george_wallace/]
37
+ - 'rel' : The type of binary relationship. e.g: /r/Synonym
38
+ - 'start' : the first argument URI in the binary relationship. e.g., //c/bn/জর্জ_ওয়ালেস
39
+ - 'end' : the second argument URI in the binary relationship. e.g., /c/en/george_wallace
40
+ - 'meta' : a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {'dataset': '/d/dbpedia/en', 'license': 'cc:by-sa/4.0', 'sources': [{'contributor': '/s/resource/dbpedia/2015/en'}], 'weight': 0.5}
41
+ - 'dataset' : dataset info parsed from the `meta` column. e.g: /d/dbpedia/en
42
+ - 'source' : contains contributor information, curation process etc. parsed from the `meta` column. e.g: [{'contributor': '/s/resource/dbpedia/2015/en'}]
43
+ - 'concept1' : first parsed concept. e.g: জর্জ_ওয়ালেস
44
+ - 'concept2' : second parsed concept e.g: george_wallace
45
+ ```
46
+
47
+ ## Citation Information
48
+ Robyn Speer, Joshua Chin, and Catherine Havasi. 2017. "ConceptNet 5.5: An Open Multilingual Graph of General Knowledge." In proceedings of AAAI 31.