Regard Dataset
Astudnew opened this issue · 1 comments
Astudnew commented
Hello
in the restaurant dataset, I find 4 tags for B-ASP and I-ASP I understand that 0 is negative, -1 is natural, 2 is positive what about 1
such as Food B-ASP 1?
and why camera dataset has just 3 labels 0 , -1, and 2?
to reformat my dataset (semeval 2016) in another language what should I follow?
Astudnew commented
Also, I found in the training file for the restaurant dataset you consider just 3 labels (0.1.2), I misunderstand?
"test_f1 = f1_score(torch.argmax(test_apc_logits_all, -1).cpu(), test_polarities_all.cpu(),
labels=[0, 1, 2], average='macro')"