Long Paper Accepted at the EMNLP 2022 Main Conference!
The ECTSum dataset can be found under the data
folder.
Codes and instructions for our proposed model ECT-BPS can be found under codes/ECT-BPS
Codes and instructions for our baseline models can be found under codes/baselines
pip install sentence-transformers
pip install num2words
pip install word2number
python prepare_data_ectbps_ext.py
The data is saved at codes/ECT-BPS/ectbps_ext/data/
.
Processed data is already uploaded at this location.
pip install sentence-transformers
pip install num2words
pip install word2number
python prepare_data_ectbps_para.py
The data is saved at codes/ECT-BPS/ectbps_para/data/para/
.
Processed data is already uploaded at this location.
python prepare_data_ectbps_para_mask.py
The data is saved at codes/ECT-BPS/ectbps_para/data/para_mask/
.
Processed data is already uploaded at this location.