Skip to content

whl97/LS-Score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This project is the implementation of paper Unsupervised Reference-Free Summary Quality Evaluation via Contrastive Learning. (Paper Link)

Datasets

Newsroom

the complete dataset is available here.

The processed dataset is available here.

CNN/Daily Mail

the complete dataset is also available here.

The processed dataset is available here.

Fine-tuning

  1. Download the pretrained model and modified pretrained_model_dir. We use bert-base-uncased as our base model to finetune.

  2. Download the datasets and modified dataset_dir_dict.

  3. To fine-tune the model:

    python3 code/trainer.py --dataset_name=cnndm
    python3 code/trainer.py --dataset_name=newsroom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages