cliff_summ
cliff_summ copied to clipboard
Code for EMNLP 2021 paper "CLIFF: Contrastive Learning for Improving Faithfulness and Factuality in Abstractive Summarization"
I ran train_xsum_multi_neg.sh and got the following error. It happens with both old and new implementations based on BART backbone. ``` Traceback (most recent call last): File "/home/chshen/dev/pyvenv/lib64/python3.8/site-packages/torch/multiprocessing/spawn.py", line 69,...
Please add requirements.txt files to subdirectories in the project to make it easier to run the code.
Hi, when trying to run the training I'm continuously receiving the Attribute error message 'PegasusForContrastive' object has no attribute 'model'. Would you mind looking into the problem?
When using the decode_cnn.sh script (on my own dataset), the script finishes running, but the output files (bpe-test.txt and formatted-test.txt) are both empty. When I check the log file, I...