fani-lab / LADy

LADy 💃: A Benchmark Toolkit for Latent Aspect Detection Enriched with Backtranslation Augmentation
Other
3 stars 3 forks source link

Labeling the aspects for back-translated reviews #29

Closed farinamhz closed 1 year ago

farinamhz commented 1 year ago

By using the word alignments and similarity comparison between the original and back-translated reviews, we want to find the new aspect labels for the new (back-translated) reviews.

  1. We discard the new reviews which have a similarity score below a threshold with the original reviews (the threshold is 0.5 for now)
  2. We add the labels which are aligned with the original labels as the labels of similar-semantic new reviews.
hosseinfani commented 1 year ago

@farinamhz I'm closing this issue as it's solved now in the pipeline. Let me know otherwise.