TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/SimCLS: A Simple Framework for Contrastive Learning of Abs...

SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization

Yixin Liu, PengFei Liu

2021-06-03ACL 2021 5Text GenerationAbstractive Text SummarizationText SummarizationContrastive Learning
PaperPDFCodeCode(official)

Abstract

In this paper, we present a conceptually simple while empirically powerful framework for abstractive summarization, SimCLS, which can bridge the gap between the learning objective and evaluation metrics resulting from the currently dominated sequence-to-sequence learning framework by formulating text generation as a reference-free evaluation problem (i.e., quality estimation) assisted by contrastive learning. Experimental results show that, with minor modification over existing top-scoring systems, SimCLS can improve the performance of existing top-performing models by a large margin. Particularly, 2.51 absolute improvement against BART and 2.50 over PEGASUS w.r.t ROUGE-1 on the CNN/DailyMail dataset, driving the state-of-the-art performance to a new level. We have open-sourced our codes and results: https://github.com/yixinL7/SimCLS. Results of our proposed models have been deployed into ExplainaBoard platform, which allows researchers to understand our systems in a more fine-grained way.

Results

TaskDatasetMetricValueModel
Text SummarizationX-SumROUGE-147.61PEGASUS + SimCLS
Text SummarizationX-SumROUGE-224.57PEGASUS + SimCLS
Text SummarizationX-SumROUGE-L39.44PEGASUS + SimCLS
Text SummarizationCNN / Daily MailROUGE-146.67BART + SimCLS
Text SummarizationCNN / Daily MailROUGE-222.15BART + SimCLS
Text SummarizationCNN / Daily MailROUGE-L43.54BART + SimCLS
Abstractive Text SummarizationCNN / Daily MailROUGE-146.67BART + SimCLS
Abstractive Text SummarizationCNN / Daily MailROUGE-222.15BART + SimCLS
Abstractive Text SummarizationCNN / Daily MailROUGE-L43.54BART + SimCLS

Related Papers

Making Language Model a Hierarchical Classifier and Generator2025-07-17SemCSE: Semantic Contrastive Sentence Embeddings Using LLM-Generated Summaries For Scientific Abstracts2025-07-17HapticCap: A Multimodal Dataset and Task for Understanding User Experience of Vibration Haptic Signals2025-07-17Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management2025-07-17SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17Mitigating Object Hallucinations via Sentence-Level Early Intervention2025-07-16Similarity-Guided Diffusion for Contrastive Sequential Recommendation2025-07-16The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs2025-07-15