Closed sidvenkat1988 closed 2 years ago
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.
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?