|
|
|
|
|
by visarga
2831 days ago
|
|
There's a long list of papers on that - 'multi-sense word embeddings'. But more recently we have found that passing the raw character embeddings through a two layer BiLSTM will resolve the ambiguity of meaning from context - 'ElMO'. https://arxiv.org/abs/1802.05365 (state of the art) |
|