Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
asahi417 commited on
Commit
9281cf4
1 Parent(s): 945a5ac

fix readme

Browse files
Files changed (1) hide show
  1. README.md +6 -31
README.md CHANGED
@@ -18,8 +18,13 @@ pretty_name: ConceptNet with High Confidence
18
  ### Dataset Summary
19
  The selected subset of ConceptNet used in [this work](https://home.ttic.edu/~kgimpel/commonsense.html).
20
  We removed `NotCapableOf` and `NotDesires` to keep the positive relation only.
 
 
 
 
 
 
21
 
22
- ## Dataset Structure
23
  ### Data Instances
24
  An example of `train` looks as follows.
25
  ```
@@ -30,36 +35,6 @@ An example of `train` looks as follows.
30
  }
31
  ```
32
 
33
- ### Data Splits
34
- | name |train|validation|
35
- |---------|----:|---------:|
36
- |conceptnet| 25 | 24|
37
-
38
- ### Number of Positive/Negative Word-pairs in each Split
39
-
40
- | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
41
- |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
42
- | AtLocation | 383 | 1749 | 97 | 574 |
43
- | CapableOf | 195 | 1771 | 73 | 596 |
44
- | Causes | 71 | 1778 | 26 | 591 |
45
- | CausesDesire | 9 | 1774 | 11 | 591 |
46
- | CreatedBy | 2 | 1777 | 0 | 0 |
47
- | DefinedAs | 0 | 0 | 2 | 591 |
48
- | Desires | 16 | 1775 | 12 | 591 |
49
- | HasA | 67 | 1795 | 17 | 591 |
50
- | HasFirstSubevent | 2 | 1777 | 0 | 0 |
51
- | HasLastSubevent | 2 | 1777 | 3 | 589 |
52
- | HasPrerequisite | 168 | 1784 | 57 | 588 |
53
- | HasProperty | 94 | 1782 | 39 | 601 |
54
- | HasSubevent | 125 | 1779 | 40 | 605 |
55
- | IsA | 310 | 1745 | 98 | 599 |
56
- | MadeOf | 17 | 1774 | 7 | 589 |
57
- | MotivatedByGoal | 14 | 1777 | 11 | 591 |
58
- | PartOf | 34 | 1782 | 7 | 589 |
59
- | ReceivesAction | 18 | 1774 | 8 | 589 |
60
- | SymbolOf | 0 | 0 | 2 | 592 |
61
- | UsedFor | 249 | 1796 | 81 | 584 |
62
- | SUM | 1776 | 31966 | 591 | 10641 |
63
 
64
  ### Citation Information
65
  ```
 
18
  ### Dataset Summary
19
  The selected subset of ConceptNet used in [this work](https://home.ttic.edu/~kgimpel/commonsense.html).
20
  We removed `NotCapableOf` and `NotDesires` to keep the positive relation only.
21
+ We consider the original test set as test set, dev1 as the training set, and dev2 as the validation set.
22
+
23
+ | train | validation | test |
24
+ |------:|----:|---------:|
25
+ | 599 | 599 | 1199|
26
+
27
 
 
28
  ### Data Instances
29
  An example of `train` looks as follows.
30
  ```
 
35
  }
36
  ```
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ### Citation Information
40
  ```