ACL 2025long0 citations

LLM-based Rumor Detection via Influence Guided Sample Selection and Game-based Perspective Analysis

Zhiliang Tian, Jingyuan Huang, Zejiang He, Zhen Huang, Menglong Lu, Linbo Qiao, Songzhu Mei, Yijie Wang

Abstract

Rumor detection on social media has become an emerging topic. Traditional deep learning-based methods model rumors based on content, propagation structure, or user behavior, but these approaches are constrained by limited modeling capacity and insufficient training corpora. Recent studies have explored using LLMs for rumor detection through supervised fine-tuning (SFT), but face two issues: 1) unreliable samples sometimes mislead the model learning; 2) the model only learns the most salient input-output mapping and skips in-depth analyses of the rumored content for convenience. To address these issues, we propose an SFT-based LLM rumor detection model with Influence guided Sample selection and Game-based multi-perspective Analysis (ISGA). Specifically, we first introduce the Influence Score (IS) to assess the impact of samples on model predictions and select samples for SFT. We also approximate IS via Taylor expansion to reduce computational complexity. Next, we use LLMs to generate in-depth analyses of news content from multiple perspectives and model their collaborative process for prediction as a cooperative game. Then we utilize the Shapley value to quantify the contribution of each perspective for selecting informative perspective analyses. Experiments show that ISGA excels existing SOTA on three datasets.

BibTeX
@inproceedings{tian-etal-2025-llm,
    title = "{LLM}-based Rumor Detection via Influence Guided Sample Selection and Game-based Perspective Analysis",
    author = "Tian, Zhiliang  and
      Huang, Jingyuan  and
      He, Zejiang  and
      Huang, Zhen  and
      Lu, Menglong  and
      Qiao, Linbo  and
      Mei, Songzhu  and
      Wang, Yijie  and
      Li, Dongsheng",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1378/",
    doi = "10.18653/v1/2025.acl-long.1378",
    pages = "28402--28414",
    ISBN = "979-8-89176-251-0"
}