Skip to content
forked from chenshaowei57/SDRN

Source code of the paper "Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction, ACL 2020."

Notifications You must be signed in to change notification settings

NKU-IIPLab/SDRN

 
 

Repository files navigation

SDRN

Source code of the paper "Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction, ACL 2020."

Requirement:

  python==3.6.8
  torch==0.4.0
  numpy==1.15.4

Dataset:

14-Res, 14-Lap, 15-Res: Download from https://drive.google.com/drive/folders/1wWK6fIvfYP-54afGDRN44VWlXuUAHs-l?usp=sharing

MPQA:Download from http://www.cs.pitt.edu/mpqa/

JDPA: Download from http://verbs.colorado.edu/jdpacorpus/

Download BERT_Base:

https://github.com/google-research/bert

How to run:

  python main.py --mode train # For training
  python main.py --mode test --test_model ./modelFinal.model # For testing

About

Source code of the paper "Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction, ACL 2020."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%