CLAILGFeb 23, 2023

KHAN: Knowledge-Aware Hierarchical Attention Networks for Accurate Political Stance Prediction

arXiv:2302.12126v321 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses the echo chamber effect by improving stance prediction, but it is incremental as it builds on prior methods with new factors and knowledge graphs.

The paper tackles political stance prediction for news articles by proposing KHAN, a knowledge-aware hierarchical attention network that incorporates external knowledge and hierarchical relationships, achieving superior accuracy, efficiency, and effectiveness on three real-world datasets.

The political stance prediction for news articles has been widely studied to mitigate the echo chamber effect -- people fall into their thoughts and reinforce their pre-existing beliefs. The previous works for the political stance problem focus on (1) identifying political factors that could reflect the political stance of a news article and (2) capturing those factors effectively. Despite their empirical successes, they are not sufficiently justified in terms of how effective their identified factors are in the political stance prediction. Motivated by this, in this work, we conduct a user study to investigate important factors in political stance prediction, and observe that the context and tone of a news article (implicit) and external knowledge for real-world entities appearing in the article (explicit) are important in determining its political stance. Based on this observation, we propose a novel knowledge-aware approach to political stance prediction (KHAN), employing (1) hierarchical attention networks (HAN) to learn the relationships among words and sentences in three different levels and (2) knowledge encoding (KE) to incorporate external knowledge for real-world entities into the process of political stance prediction. Also, to take into account the subtle and important difference between opposite political stances, we build two independent political knowledge graphs (KG) (i.e., KG-lib and KG-con) by ourselves and learn to fuse the different political knowledge. Through extensive evaluations on three real-world datasets, we demonstrate the superiority of DASH in terms of (1) accuracy, (2) efficiency, and (3) effectiveness.

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