arXiv Analytics

Sign in

arXiv:1803.11070 [cs.CL]AbstractReferencesReviewsResources

Actor-Critic based Training Framework for Abstractive Summarization

Piji Li, Lidong Bing, Wai Lam

Published 2018-03-28, updated 2018-08-15Version 2

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 conduct the parameter learning. An alternating training strategy is proposed to conduct the joint training of the actor and critic models. Extensive experiments on some benchmark datasets in different languages show that our framework achieves improvements over the state-of-the-art methods.

Comments: 10 pages. arXiv admin note: text overlap with arXiv:1708.00625
Categories: cs.CL, cs.AI
Related articles: Most relevant | Search more
arXiv:2205.07830 [cs.CL] (Published 2022-05-16)
FactPEGASUS: Factuality-Aware Pre-training and Fine-tuning for Abstractive Summarization
arXiv:2204.02208 [cs.CL] (Published 2022-04-05)
Abstractive summarization of hospitalisation histories with transformer networks
arXiv:2106.01317 [cs.CL] (Published 2021-06-02)
Enriching Transformers with Structured Tensor-Product Representations for Abstractive Summarization
Yichen Jiang et al.