CLSep 3, 2019

Better Rewards Yield Better Summaries: Learning to Summarise Without References

arXiv:1909.01214v11037 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the issue for natural language processing researchers and practitioners by improving summary quality in document summarization, though it is incremental as it builds on existing RL frameworks.

The paper tackled the problem that reinforcement learning (RL) summarization systems using ROUGE scores as rewards produce summaries with low human appeal, by learning a reward function from 2,500 human-rated summaries to guide RL without reference summaries, resulting in systems that generate summaries with higher human ratings than state-of-the-art methods.

Reinforcement Learning (RL) based document summarisation systems yield state-of-the-art performance in terms of ROUGE scores, because they directly use ROUGE as the rewards during training. However, summaries with high ROUGE scores often receive low human judgement. To find a better reward function that can guide RL to generate human-appealing summaries, we learn a reward function from human ratings on 2,500 summaries. Our reward function only takes the document and system summary as input. Hence, once trained, it can be used to train RL-based summarisation systems without using any reference summaries. We show that our learned rewards have significantly higher correlation with human ratings than previous approaches. Human evaluation experiments show that, compared to the state-of-the-art supervised-learning systems and ROUGE-as-rewards RL summarisation systems, the RL systems using our learned rewards during training generate summarieswith higher human ratings. The learned reward function and our source code are available at https://github.com/yg211/summary-reward-no-reference.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes