lixin4ever / E2E-TBSA

[AAAI 2019] A Unified Model for Opinion Target Extraction and Target Sentiment Prediction
https://arxiv.org/abs/1811.05082
273 stars 60 forks source link

Prediction values #17

Closed yassmine-lam closed 3 years ago

yassmine-lam commented 3 years ago

Hi,

Thank u for sharing ur code with us. However, could u plz tell me what does OTE and TS mean in the running results?

Exceed: test performance: ote: f1: 0.6512, ts: precision: 0.6156, recall: 0.4958, micro-f1: 0.5492

Does OTE mean the results of the aspect target extraction, and TS means the results of the aspect sentiment classification? So in the example above, the model got an F1-score of 65.12% for OTE task and F1-score of 54.92% for aspect sentiment classification?

Thanks in advance

lixin4ever commented 3 years ago

Sorry for incomplete documentation.

Your understanding is correct, OTE and TS here respectively refer to "opinion target extraction" (also known as "aspect term extraction" or "aspect target extraction") and "targeted sentiment analysis" (equivalent to "aspect sentiment classification"). The numbers following them are the evaluation results.

yassmine-lam commented 3 years ago

Thank u for ur detailed answer.