You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following command will discover new links of any predicate (`--aim`) on the WordNet dataset (`--input`) with mining threshold 0.9 (`--mining`) and 1 million Gibbs sampling iterations (`--sampling`).
23
+
The following command will discover new links of any predicate (`--aim`) on the WordNet dataset (`--input`) with mining threshold 0.8 (`--mining`) and 1 million Gibbs sampling iterations (`--sampling`).
Discovered links can be found in the `--output` folder at `./eval/wn18/discovered_X.nt`, where `X` is the output threshold.
29
+
Discovered links can be found in the `--output` folder at `./eval/wn18/discovered_X.nt`, where `X` is the output threshold, meaning that a file contains all links whose confidence is greater or equal than `X`.
28
30
29
-
An excerpt of the discovered **rules and weights** for this execution.
31
+
An excerpt of the discovered **rules and weights**:
30
32
31
33
```text
32
-
0.990517419 wn18:\_part\_of(b, a) => \_has\_part(a, b)
34
+
0.990517419 wn18:_part_of(b, a) => wn18:_has_part(a, b)
35
+
0.862068966 wn18:_instance_hypernym(a, c) AND wn18:_synset_domain_topic_of(f, b) => wn18:_synset_domain_topic_of(a, b)
33
36
```
34
37
35
-
An excerpt of the discovered **links**for this execution:
38
+
An excerpt of the discovered **links**with confidence > 0.9:
0 commit comments