← Latest papers
💬 NLP

Less is More: Quality-Aware Training Data Selection for Scientific Summarization

This paper addresses the limitations of existing scientific summarization datasets by releasing a large-scale corpus of 1.88 million biomedical articles and demonstrating that quality-aware training data selection based on reference alignment significantly improves model performance and efficiency compared to random sampling.

Original authors: Maria Nefeli Paraskevopoulou, Tatiana Passali, Grigorios Tsoumakas

Published 2026-06-24
📖 5 min read🧠 Deep dive

Original authors: Maria Nefeli Paraskevopoulou, Tatiana Passali, Grigorios Tsoumakas

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: Too Much Noise, Not Enough Signal

Imagine you are trying to teach a new apprentice how to write a perfect summary of a 50-page scientific report. You have a massive library of 1.88 million reports, and for each one, the original author has written a short "abstract" (a summary) on the first page.

Traditionally, researchers have assumed these author-written abstracts are perfect gold standards. They thought, "If the author wrote it, it must be the truth, so we'll just feed all of them to our AI to learn from."

However, the authors of this paper realized there's a flaw in this logic. Sometimes, an author's summary might:

  • Leave out important details.
  • Exaggerate the results.
  • Contradict the actual data in the full report.

The Analogy: Think of it like a student taking notes for a study group. Sometimes the student writes down exactly what the teacher said. Other times, they might miss a key point, write something down wrong, or get too excited and claim the teacher said something they didn't. If you teach your AI using all the notes without checking them, the AI will learn from the mistakes too.

What They Did: Building a Better Library

To fix this, the team did two main things:

  1. Built a Massive New Library (PMC-Large): They created a dataset of 1.88 million scientific articles from PubMed Central. Unlike older datasets that just dumped text into a messy pile, they organized this one like a well-structured book, keeping the chapters and headings intact so modern AI models can read it easily.
  2. The "Quality Inspector" Test: Before using these articles to train an AI, they ran a "quality check" on the author-written abstracts. They used several different automated "judges" (AI tools) to see how well each abstract matched the full article.
    • Did the abstract stay true to the facts?
    • Did it leave out crucial evidence?
    • Was it coherent?

The Discovery: They found that the quality varied wildly. Some abstracts were perfect matches, while others were quite poor. It wasn't a uniform "gold" standard; it was a mix of gold, silver, and some rusty metal.

The Experiment: Less is More

The team asked a simple question: "Is it better to train an AI on a huge pile of random notes, or a smaller pile of only the best notes?"

They set up a cooking competition:

  • Chef A (Random): Trained on 1,000 random recipes (abstracts) from the library.
  • Chef B (Quality-Selected): Trained on only the 1,000 best recipes, chosen because the "Quality Inspector" said they were accurate and true to the source.
  • Chef C (The Big Pile): Trained on 5,000 or even 100,000 random recipes.

The Results:

  • Chef B (Quality-Selected) won. Even though they only had 1,000 examples, they performed better than Chef A (who had the same number of random examples).
  • Chef B beat Chef C. Surprisingly, the chef who only studied 1,000 high-quality recipes often did just as well, or even better, than the chef who studied 5,000 or 100,000 random recipes.

The Analogy: Imagine trying to learn how to play tennis.

  • Random Training: You watch 10,000 hours of video, but half of it is people hitting the ball into the net or missing the court entirely. You learn bad habits.
  • Quality Training: You watch only 1,000 hours of video, but every single clip shows a professional hitting a perfect serve. You learn faster and play better, even though you watched less total video.

The "Two-Step" Strategy

The paper also found a clever way to do this efficiently. Checking the quality of 100,000 articles is expensive and slow (like hiring a team of 100 inspectors).

They tried a Two-Step Filter:

  1. Step 1 (The Fast Screen): Use a fast, cheap tool to scan 100,000 articles and pick the top 10,000 that look promising.
  2. Step 2 (The Deep Dive): Use slower, more detailed tools to check those top 10,000 and pick the absolute best 1,000 or 5,000 to train on.

This approach gave them the best results, proving that you don't need to check everything with a magnifying glass; you just need a smart way to find the good stuff first.

The Bottom Line

The main takeaway is "Less is More."

In the world of training AI to summarize science:

  • Quantity isn't everything. Having a massive dataset doesn't help if the data is full of errors or inconsistencies.
  • Quality is king. Carefully selecting the best, most accurate examples leads to smarter, more reliable AI.
  • Don't trust everything you read. Even author-written summaries need to be checked against the full text to ensure they are telling the whole truth.

By filtering out the "noisy" or "misleading" summaries, the team showed that you can train better AI models with less data, saving time and computing power while getting better results.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →