Gensim: Add ELMo (Deep contextualized word representations)

Created on 19 Jul 2018  路  4Comments  路  Source: RaRe-Technologies/gensim

Introduction

ELMo is a deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and semantics), and (2) how these uses vary across linguistic contexts (i.e., to model polysemy). These word vectors are learned functions of the internal states of a deep bidirectional language model (biLM), which is pre-trained on a large text corpus. They can be easily added to existing models and significantly improve the state of the art across a broad range of challenging NLP problems, including question answering, textual entailment and sentiment analysis.

Other Tools

  • [ ] [allenai](https://github.com/allenai/bilm-tf)
  • [ ] [elmo](https://allennlp.org/elmo)

Issue Description

It's not easy to use them.
I need a more simple and convenient tool like "Word2Vec" in "gensim"

difficulty hard feature

All 4 comments

attention

Sounds promising for me, but need deep investigation first (i.e. reproduce experiments, see how it will work by quality/performance/etc).

@piskvorky @gojomo wdyt?

Any plans for this?

@justinas-kazanavicius not yet, gensim now in "slow maintenance mode", I don't think we'll have a time for this feature. BTW, other packages already implement that, what's a reason to make "another yet implementation"?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dancinghui picture dancinghui  路  4Comments

menshikh-iv picture menshikh-iv  路  3Comments

k0nserv picture k0nserv  路  3Comments

coopwilliams picture coopwilliams  路  3Comments

simonm3 picture simonm3  路  3Comments