Transformer Models for Text Summarization: A Comparative Study of BART, BERT, and RoBERTa
Head-to-head test of three summarization AIs shows BART, which rewrites text from scratch, beats models that just pick existing sentences
Researchers compared three transformer-based summarization models, BERT, RoBERTa, and BART, on the CNN/DailyMail news dataset. BERT and RoBERTa were fine-tuned to pick out important sentences directly from articles (extractive summarization), while BART was used as a ready-made, already summarization-tuned model that writes new sentences (abstractive summarization). Scored with the ROUGE and BLEU metrics, BART came out clearly ahead of both, and RoBERTa outperformed BERT.
What they did
- BERT and RoBERTa, which select sentences one by one ('extractive summarization'), were fine-tuned for 16 epochs on 15,000 training articles from CNN/DailyMail, while BART used an already summarization-pretrained checkpoint (BART-large-CNN) without any additional fine-tuning.
- All experiments ran on a CPU-only machine with no GPU, forcing smaller batch sizes and fewer training epochs than a typical setup.
- On the ROUGE-1 score, BART scored about 0.4117 versus RoBERTa's 0.1820 and BERT's 0.1485, a gap that held up similarly across BLEU and other ROUGE variants.
- RoBERTa also reached a lower final training loss (1.47) than BERT (2.11), a rough sign it fit the training data better under the same setup.
- Because BART generates new wording, its summaries read more fluently, but manual checks found occasional factual slips like altered numbers or invented details (hallucination); BERT and RoBERTa, which just copy original sentences, stayed more factually accurate but produced less polished summaries.
Why it matters
This gives practical guidance for choosing a summarization model for real tasks like condensing news or reports. But since BART was compared in its off-the-shelf form while BERT and RoBERTa were specifically fine-tuned, the size of BART's advantage should be read with that mismatch in mind.
Terms in this paper
- BERT · An encoder-only language model pretrained to understand text bidirectionally, reading context from both directions
- RoBERTa · A version of BERT trained with improved methods and more data for better performance
- BART · A model with both an understanding encoder and a text-generating decoder, well suited to writing new summary text
- Extractive summarization · Building a summary by copying existing sentences straight from the source text
- Abstractive summarization · Building a summary by generating new sentences that paraphrase the source
- ROUGE / BLEU · Automated scoring metrics that measure overlap between an AI-generated summary and a human-written reference summary
- Hallucination / factual inconsistency · When an AI confidently produces details or numbers not actually present in the source text
Original abstract (English)
Text summarization refers to the task of condensing a document into a shorter version while preserving its key information. Automatic text summarization (ATS), driven by advancements in natural language processing (NLP), has developed rapidly in recent years. ATS methods are commonly categorized by input type (such as single-document or multi-document summarization) and by output type (extractive, abstractive, and hybrid). This article presents a focused review of modern summarization techniques with an emphasis on transformer based models and large language models (LLMs), specifically BERT, RoBERTa and BART. It examines their architectures, pretraining strategies, and their suitability for extractive and abstractive summarization tasks.
Read on arXivLatest papers
- LoRA-GA$^2$: Low Rank Adaptation with Multi-step Gradient Adaptive AlignmentPeeking at a few early training gradients before fine-tuning starts to set up LoRA smarter
- Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM AgentsAI assistants would rather double-check facts than ask you a question, even when asking is the right call
- Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy CorrectionWhen text input is missing or broken, this AI doesn't guess once and move on—it revises its guess step by step to read emotions more reliably
- Generating Diverse Personas for User Simulators to Test Interview Dialogue SystemsTo test interview-style chatbots you need many different fake users, so this work has an LLM automatically generate those fake user personalities
- Rethinking Patch Based Multivariate Time Series Forecasting with Semantic Structured PartitioningA new way to slice time series into meaningful chunks instead of arbitrary equal-length pieces
- Reliable Financial Named Entity Recognition under Domain ShiftAn AI's confidence trained on formal filings turns unreliable once it reads tweets
- Bringing analytic rigor to agentic AI for science: The Brain Researcher platform for neuroimaging data analysisA system that makes AI show its work when analyzing brain-imaging data, not just deliver an answer
- GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-HailingDiDi replaced its multi-step ride-hailing dispatch pipeline with one generative model and saw real-world gains
Latest from METAL LAB
- Google Discover adds chatbot that adjusts your feed based on spoken preferences
- OpenAI Closes In on Anthropic Again in Enterprise Spending Share
- Meta Unveils First 10 Tasks in WildArtifactBench, a Benchmark for AI Agents
- Musk: "Optimus + Grok will one day handle healthcare for all humanity"
- 35% of Web Pages Published Since ChatGPT Show Signs of AI Authorship