BERT-NER icon indicating copy to clipboard operation
BERT-NER copied to clipboard

关于labels及label_id的设计

Open wangyi888 opened this issue 6 years ago • 3 comments

你好,

看到你对BERT-NER的尝试很受启发。有个问题需要请教,BERT论文原文中提到“where no prediction is made for X”,那么我们还是否将labels中加入“X”呢,如果不加入“X”,又该怎么去体现“no prediction is made”呢?

wangyi888 avatar Dec 14 '18 08:12 wangyi888

Hi @wangyi888 , In my current version, I used X as a classification label. This is actually not completely correct. In my new attempt, I am not consider the X part. I will replace the word directly with the first part after WordPiece tokenization. The code is still in debugging.

kyzhouhzau avatar Dec 14 '18 14:12 kyzhouhzau

Hi @kyzhouhzau, I don't know very well, I see the dataset and I couldn't find the label X in ground-truth label, so how should I eval the result?

kugwzk avatar Jan 21 '19 17:01 kugwzk

@kyzhouhzau 这块现在有进展了吗?

Wanjun0511 avatar Jun 04 '19 12:06 Wanjun0511