Actor-Critic based Training Framework for Abstractive Summarization
Piji Li, Lidong Bing, Wai Lam

TL;DR
This paper introduces an actor-critic reinforcement learning framework for neural abstractive summarization, improving summary quality by combining likelihood maximization with a global quality estimator.
Contribution
It proposes a novel training framework that jointly optimizes a seq2seq actor and a neural network critic for better summarization quality.
Findings
Achieves state-of-the-art results on benchmark datasets.
Improves summary relevance and correctness.
Demonstrates effectiveness across multiple languages.
Abstract
We present a training framework for neural abstractive summarization based on actor-critic approaches from reinforcement learning. In the traditional neural network based methods, the objective is only to maximize the likelihood of the predicted summaries, no other assessment constraints are considered, which may generate low-quality summaries or even incorrect sentences. To alleviate this problem, we employ an actor-critic framework to enhance the training procedure. For the actor, we employ the typical attention based sequence-to-sequence (seq2seq) framework as the policy network for summary generation. For the critic, we combine the maximum likelihood estimator with a well designed global summary quality estimator which is a neural network based binary classifier aiming to make the generated summaries indistinguishable from the human-written ones. Policy gradient method is used to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
