chiayewken / Span-ASTE

Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train for ATE/OTE along with triplets

sidvenkat1988 opened this issue · comments

Hi, my task involves detecting standalone aspects (aspects without opinions) along with detecting aspect-opinion-triplets. Can I train this model for the same?

If yes, is there any difference in the way I should prepare my training data, or make any changes in the training configuration?

Hi, when the span model is training, it uses the SpanModelDocument which currently specifies the spans which are contained in each sentiment triplet. Hence, to support standalone spans (independent aspects or opinions), you just need to modify this part of the data pipeline to include the spans that you need.