DEEM: Dynamic Experienced Expert Modeling for Stance Detection
Xiaolong Wang, Yile Wang, Sijie Cheng, Peng Li, Yang Liu
TL;DR
DEEM addresses stance detection by moving beyond fully generated or fixed-role multi-agent reasoning to a semi-parametric framework that dynamically retrieves experienced experts. It generates a large pool of candidate experts from training data, filters them by occurrence and accuracy, and uses a sentence-expert repository to retrieve the most relevant experts for each new sentence, guiding the LLM’s final decision. Across three benchmark datasets and two LLMs, DEEM achieves superior performance and demonstrates reduced bias compared with self-consistency and other expert-based methods. The approach leverages domain knowledge distilled from data and a retrieval mechanism to maintain robustness and generalization while mitigating hallucinations. This semi-parametric, expert-driven reasoning has practical implications for improving trustworthy stance analysis in social media and related NLP tasks.
Abstract
Recent work has made a preliminary attempt to use large language models (LLMs) to solve the stance detection task, showing promising results. However, considering that stance detection usually requires detailed background knowledge, the vanilla reasoning method may neglect the domain knowledge to make a professional and accurate analysis. Thus, there is still room for improvement of LLMs reasoning, especially in leveraging the generation capability of LLMs to simulate specific experts (i.e., multi-agents) to detect the stance. In this paper, different from existing multi-agent works that require detailed descriptions and use fixed experts, we propose a Dynamic Experienced Expert Modeling (DEEM) method which can leverage the generated experienced experts and let LLMs reason in a semi-parametric way, making the experts more generalizable and reliable. Experimental results demonstrate that DEEM consistently achieves the best results on three standard benchmarks, outperforms methods with self-consistency reasoning, and reduces the bias of LLMs.
