/ASBA

Code for our deep learning assignment

Primary LanguageJupyter Notebook

ASBA (or as everybody else says, ABSA)

Aspect-based sentiment analysis

Pipeline:

We used huggingfaces pre-trained models to fine-tune for the task and their tokenizers to prepare the input. For the second task we built on the pre-trained models from hf with a custom class to modify the architectures, using an "off-the-shelf" approach.