Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSources
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Deep learning›Semi-supervised Text Summarization
Machine learningDeep learning / NLP / CV

Semi-supervised Text Summarization

Semi-supervised Text Summarization (Label-efficient Abstractive and Extractive Summarization) · Also known as: semi-supervised summarization, label-efficient summarization, weakly supervised summarization, SSL-based summarization

Semi-supervised text summarization trains summarization models by leveraging large amounts of unlabeled text alongside a small set of human-written reference summaries. By using techniques such as language-model pretraining, pseudo-labeling, and self-training, these methods substantially reduce the annotation burden while maintaining competitive ROUGE scores on benchmark datasets.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

When to use it

Use semi-supervised summarization when you have abundant unlabeled documents in your domain but only a small budget for human-annotated summaries — a common scenario in specialized domains such as biomedical literature, legal texts, or low-resource languages. It is also appropriate when adapting a general-purpose summarization model (BART, PEGASUS) to a new domain with limited in-domain labeled data. Do not use this approach when you have a large, high-quality labeled dataset — in that case, fully supervised fine-tuning is simpler and equally effective. Avoid it when the unlabeled text distribution is far from the target domain, as pseudo-label noise can degrade performance.

Strengths & limitations

Strengths
  • Dramatically reduces reliance on costly human-annotated reference summaries.
  • Exploits large pretrained language models (BART, T5, PEGASUS) as strong starting points, accelerating convergence.
  • Flexible: works for both extractive and abstractive summarization paradigms.
  • Iterative self-training can progressively close the gap to fully supervised performance.
  • Particularly effective for low-resource and domain-specific summarization scenarios.
  • Compatible with consistency regularization and data augmentation to further improve robustness.
Limitations
  • Pseudo-label quality depends heavily on the initial pretrained model; poor priors propagate errors through self-training.
  • Requires careful confidence filtering or noise-robust training to prevent the model from reinforcing its own mistakes.
  • Computationally expensive: pretraining and iterative self-training involve multiple forward and backward passes over large corpora.
  • Evaluation remains challenging — ROUGE scores do not fully capture factual faithfulness, and human evaluation is needed for final validation.
  • Gains over zero-shot prompting of large models (e.g., GPT-4) are narrowing in English, limiting practical advantage outside low-resource or specialized settings.

Frequently asked

How many labeled examples do I actually need?

Experiments typically show that semi-supervised methods can achieve competitive ROUGE scores with as few as a few hundred to a few thousand labeled pairs, depending on domain proximity to the pretraining corpus. Starting with 500–2000 high-quality labeled summaries is a reasonable baseline.

Which pretrained model should I start from?

PEGASUS and BART are the most widely used starting points for abstractive summarization, as their pretraining objectives are closely aligned with summary generation. T5 is also competitive. For domain-specific text, consider models pretrained on in-domain corpora (e.g., BioBART for biomedical text).

How do I filter noisy pseudo-labels?

Common strategies include keeping only pseudo-summaries whose ROUGE score against extractive baselines exceeds a threshold, applying confidence scores from the model's output probability, or using consistency filtering where only stable predictions across paraphrased inputs are retained.

Is semi-supervised summarization still relevant with GPT-4 available?

For general English summarization, large proprietary models often match or exceed semi-supervised systems without any fine-tuning. However, for specialized domains, low-resource languages, or applications requiring on-premise deployment with small models, semi-supervised fine-tuning remains highly valuable.

How should I evaluate faithfulness beyond ROUGE?

Use factual consistency metrics such as FactCC, QAGS, or DAE alongside ROUGE. BERTScore provides a semantic similarity estimate. For high-stakes applications, human evaluation using faithfulness and coherence rubrics is still the gold standard.

Sources

  1. He, J., Zhou, C., Ma, X., Berg-Kirkpatrick, T., & Neubig, G. (2020). Revisiting Semi-Supervised Learning for Neural Sequence Generation. In Proceedings of ICLR 2020. link ↗
  2. Automatic summarization. Wikipedia. link ↗

How to cite this page

ScholarGate. (2026, June 3). Semi-supervised Text Summarization (Label-efficient Abstractive and Extractive Summarization). ScholarGate. https://scholargate.app/en/deep-learning/semi-supervised-text-summarization

Similar methods

Weakly supervised text summarizationSemi-supervised Question AnsweringTransfer Learning with Text SummarizationFine-Tuned Text SummarizationSemi-supervised BERT-based ClassificationSemi-supervised TransformerSemi-supervised RoBERTa-based ClassificationSemi-supervised Sentence Embeddings

Related reference concepts

Self-Supervised and Representation LearningSequence-to-Sequence Models and TransformersUnsupervised LearningText ClusteringPart-of-Speech Tagging and Sequence LabelingInformation Extraction

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Semi-supervised Text Summarization (Semi-supervised Text Summarization (Label-efficient Abstractive and Extractive Summarization)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/semi-supervised-text-summarization · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Multiple contributors (e.g., He et al., 2020; Fabbri et al.)
Year
2018–2020
Type
Semi-supervised sequence-to-sequence learning
DataType
Unlabeled and labeled text corpora
Subfamily
Deep learning / NLP / CV
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account