fastText for NER

Created on 23 May 2018  路  5Comments  路  Source: facebookresearch/fastText

I read that using fastText embeddings can improve the NER.
Can you please tell me how can we use fastText embeddings to get the NERs?

Most helpful comment

Hi @PrashantRanjan09,

A standard approach to improve named entity recognition with continuous word representations is to use word embeddings, trained on large amount of unlabeled data, as feature in the NER system. Examples of this approach can be found in the following papers (in addition to the one from @sughodke's comment):

This general idea was previously explored with discrete word representation (based on word clustering) instead of word embeddings:

Best,
Edouard.

All 5 comments

@PrashantRanjan09 can you point us to the referred paper?

It must be this one.
https://arxiv.org/abs/1709.04820

Hi @PrashantRanjan09,

A standard approach to improve named entity recognition with continuous word representations is to use word embeddings, trained on large amount of unlabeled data, as feature in the NER system. Examples of this approach can be found in the following papers (in addition to the one from @sughodke's comment):

This general idea was previously explored with discrete word representation (based on word clustering) instead of word embeddings:

Best,
Edouard.

I would recommend this paper also which is the foundation of polyglot ner

https://arxiv.org/pdf/1410.3791.pdf

any code available for https://arxiv.org/abs/1709.04820?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

premrajnarkhede picture premrajnarkhede  路  3Comments

PGryllos picture PGryllos  路  4Comments

AhmedIdr picture AhmedIdr  路  3Comments

loretoparisi picture loretoparisi  路  3Comments

yasonk picture yasonk  路  3Comments