SZTAKI HLT | eval-embed

eval-embed

Feb. 3, 2017 -
GitHub

Conversion between:

  • GloVe text and binary with optional bias and context terms
  • word2vec text and binary formats
  • custom format can be implemented

Linear translation

Analogy evaluation

  • king-man+woman
  • also chinese + river
  • you can query any linear combinations of words

supported metrics:

  • cos
  • Euclidean
  • cos mul
  • angle
  • custom metric can be implemented
Owner