Description
The documentation for PoincareRelations specifies that the input should be a file with one relation per line. In case the relation is assymetric (as is the case with hypernymy) it is not clear whether the pairs should be
a. (u, v) where u is a v ex. u = cat, v = mammal
b. (u, v) where v is a u ex. u = mammal, v = cat
This maybe clear to people working in this area, but a bit confusing to people just starting with PoincareModel.
Thanks!
Description
The documentation for
PoincareRelationsspecifies that the input should be a file with one relation per line. In case the relation is assymetric (as is the case with hypernymy) it is not clear whether the pairs should bea. (u, v) where u is a v ex. u = cat, v = mammal
b. (u, v) where v is a u ex. u = mammal, v = cat
This maybe clear to people working in this area, but a bit confusing to people just starting with
PoincareModel.Thanks!