All Projects → l294265421 → ACSA

l294265421 / ACSA

Licence: MIT license
Papers, models and datasets for Aspect-Category Sentiment Analysis.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ACSA

PyABSA
Open Framework for Aspect-based Sentiment Analysis based on state-of-the-art Models
Stars: ✭ 398 (+696%)
Mutual labels:  aspect-based-sentiment-analysis
extra-model
Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.
Stars: ✭ 43 (-14%)
Mutual labels:  aspect-based-sentiment-analysis
Scon-ABSA
[CIKM 2021] Enhancing Aspect-Based Sentiment Analysis with Supervised Contrastive Learning
Stars: ✭ 17 (-66%)
Mutual labels:  aspect-based-sentiment-analysis
acd
ACD helps you download Adobe Connect Sessions Videos and Audios, download files from FTP server, transfer files using Shift I/O
Stars: ✭ 117 (+134%)
Mutual labels:  acd
Transferable-E2E-ABSA
Transferable End-to-End Aspect-based Sentiment Analysis with Selective Adversarial Learning (EMNLP'19)
Stars: ✭ 62 (+24%)
Mutual labels:  aspect-based-sentiment-analysis
hierarchical-dnn-interpretations
Using / reproducing ACD from the paper "Hierarchical interpretations for neural network predictions" 🧠 (ICLR 2019)
Stars: ✭ 110 (+120%)
Mutual labels:  acd
Position-Aware-Tagging-for-ASTE
Code and models for the paper " Position-Aware Tagging for Aspect Sentiment Triplet Extraction", EMNLP 2020.
Stars: ✭ 70 (+40%)
Mutual labels:  aspect-based-sentiment-analysis
Covolution over Dependency Tree EMNLP2019
Here is the code for the paper ``Aspect-Level Sentiment Analysis via Convolution over Dependency Tree'' accepted by EMNLP2019.
Stars: ✭ 17 (-66%)
Mutual labels:  aspect-based-sentiment-analysis
binary.com-interview-question
The sample question for Interview a job in Binary options
Stars: ✭ 52 (+4%)
Mutual labels:  acd
HAST
Aspect Term Extraction with History Attention and Selective Transformation (IJCAI 2018)
Stars: ✭ 53 (+6%)
Mutual labels:  aspect-based-sentiment-analysis
SA-DL
Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.
Stars: ✭ 35 (-30%)
Mutual labels:  aspect-based-sentiment-analysis
scripts
Scripts for managing my Ubuntu / Rclone / Plex Server
Stars: ✭ 20 (-60%)
Mutual labels:  acd
MGAN
Exploiting Coarse-to-Fine Task Transfer for Aspect-level Sentiment Classification (AAAI'19)
Stars: ✭ 44 (-12%)
Mutual labels:  aspect-based-sentiment-analysis
AspectBasedSentimentAnalysis
Aspect Based Sentiment Analysis is a special type of sentiment analysis. In an explicit aspect, opinion is expressed on a target(opinion target), this aspect-polarity extraction is known as ABSA.
Stars: ✭ 61 (+22%)
Mutual labels:  aspect-based-sentiment-analysis
MemNet ABSA
No description or website provided.
Stars: ✭ 20 (-60%)
Mutual labels:  aspect-based-sentiment-analysis
PBAN-PyTorch
A Position-aware Bidirectional Attention Network for Aspect-level Sentiment Analysis, PyTorch implementation.
Stars: ✭ 33 (-34%)
Mutual labels:  aspect-based-sentiment-analysis
BeatNet
This repository contains the implementation of the AI-based "BeatNet" Joint beat, downbeat, tempo, and meter tracking system using CRNN and particle filtering. 2021's state-of-the-art online model - (ISMIR 2021).
Stars: ✭ 56 (+12%)
Mutual labels:  joint-model

ACSA

Papers, models and datasets for Aspect-Category Sentiment Analysis, which contains two fine-grained subtasks: Aspect Category Detection (ACD) and Aspect Category Sentiment Classification (ACSC).

LICENSE Contributions welcome

Requirement

  • python 3.6
  • pytorch 1.3.0
  • allennlp 0.9.0

Usage

Supported datasets

Aspect-Category Sentiment Classification (ACSC) Models

Supported models

Training

sh scripts/run.sh acsa/acac_pytorch/acsc_bootstrap.py --model_name Heat --current_dataset SemEval-2014-Task-4-REST-DevSplits --embedding_filepath glove.840B.300d.txt

Visualization

sh scripts/run.sh acsa/acac_pytorch/acsc_bootstrap.py --model_name Heat --current_dataset SemEval-2014-Task-4-REST-DevSplits --embedding_filepath glove.840B.300d.txt --train False --visualize_attention True

Aspect Category Detection (ACD) Models

Joint Models for ACSC and ACD

Paper

Suggestions about adding papers are welcomed!

Aspect-Category Sentiment Classification (ACSC)

  • 2016-emnlp-A Hierarchical Model of Reviews for Aspect-based Sentiment Analysis paper
  • 2016-emnlp-Attention-based LSTM for Aspect-level Sentiment Classification paper
  • 2017-CIKM-Aspect-level Sentiment Classification with HEAT (HiErarchical ATtention) Network paper
  • 2018-aaai-Learning to Attend via Word-Aspect Associative Fusion for Aspect-based Sentiment Analysis paper
  • 2018-acl-Aspect Based Sentiment Analysis with Gated Convolutional Networks paper
  • 2019-AAAI-A Human-Like Semantic Cognition Network for Aspect-Level Sentiment Classification paper
  • 2019-conll-Learning to Detect Opinion Snippet for Aspect-Based Sentiment Analysis paper
  • 2019-emnlp-A Challenge Dataset and Effective Models for Aspect Based Sentiment Analysis paper
  • 2019-emnlp-A Novel Aspect-Guided Deep Transition Model for Aspect Based Sentiment Analysis paper
  • 2019-ijcai-Earlier Attention Aspect-Aware LSTM for Aspect Sentiment Analysis paper
  • 2019-naacl-Utilizing BERT for Aspect-Based Sentiment Analysis via Constructing Auxiliary Sentence paper
  • 2019-tkdd-Aspect Aware Learning for Aspect Category Sentiment Analysis paper
  • 2020-nlpcc-Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks paper code
  • 2020-emnlp-Multi-Instance Multi-Label Learning Networks for Aspect-Category Sentiment Analysis paper code
  • 2021-naacl-ASAP: A Chinese Review Dataset Towards Aspect Category Sentiment Analysis and Rating Prediction paper code
  • 2021-emnlp-Beta Distribution Guided Aspect-aware Graph for Aspect Category Sentiment Analysis with Affective Knowledge paper code
  • 2021-emnlp-Solving Aspect Category Sentiment Analysis as a Text Generation Task paper code

Joint Models

  • 2017-wsdm-Deep Memory Networks for Attitude Identification paper
  • 2018-emnlp-Joint Aspect and Polarity Classification for Adpect-based Sentiment Analysis with End-to-End Neural Networks paper
  • 2019-www-Aspect-level Sentiment Analysis using AS-Capsules paper
  • 2019-emnlp-CAN Constrained Attention Networks for Multi-Aspect Sentiment Analysis paper
  • 2020-ccl-A Joint Model for Aspect-Category Sentiment Analysis with SharedSentiment Prediction Layer paper

Related Repositories

Contributions

Feel free to contribute!

You can raise an issue or submit a pull request, whichever is more convenient for you.

Licence

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].