Optimising Factual Consistency in Summarisation via Preference Learning from Multiple Imperfect Metrics
This paper introduces an automated training pipeline that improves factual consistency in summarization by aggregating scores from multiple imperfect metrics to construct a high-quality preference dataset, enabling models of various sizes to learn from subtle lexical differences without complex reward shaping.
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
Imagine you have a very smart but sometimes overconfident student (an AI language model) who is great at writing fluent stories but occasionally makes up facts that sound real but aren't true. This is a big problem when the student is asked to summarize news articles, because getting the facts wrong can be misleading.
This paper proposes a new way to train this student to be more honest, without needing a human teacher to grade every single assignment. Here is how they did it, explained simply:
1. The Problem: The "Flawed Judge"
Usually, to teach an AI, you need a "reward signal"—a way to tell it, "Good job!" or "Bad job!"
- The Old Way: Researchers tried using automated tools (metrics) to grade the AI's summaries. But these tools are like imperfect judges. One judge might think a summary is great, while another thinks it's terrible. If you just listen to one judge, the AI gets confused. If you try to combine them manually, it gets messy and requires a lot of human tweaking.
- The Human Way: You could hire humans to grade the work, but that is expensive, slow, and humans sometimes miss small factual errors because they are focused on how "nice" the story sounds.
2. The Solution: A "Panel of Judges" with a Veto
The authors created a fully automated system that acts like a panel of three or four different judges.
- The Setup: They take a news article and ask the AI to write two slightly different summaries. They make sure these two summaries look very similar (like two drafts of the same essay) so the only real difference is the facts inside them.
- The Grading: They run both summaries through several different automated "fact-checking tools."
- The Rule: The system only keeps the pair if all the judges agree on which summary is better. If Judge A says "Summary 1 is better" but Judge B says "Summary 2 is better," the system throws that pair away. This acts as a filter to remove "noisy" or confusing data.
- The Training: The AI then learns from these "agreed-upon" pairs, understanding that even tiny changes in wording can lead to big changes in truthfulness.
3. The "Lexical Similarity" Trick
Why make the summaries look so similar?
Imagine you are trying to teach someone the difference between a red apple and a green apple. If you show them a red apple and a blue car, they might get confused about what you are teaching them (color vs. object).
The authors made the AI generate summaries that are almost identical in structure and vocabulary, so the AI is forced to focus only on the factual differences, ignoring style or structure.
4. The Results: Small Models Catching Up
The researchers tested this on many different AI models, from small, older ones to massive, modern "Large Language Models."
- The Surprise: The small, older models (like BART) learned so well that they became almost as good at being factually accurate as the giant, expensive models.
- The Trade-off: The summaries became very factually accurate, but sometimes they were a little less "fluffy" or detailed than summaries made by other methods. It's like the AI decided, "I'll leave out the extra details to make sure I don't accidentally lie."
5. What They Didn't Do (Important Limits)
- They did not use human teachers to grade the data; it was all done by computers.
- They did not claim this works for medical advice or legal contracts. They only tested it on news summaries (XSUM) and Reddit posts (TL;DR).
- They noted that while the AI became better at facts, it sometimes became slightly less "fun" to read compared to summaries trained by humans.
In a Nutshell
The paper is like a factory assembly line for training AI. Instead of hiring a human inspector to check every product, they set up a system where multiple automated inspectors check the work. If they all agree the product is good, it gets stamped "Approved." If they disagree, the product is recycled. This allows even small, older machines (AI models) to produce high-quality, factually accurate work without needing expensive human supervision.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.