paper-with-me

Papers

Multi-Agent Reasoning with Adaptive Worker Allocation for Stance Detection

2026-06-10 · Meysam Sabbaghan, Arman Zareian Jahromi, Doina Caragea arxiv

Stance detection requires identifying an author's position toward a target, often from short-form texts where stance is implicit, indirect, or rhetorically framed. Although large language models (LLMs) achieve strong performance on this task, single-pass prompting can be brittle when multiple interpretations are plausible. Existing aggregation strategies, such as majority voting or self-consistency, improve robustness by combining labels, but they discard the intermediate reasoning needed to resolve conflicting interpretations. We introduce a multi-agent reasoning framework with adaptive worker allocation for stance detection that shifts aggregation from label-level voting to reasoning-level synthesis. The framework employs a Manager-Worker architecture in which a Manager adaptively allocates a variable number of Worker agents based on input complexity. Each Worker analyzes the input from a distinct perspective and produces a reasoning-only explanation without emitting a stance label; the Manager then synthesizes these explanations to produce the final prediction. We evaluate the proposed framework on SemEval-2016, P-Stance, and COVID-19 Stance using Llama, Mistral, and Gemini. Results show that the framework yields the largest gains on implicit and context-dependent stance cases, achieving 86.07 Macro-F1 on COVID-19 and 82.90 on SemEval-2016, while remaining competitive on more explicit stance datasets such as P-Stance. These findings suggest that adaptive reasoning-level aggregation is most beneficial when stance cannot be reliably inferred from surface cues alone.

📄 PDF Abstract BibTeX arXiv:2606.11609

Code (0)

등록된 구현이 없습니다.

Tasks

Stance Detection

Similar Papers 제목 키워드 기반

SwarmSys: Decentralized Swarm-Inspired Agents for Scalable and Adaptive Reasoning

2025-10-11 · Ruohao Li, Hongjun Liu, Leyi Zhao, Zisu Li 외 arxiv

Large language model (LLM) agents have shown remarkable reasoning abilities. However, existing multi-agent frameworks often rely on fixed roles or centralized control, limiting scalability and adaptability in long-horizo…

Visual Para-Thinker++: A Single-Policy Multi-Agent Framework for Visual Reasoning

2026-06-08 · Haoran Xu, Hongyu Wang, Yifei Gao, Jiaze Li 외 arxiv

Visual reasoning requires integrating evidence distributed across regions, attributes, and relations, making single-chain reasoning prone to early perceptual commitment and hallucination. We propose Visual Para-Thinker++…

Visual Reasoning

Self-Resource Allocation in Multi-Agent LLM Systems

2025-04-02 · Alfonso Amayuelas, Jingbo Yang, Saaket Agashe, Ashwin Nagarajan 외

With the development of LLMs as agents, there is a growing interest in connecting multiple agents into multi-agent systems to solve tasks concurrently, focusing on their role in task assignment and coordination. This pap…

Adaptive GPU Resource Allocation for Multi-Agent Collaborative Reasoning in Serverless Environments

2025-12-15 · Guilin Zhang, Wulan Guo, Ziqi Tan arxiv

Multi-agent systems powered by large language models have emerged as a promising paradigm for solving complex reasoning tasks through collaborative intelligence. However, efficiently deploying these systems on serverless…

An Optimal Task Planning and Agent-aware Allocation Algorithm in Collaborative Tasks Combining with PDDL and POPF

2024-07-11 · Qiguang Chen, Ya-Jun Pan

Industry 4.0 proposes the integration of artificial intelligence (AI) into manufacturing and other industries to create smart collaborative systems which enhance efficiency. The aim of this paper is to develop a flexible…

Task Planning