IsakZhang / ABSA-Survey

Resources about Aspect-based Sentiment Analysis (ABSA)
106 stars 11 forks source link

ABSA-Survey

Various resources about Aspect-based Sentiment Analysis (ABSA), set up for our recent updated survey paper - A Survey on Aspect-Based Sentiment Analysis: Tasks, Methods, and Challenges.

🔖 [2022-11-6] This is our first release, feel free to contact us if you find any missing important papers. You are also welcome to create a pull request to contribute anything you feel useful!

Paper List

ABSA Taxonomy Taxonomy of ABSA tasks, with representative methods of each task. Taken from Fig 2 of this survey paper.

Single ABSA

Aspect Term Extraction (ATE)

Supervised ATE

Semi-supervised ATE

Unsupervised ATE

Aspect Category Detection (ACD)

Supervised ACD

Unsupervised ACD

Opinion Term Extraction (OTE)

Aspect-Opinion Co-Extraction (AOCE)

Target-oriented Opinion Words Extraction (TOWE)

Aspect-based Sentiment Classification (ASC)

We do not include ASC papers here due to the massive amount of papers available, you can refer to surveys dedicated to ASC for details.

Compound ABSA

Aspect-Opinion Pair Extraction (AOPE)

Aspect Category Sentiment Analysis (ACSA)

End-to-End ABSA (E2E-ABSA)

Aspect Sentiment Triplet Extraction (ASTE)

Aspect-Category-Sentiment Detection (ACSD)

Aspect Sentiment Quad Prediction (ASQP)

Survey Papers

Resources

Reading List

There are other useful reading lists of ABSA (from different angles), check them out!

Datasets

For more details, you can check Sec 2.4 of our survey paper. Here are some direct links

Useful Repos

Citation

If you find this repo or our survey paper helpful, pls consider star 🌟 and cite 📝!

@article{absa-survey,
  author    = {Wenxuan Zhang and
               Xin Li and
               Yang Deng and
               Lidong Bing and
               Wai Lam},
  title     = {A Survey on Aspect-Based Sentiment Analysis: Tasks, Methods, and Challenges},
  journal   = {CoRR},
  volume    = {abs/2203.01054},
  year      = {2022},
  url       = {https://doi.org/10.48550/arXiv.2203.01054},
  doi       = {10.48550/arXiv.2203.01054}
}