paper-with-me

홈 › Papers

Automatic Generation of News Comments Based on Gated Attention Neural Networks

2017-11-17 · IEEE Access 2017 11 · HT Zheng; W Wang; W Chen; AK Sangaiah

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Comment GenerationDiversityResponse Generation

Similar Papers 제목 키워드 기반

ChatGPT as a commenter to the news: can LLMs generate human-like opinions?

2023-12-21 · Rayden Tseng, Suzan Verberne, Peter van der Putten

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…

ArticlesDiversity

Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model

2019-07-01 · ACL 2019 7 · Wei Li, Jingjing Xu, Yancheng He, ShengLi Yan 외

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-Sequence

Generating Diversified Comments via Reader-Aware Topic Modeling and Saliency Detection

2021-02-13 · Wei Wang, Piji Li, Hai-Tao Zheng

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+3

XREF: Entity Linking for Chinese News Comments with Supplementary Article Reference

2020-06-24 · AKBC 2020 6 · Xinyu Hua, Lei LI, Lifeng Hua, Lu Wang

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 Linking

Deep Learning for User Comment Moderation

2017-05-28 · WS 2017 8 · John Pavlopoulos, Prodromos Malakasiotis, Ion Androutsopoulos

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