2020

Adversarial Training for Aspect-Based Sentiment Analysis with BERT

Karimi, Akbar, Rossi, Leonardo, Prati, Andrea

Understand

Aspect-Based Sentiment Analysis (ABSA) deals with the extraction of sentiments and their targets.

  • Collecting labeled data for this task in order to help neural networks generalize better can be laborious and time-consuming.
  • As an alternative, similar data to the real-world examples can be produced artificially through an adversarial process which is carried out in the embedding space.
  • Although these examples are not real sentences, they have been shown to act as a regularization method which can make neural networks more robust.

Reading the bibliography…