fani-lab / LADy

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

Aspect based sentiment analysis + Running Bert and Cat library #54

Closed 3ripleM closed 8 months ago

3ripleM commented 9 months ago

Hi @arfaamr, As I mentioned earlier, our plan is to first run two libraries, Bert and Cat, which can be found in the fani-lab repository. We will aim to understand how they work with their respective datasets by reading their papers.

Here are the steps (which I will update later on):

  1. Run the libraries with their proposed datasets (clone their repository, not the one in fani-lab).
  2. Run them with LADy datasets.
  3. Compare the results and document our understanding.

As a suggestion, we can use Poetry as the package manager. We'll fork the repository on our computers and update the packages using Poetry. This approach is beneficial because @farinamhz intends to integrate these libraries into the LADy project. Currently, it's not possible as they are not in library format. By managing them using Poetry, we can easily convert them into libraries with just a few tweaks.

@hosseinfani can you please verify these steps? @arfaamr If you have any questions about these steps, please feel free to ask here.