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 STMC1, STMC2, and REG axioms depend on similarities. It might be promising to have similarity variants that are based on word embeddings fine-tuned on test collections like Robust 04.
It is only required to have some word embeddings that PyMagnitude can handle, the rest is already implemented.
To implement new embedding variants, take a look at the fastText implementation here:
The STMC1, STMC2, and REG axioms depend on similarities. It might be promising to have similarity variants that are based on word embeddings fine-tuned on test collections like Robust 04.
It is only required to have some word embeddings that PyMagnitude can handle, the rest is already implemented.
To implement new embedding variants, take a look at the fastText implementation here:
ir_axioms/ir_axioms/modules/similarity.py
Lines 200 to 201 in bcf142e
Define a new similarity mixin extending
MagnitudeTermSimilarityMixin
and then implement variants of STMC1, STMC2, and REG like this:ir_axioms/ir_axioms/axiom/term_similarity.py
Lines 39 to 41 in bcf142e
The text was updated successfully, but these errors were encountered: