A More Advanced Group Polarization Measurement Approach Based on LLM-Based Agents and Graphs
Zixin Liu, Ji Zhang, Yiran Ding
TL;DR
This work tackles the challenge of measuring group polarization on social media where traditional methods struggle with scale and textual nuance. It proposes a graph-based framework built on a temporal Community Sentiment Network (CSN) and a Community Opposition Index (COI), constructed via an LLM-based multi-agent system. Key contributions include (1) a temporal CSN representation of subgroups and sentiments, (2) an LLM-driven pipeline for accurate stance detection and CSN construction, and (3) a COI metric that combines inter-subgroup sentiment with internal cohesion, computed as $COI = \sum_i(\frac{n_i}{N} t_i \; \sum_j (-e_{ij}) \cdot 1_{e_{ij} \le 0})$. Zero-shot stance-detection experiments on SEM16, P-Stance, and VAST datasets show competitive results, including an 8.4% improvement on VAST, demonstrating the approach’s practical usability and interpretability.
Abstract
Group polarization is an important research direction in social media content analysis, attracting many researchers to explore this field. Therefore, how to effectively measure group polarization has become a critical topic. Measuring group polarization on social media presents several challenges that have not yet been addressed by existing solutions. First, social media group polarization measurement involves processing vast amounts of text, which poses a significant challenge for information extraction. Second, social media texts often contain hard-to-understand content, including sarcasm, memes, and internet slang. Additionally, group polarization research focuses on holistic analysis, while texts is typically fragmented. To address these challenges, we designed a solution based on a multi-agent system and used a graph-structured Community Sentiment Network (CSN) to represent polarization states. Furthermore, we developed a metric called Community Opposition Index (COI) based on the CSN to quantify polarization. Finally, we tested our multi-agent system through a zero-shot stance detection task and achieved outstanding results. In summary, the proposed approach has significant value in terms of usability, accuracy, and interpretability.
