Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 527 Bytes

LDSGM

A Label Dependence-aware Sequence Generation Model for Multi-level Implicit Discourse Relation Recognition (AAAI 2022)

Main Dependecies and installation

pytorch 1.3.1

transformer 4.12.4

pytorch_pretrained_bert 0.6.2

DataSet

  1. Download the PDTB2.0 , put it under /raw/
  2. python3 preprocess.py
  3. Download the pretrained model roberta base,put it under /pretrained/roberta-base/

Run

python3 run.py