CLSep 4, 2017

Satirical News Detection and Analysis using Attention Mechanism and Linguistic Features

arXiv:1709.01189v11100 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of deceptive satirical news for readers and platforms, but it is incremental as it builds on existing detection methods by focusing on paragraph-level analysis.

The paper tackled the problem of detecting satirical news by analyzing paragraph-level linguistic features instead of document-level ones, using a neural network with attention mechanism, and achieved effective detection while identifying important features at different levels.

Satirical news is considered to be entertainment, but it is potentially deceptive and harmful. Despite the embedded genre in the article, not everyone can recognize the satirical cues and therefore believe the news as true news. We observe that satirical cues are often reflected in certain paragraphs rather than the whole document. Existing works only consider document-level features to detect the satire, which could be limited. We consider paragraph-level linguistic features to unveil the satire by incorporating neural network and attention mechanism. We investigate the difference between paragraph-level features and document-level features, and analyze them on a large satirical news dataset. The evaluation shows that the proposed model detects satirical news effectively and reveals what features are important at which level.

Code Implementations1 repo
Foundations

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

Your Notes