← ListarXivPDF

#1 A Systematic Comparison of Prompting and Multi-Agent Methods for LLM-based Stance Detection

Score: 34.3 | Matched keywords: agent, llm, multi-agent, prompt, reasoning

Categories: cs.CL

Abstract Snapshot

Compressed abstract

Stance detection identifies the attitude of a text author toward a given target. Recent studies have explored various LLM-based strategies for this task, from zero-shot prompting to multi-agent debate.

Main idea

Stance detection identifies the attitude of a text author toward a given target.

Method signal

Recent studies have explored various LLM-based strategies for this task, from zero-shot prompting to multi-agent debate. However, existing works differ in data splits, base models, and evaluation protocols, making fair comparison difficult.

Contribution signal

We conduct a systematic comparison that evaluates five methods across two categories -- prompt-based inference (Direct Prompting, Auto-CoT, StSQA) and agent-based debate (COLA, MPRF) -- on four datasets with 14 subtasks, using 15 LLMs from six model families with parameter sizes from 7 B to 72 B+. Our experiments yield several findings.

Original Abstract

Stance detection identifies the attitude of a text author toward a given target. Recent studies have explored various LLM-based strategies for this task, from zero-shot prompting to multi-agent debate. However, existing works differ in data splits, base models, and evaluation protocols, making fair comparison difficult. We conduct a systematic comparison that evaluates five methods across two categories -- prompt-based inference (Direct Prompting, Auto-CoT, StSQA) and agent-based debate (COLA, MPRF) -- on four datasets with 14 subtasks, using 15 LLMs from six model families with parameter sizes from 7 B to 72 B+. Our experiments yield several findings. First, on all models with complete results, the best prompt-based method outperforms the best agent-based method, while agent methods require 7 to 12 times more API calls per sample. Second, model scale has a larger impact on performance than method choice, with gains plateauing around 32 B. Third, reasoning-enhanced models (DeepSeek-R1) do not consistently outperform general models of the same size on this task.