elmo-bilstm-cnn-crf icon indicating copy to clipboard operation
elmo-bilstm-cnn-crf copied to clipboard

A little question about ELMo

Open nlp-wh opened this issue 6 years ago • 2 comments

Hello!

According to my understanding, ELMo in this code directly calls the officially provided pre-training model without parameter updates. Because it is trained in unlabeled corpora in the general field, is this suitable for a specific field, such as biomedicine?

Best Regards

nlp-wh avatar Apr 22 '19 08:04 nlp-wh

Hi. That is correct. The ELMo embeddings are not updated. This way it is also implemented in Allen Nlp.

If you have a specific domain, you could update the language model for that domain. In the ELMo Paper they did some experiments with fine tuning the language model for a domain

nreimers avatar Apr 22 '19 11:04 nreimers

Thank you very much, I am reading ELMo paper and considering fine-tuning.

nlp-wh avatar Apr 22 '19 11:04 nlp-wh