NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
n-best will not improve F1, but it will give more choices of the decoding results. In some cases, the best result is not in the top-1 prediction but in the second/third predictions.
Hi,I want to know how the n best decodeing work to increase F1 on NER task, I don't know why n best=10 will increase F1