Automatic Generation of News Comments Based on Gated Attention Neural Networks
With the development of recurrent neural networks (RNN), various natural language genera- tion (NLG) tasks have boomed in the past few years, such as response generation in conversation and poetry generation. However, automatic generation ofnews comments is a new, challenging and not well-studied task in NLG. Different from other NLG tasks, this task requires the contextual relevance between comments and news. In addition, we need to generate diversified comments, because different people usually have different opinions on the same news in the real world. In this paper, we propose a gated attention neural network model (GANN) to generate news comments. To address the problem of contextual relevance, we introduce the gated attention mechanism to use news context self-adaptively and selectively. To ensure the diversity of comments, we use random sample and relevance control to generate comments with different topics and degrees of relevance. Moreover, we apply generative adversarial nets to improve GANN. Automatic evaluation with perplexity score reveals that GANN outperforms the existing comment generation methods. Human evaluation proves that the generated news comments are close to human comments.
Code (0)
등록된 구현이 없습니다.
Tasks
Comment GenerationDiversityResponse GenerationSimilar Papers 제목 키워드 기반
ChatGPT as a commenter to the news: can LLMs generate human-like opinions?
ChatGPT, GPT-3.5, and other large language models (LLMs) have drawn significant attention since their release, and the abilities of these models have been investigated for a wide variety of tasks. In this research we inv…
ArticlesDiversityCoherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model
Automatic article commenting is helpful in encouraging user engagement on online news platforms. However, the news documents are usually too long for models under traditional encoder-decoder frameworks, which often resul…
ArticlesDecoderGraph-to-SequenceGenerating Diversified Comments via Reader-Aware Topic Modeling and Saliency Detection
Automatic comment generation is a special and challenging task to verify the model ability on news content comprehension and language generation. Comments not only convey salient and interesting information in news artic…
ArticlesClusteringComment GenerationDecoder+3XREF: Entity Linking for Chinese News Comments with Supplementary Article Reference
Automatic identification of mentioned entities in social media posts facilitates quick digestion of trending topics and popular opinions. Nonetheless, this remains a challenging task due to limited context and diverse na…
Entity LinkingDeep Learning for User Comment Moderation
Experimenting with a new dataset of 1.6M user comments from a Greek news portal and existing datasets of English Wikipedia comments, we show that an RNN outperforms the previous state of the art in moderation. A deep, cl…
Deep LearningGeneral Classification