Skip to content

Utilize BERT model for multi task including ABSA (aspect based sentiment analysis) task and AE (Aspect Extraction) task

Notifications You must be signed in to change notification settings

qianyu-wang-flexport/ABSA_AE_BERT_Pytorch

Repository files navigation

ABSA_AE_BERT_Pytorch

Utilize BERT model for multi task including ABSA (aspect based sentiment analysis) task and AE (Aspect Extraction) task

Task definition

Convert ABSA+AE task to sequence label task {O:0,B-neg:1,B-neu:2,B-pos:3,I:4}

Requirement

python3 pytorch-pretrained-bert

Run

python test

Reference

https://github.com/songyouwei/ABSA-PyTorch

About

Utilize BERT model for multi task including ABSA (aspect based sentiment analysis) task and AE (Aspect Extraction) task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages