ConDigSum icon indicating copy to clipboard operation
ConDigSum copied to clipboard

Code for EMNLP 2021 paper "Topic-Aware Contrastive Learning for Abstractive Dialogue Summarization"

Results 3 ConDigSum issues
Sort by recently updated
recently updated
newest added

My running script: if [ $# != 2 ] ; then echo "USAGE: $0 COMMENT" echo " e.g.: $0 condigsum 2" exit 1; fi GPU=${2} if [ ${GPU} -eq -1...

请问我运行会报下面的错误,是为什么呢? train.py: error: unrecognized arguments: --co_window_size 14 --ma2_minwin 5 --ma2_maxwin 24 --ma2_step 1 --co_sample_truncate 2 --ma_sample_truncate 2 --co_loss_weight 0.005 --ma_loss_weight 0.0001