ARGUS: Theory-of-Mind Guided Argument Generation with Strategy-Aware Planning and Knowledge Grounding
Summary
This paper introduces Argus, an agent-based framework for persuasive argument generation that uses Theory-of-Mind to model audience beliefs, integrates rhetorical strategies and knowledge grounding, and demonstrates superior performance over baselines in evaluations.
View Cached Full Text
Cached at: 08/24/26, 04:21 AM
# Argus: Theory-of-Mind Guided Argument Generation with Strategy-Aware Planning and Knowledge Grounding
Source: [https://arxiv.org/html/2608.20405](https://arxiv.org/html/2608.20405)
1\]InspireOmni AI 2\]The Hong Kong Polytechnic University
###### Abstract
Persuasive argument generation requires modeling audience beliefs, rhetorical strategies, and factual grounding\. Despite recent advancements, existing methods remain largely audience\-agnostic and fail to integrate strategy selection to improve persuasiveness\. To bridge this gap, we proposeArgus, an agent\-based framework that operationalizes classical rhetoric for persuasive writing\. At its core, a Theory\-of\-Mind \(ToM\) Reasoner constructs an explicit dual mental model of the audience’s beliefs and values to guide downstream decisions\. This representation conditions a component\-aware planner that decomposes the argument into subtopics, assigns fine\-grained rhetorical functions \(logos, pathos, ethos, kairos\), and triggers strategy\-guided evidence retrieval at planning time\. Finally, a refinement module iteratively targets and resolves multi\-dimensional weaknesses without quality regression\. We evaluateArgusacross three diverse benchmarks using both automated pairwise Elo and LLM\-as\-judge metrics\. Results show thatArgusconsistently outperforms strong baselines across multiple backbone models, achieving top rankings and highest overall scores\. Targeted simulation experiments further validate its effectiveness in shifting resistant audience stances\.
## 1Introduction
The capacity to generate persuasive arguments underlies a wide range of AI applications, including writing assistance\[ding\-etal\-2025\-feat,bao\-etal\-2022\-aeg\], policy analysis\[verma\-etal\-2026\-predicting\], conversational tools\[wang\-etal\-2019\-persuasion,priya\-etal\-2025\-argue\], and competitive debating systems\[slonim2021autonomous\]\. As Large Language Models \(LLMs\) are increasingly deployed in communication\-intensive roles\[dyachenko2025llm\], argumentation has transitioned from a downstream utility to a foundational capability\. True persuasion, however, is not merely an exercise in surface fluency\. It demands a sophisticated convergence of multi\-layered cognitive processes: understanding the baseline psychological profile of the audience, selecting calibrated rhetorical strategies that resonate with their systemic values, and anchoring these structures in precise, verifiable evidence\[deane2015key,falk2023storyarg\]\.
Early neural approaches collapsed this intricate cognitive pipeline into end\-to\-end sequential generation, frequently yielding arguments that are structurally incoherent or rhetorically shallow\[hua\-etal\-2019\-argument\-generation,wang2023argument\]\. To address these structural limitations, recent paradigms have pivoted toward agentic workflows leveraging the power of LLMs\[hinton2023persuasive\]\. These frameworks decompose long\-form writing into content planning and writing phases, or leverage multi\-agent, debate\-driven self\-play to iteratively polish contents\[hu\-etal\-2025\-debate,han2026drpg,zhao\-etal\-2025\-plan,hu\-etal\-2024\-americano\-argument,xiao\-etal\-2024\-prove\], which improves structural coherence over single\-step generation\.
While these methods markedly improve surface\-level fluency and logical consistency, they have several limitations that impede genuine persuasive efficacy: \(1\)Audience Agnosticism: Persuasion is inherently relational, yet existing methods lack the computational architecture to explicitly model the dynamic mental states, deep\-seated emotional resistance, and value alignment of the receiver, limiting the persuasiveness; \(2\)Strategy\-Agnostic Content Planning: Current planners focus predominantly on topical ordering \(i\.e\., deciding what to say next\) while largely ignoring how to say it\. They fail to operationalize classical rhetorical modes \(e\.g\., logos, pathos, ethos\) as explicit, structurally balanced design objects\[sichach2024ethos,higgins2012ethos,wang\-etal\-2017\-winning\]; \(3\)Disjointed Evidence Retrieval: Fact\-grounding in existing frameworks is typically executed either as a coarse\-grained, document\-level preprocessing step or as a post\-hoc patch during drafting\[yeginbergen\-etal\-2025\-dynamic,li2025r\]\. Consequently, retrieval cannot dynamically shape or adapt to the evolving rhetorical and planning demands of specific subtopics\[gleason1999role\]\.
In this work, we introduceArgus\(Audience\-awareRhetoricalGeneration withUnifiedStrategic planning\), a novel agent framework that bridges cognitive psychology, classical rhetoric, and agentic language modeling\.Argusformalizes argument generation not as an isolated text\-production task, but as an explicit, closed\-loop structural optimization problem\. Our framework introduces a paradigm shift by separating audience profile modeling from generation\. Before writing begins, a dedicated Theory\-of\-Mind \(ToM\) Reasoner externalizes an explicit, dual mental model capturing the audience’s argumentative profiles, emotional triggers, and value landscapes through open\-ended natural language phrases\. This rich cognitive representation is directly consumed by a Component\-Aware Planner\. Rather than drafting a flat topical outline, the planner orchestrates the argument at the granular level of rhetorical components, intentionally mapping subtopics to explicit persuasive modes \(logos, pathos, ethos, kairos\) based on estimated audience reactance\. Crucially, we integrate strategy\-guided evidence retrieval directly into the planning process; web\-search queries are generated per subtopic and conditioned on its specific rhetorical goal, embedding empirical grounding into the very blueprint of the argument\. Finally, a surgical refiner module is introduced to diagnose targeted flaws and revise final argument\.
We conduct extensive evaluations ofArgusacross three distinct datasets spanning diverse discourse styles: ChangeMyView \(CMV\), iDebate, and ExplaGraphs\. Comprehensive round\-robin evaluations using both pairwise Elo ratings and absolute LLM judges confirm thatArgusconsistently and substantially outperforms competitive baselines across three standard backbone LLM families\. To further model persuasive effects, we introduce a targeted simulation experiments where judges role\-play as resistant counterparts, and the results demonstrate thatArgusexcels at inducing genuine stance shifts in skeptical environments\. In summary, our primary contributions are:
- •The Theory\-of\-Mind Computational Mechanism: We presentArgus, an argument generation framework that integrates explicit Theory\-of\-Mind reasoning to govern subtopic decomposition, rhetorical alignment, and inline counterargument preemption\.
- •Component\-Aware Rhetorical Planner: We introduce an advanced planning protocol that maps subtopics to classical rhetorical modes and couples retrieval with localized strategic goals, grounding structure in empirical evidence at planning time\.
- •Extensive Empirical Validation: We conduct extensive evaluations across three datasets\. Beyond achieving state\-of\-the\-art Elo advantages, we validate through targeted simulations that explicit ToM profiles translate directly into actual rhetorical influence on resistant human\-like audiences\.
## 2Related Work
Argument Generation\.Automatic argument generation has progressed from end\-to\-end neural models toward increasingly structured, multi\-stage pipelines\[hua\-wang\-2018\-neural,wang2023argument\]\. To improve logical coherence, prior work decomposes generation through explicit text planning and trains models in a multi\-task fashion\[hua\-etal\-2019\-argument\-generation,hua2021dyploc,schiller2021aspect,bao\-etal\-2022\-aeg\]\. With the advent of LLMs, attention has shifted toward prompting and agent\-based methods\[li2025large\]\. Inspired by chain\-of\-thought prompting\[wei2022chain\], recent work designs agentic pipelines with decomposition workflows\[hu\-etal\-2024\-americano\-argument,xiao\-etal\-2024\-prove,han2026drpg\]or multi\-agent debate\[hu\-etal\-2025\-debate,zhao\-etal\-2025\-plan\]to improve argument quality\. However, these systems treat the audience as implicit context and plan primarily over content ordering\.Argusdeparts from prior planning\-and\-debate systems by introducing an explicit audience model for Theory\-of\-Mind reasoning and by planning at the granularity of rhetorical function rather than content order\.
Figure 1:Overview of theArgusframework, which consists of five modules for argument generation\.Theory of Mind and Audience Modeling\.Argumentation theory holds that persuasion depends jointly on the argument, its source, and the audience\[andriessen1999planning,deane2015key\]\. Recent work probes whether LLMs possess Theory of Mind \(ToM\)\[nguyen2025survey\], finding that models exhibit non\-trivial but brittle ToM, and that most evaluations test only spectatorial belief prediction rather than the planning ToM needed to deliberately shift a stance\[moore2025large,moore2026large\]\. Closer to our setting, a recent line of work models ToM specifically for persuasion: benchmarks for ToM in persuasive dialogue\[fyu2025persuasivetom\], opponent\-aware persuaders trained with ToM\[han2025tomap\], dual\-knowledge and meta\-cognitive multi\-agent persuasion frameworks\[ma2026think,zhang2026ma2pmetacognitiveautonomousintelligent\]\. In parallel, studies of model persuasiveness show that LLM\-generated arguments can rival human\-written ones and improve when tailored to the target\[durmus2024persuasion,verma\-etal\-2026\-predicting\]\. These findings motivate modeling audience mental states with an explicit ToM module for persuasive argument generation\.
## 3Method
### 3\.1Task Formulation
We study the task ofargument generation: given a propositionxx111xxcan be either a short topic claim or a long\-form, opinion\-rich argumentative passage\.on a controversial topic and a stances∈\{support,refute\}s\\in\\\{\\textit\{support\},\\textit\{refute\}\\\}, write an argumentative articleyythat persuasively defendssswith respect toxx\. This is typically formalized as a conditional text generation problem:
y=ℳ\(x,s\),y=\\mathcal\{M\}\(x,s\),\(1\)whereℳ\\mathcal\{M\}denotes the generation framework\. Rather than treatingℳ\\mathcal\{M\}as a single prompting step over an LLM, we decompose it into a sequence of interpretable reasoning and generation actions\. This decomposition enables key dimensions of argument generation, including audience alignment, rhetorical organization, evidentiary grounding, and linguistic coherence, to be modeled explicitly and optimized separately\.
### 3\.2System Overview
TheArgusframework operationalizes this decomposition through five sequential modules, as illustrated in Figure[1](https://arxiv.org/html/2608.20405#S2.F1): Input Analyzer, ToM Reasoner, Argument Planner, Argument Writer, and Iterative Refiner\. Each module operates on structured representations, and outputs are passed to the downstream components\.
### 3\.3Input Analysis
Effective argument generation begins with understanding the input proposition itself\[seo2023good,deane2015key\]\. Human debaters and persuasive writers rarely start drafting immediately; instead, they first analyze the logical structure of the input, identify implicit assumptions, and gather relevant background knowledge, especially when the input is a complete argument rather than a short claim\.Argusfollows this principle through anInput Analysisstage that produces structured representations for subsequent stages\.
Concretely, the Input Analyzer first decides whether external knowledge is required and, if so, generates targeted web queries whose retrieved results are incorporated into the input context\. This retrieval\-first design ensures that the subsequent analysis is grounded in actual evidence rather than parametric knowledge alone\. It then produces a structured representation: \(i\)key claimsstated in the input; \(ii\)background knowledgesynthesized from retrieved snippets; and \(iii\) an optionallogical structuredecomposition, including premises, implicit assumptions, and potential logical gaps, when the input is a developed argument rather than a short proposition\.
A concrete example is shown in Figure[3](https://arxiv.org/html/2608.20405#A1.F3)\. This structured representation guides downstream planning by providing grounded contextual knowledge and by exposing implicit assumptions and logical gaps, enabling the Planner to construct targeted counterarguments or focus on weak points of the opposing position\.
### 3\.4Theory\-of\-Mind Reasoning
A persistent limitation of existing argument generation systems is that the audience is treated as an implicit context coupled in the generation process, never as a structured object that reasoning can operate over\. However, persuasive skills require writers to anticipate the attitudes, beliefs, and arguments of the audience in order to fully engage the reader in the argument\[deane2015key,andriessen1999planning\]\.Argusaddresses this with an explicit Theory\-of\-Mind \(ToM\) Reasoner that constructs a dual mental modelΨ\\Psiof the target audience\. By incorporating this module, the subsequent planner can use the audience model to make structural decisions, including which subtopics to include, which rhetorical components to assign, and which anticipated objections to rebut inline\.
Formally, the ToM Reasoner takes as input the proposition, stance, and input analysis to produce a dual mental modelΨ=\(Ψ𝒪,Ψ𝒱\)\\Psi=\(\\Psi\_\{\\mathcal\{O\}\},\\Psi\_\{\\mathcal\{V\}\}\)\. Theopponent modelΨ𝒪\\Psi\_\{\\mathcal\{O\}\}captures the audience’s argumentative profile: the emotional themes that resonate with them, and a set of specific positions they hold, each paired with the underlying belief or motivation driving it\. Thevalue modelΨ𝒱\\Psi\_\{\\mathcal\{V\}\}represents the audience’s value landscape as open\-ended natural language phrases\[sorensen2024value\]\(e\.g\.,“desire for personal safety”\), along with bridging strategies that identify how the argument’s position can be reconciled with values that may initially conflict with it\. An example is shown in Figure[4](https://arxiv.org/html/2608.20405#A1.F4)\.
### 3\.5Argument Planning
Given the input analysis and the audience model outputs, the Argument Planner constructs a rhetorical blueprint𝒫\\mathcal\{P\}for generation, which is represented as a structured sequence of subtopics𝒫=⟨t1,t2,…,tn⟩\\mathcal\{P\}=\\langle t\_\{1\},t\_\{2\},\\dots,t\_\{n\}\\rangle\. Each subtopictit\_\{i\}is represented as:
Attr\(ti\)=\(ci,ki,ei,ri\),\\text\{Attr\}\(t\_\{i\}\)=\(c\_\{i\},k\_\{i\},e\_\{i\},r\_\{i\}\),\(2\)whereci∈\{logos, pathos, ethos, kairos, evidence\}c\_\{i\}\\in\\\{\\textit\{logos, pathos, ethos, kairos, evidence\}\\\}denotes the primary rhetorical component assigned totit\_\{i\},kik\_\{i\}is the set of key claims ,eie\_\{i\}represents the optionally retrieved evidence grounding the subtopic , andrir\_\{i\}is an anticipated audience rebuttal for inline preemption\.
#### Rhetorical Component Planning\.
Existing text planning approaches primarily focus on topical decomposition and content ordering\[hua\-etal\-2021\-dyploc,he\-etal\-2024\-decomposing\]\. However, human writers and debaters naturally exercise precise,strategic control over rhetorical functions and audience adaptationto maximize persuasive resonance\[wang\-etal\-2017\-winning,wachsmuth2018argumentation\]\. To bridge this gap,Argusdeliberately plans not only*what*to articulate, but also*how*each discrete subtopic should persuade\.
Specifically, subtopics centered on logical reasoning are assignedlogos; emotionally salient concerns are assignedpathos; appeals to credibility, authority, or shared norms are assignedethos; urgency\- or timeliness\-oriented arguments are assignedkairos; and empirically grounded claims are assignedevidence\[jung2026argumentation\]\. This allocation is adaptively conditioned on the audience modelΨ\\Psi\. For instance, audiences projected to exhibit high ideological resistance or acute emotional sensitivity are met with elevatedpathos\- andethos\-driven strategies to minimize psychological reactance, whereas analytically inclined audiences are targeted with structurally rigorouslogos\- andevidence\-driven frameworks\.
#### Strategy\-Guided Evidence Retrieval\.
To anchor persuasive rhetoric in factual reality, evidence retrieval is integrated directly into the planning process to ensure factual grounding\. For subtopics that require external grounding, the planner dynamically generates targeted search queries to fetch context\-specific knowledge\. This subtopic\-level execution contrasts sharply with conventional proposition\-level retrieval, which frequently scatters an undifferentiated pool of background documents uniformly across an entire text\. By tying evidence directly to the local rhetorical functioncic\_\{i\}and local claimskik\_\{i\}, our method explicitly enhances the verifiability of individual sub\-topics\. This fine\-grained verification serves a critical fact\-checking role during planning, ensuring that the generated narrative is authoritative, reliable, and fundamentally persuasive\[chen\-etal\-2024\-complex\]\.
#### Iterative Plan Self\-Evaluation\.
After initial plan generation, the planner evaluates its own output against criteria including rhetorical diversity, ToM alignment, logical ordering, and stance consistency\. If the plan does not meet a quality threshold, it is revised and evidence is re\-retrieved for any modified subtopics\. This process repeats multiple iterations, ensuring the blueprint is both rhetorically sound and empirically grounded before writing begins\.
### 3\.6Argument Writing and Refinement
Given the structured plan𝒫\\mathcal\{P\}, the Argument Writer produces the full argument\. This stage strictly preserves the intended rhetorical composition, local evidence grounding, and audience value framing established in the planning phase\. This ensures that the final output is both globally controllable and contextually persuasive\. To maximize persuasive efficacy and eliminate structural flaws,Argusintegrates a multi\-dimensional iterative refinement loop directly into the text generation pipeline\[madaan2023self,hu\-etal\-2024\-americano\-argument\]\. Once the draft is produced, an LLM\-based evaluator assesses the argument along multiple dimensions, including persuasiveness, coherence, factual accuracy, value alignment, and rhetorical balance, yielding an overall quality score\. If the score falls below a threshold, the system identifies the weakest dimensions and generates targeted revision instructions focused on those specific deficiencies\.
Thistargetedrevisions can effectively address specific deficiencies while preserving working portions of the draft\. To guard against quality regression, where improvements in one aspect inadvertently degrade others, the system maintains a best\-of\-nnbuffer across refinement rounds, returning the highest\-scoring version if a later revision fails to improve overall quality\.
### 3\.7Design Rationale
The design decisions warrant justification\. First, ToM reasoning is separated from planning rather than collapsed into a single prompt: externalizingΨ\\Psiensures the Planner conditions on a fully elaborated audience mental model, and its key signals, anticipated objections and value alignment notes, are distilled into each subtopic’s structured fields, making them available to the Writer without an additional inference step\. Second, rhetorical component assignment happens at planning time rather than being delegated to the Writer, making the argument’s persuasive structure an explicit, inspectable object that can be deliberately balanced across subtopics\.
## 4Experimental Setup
### 4\.1Datasets and Tasks
We evaluateArguson argument generation across three benchmarks that collectively span diverse domains, stances, and discourse styles: \(1\)ChangeMyView \(CMV\)\[hua\-etal\-2019\-argument\-generation\]consists of Reddit posts on politics and policy domain where the original post \(OP\) explicitly invites counterarguments\. The target stance is*refute*, and we concatenate the title and OP body as input; \(2\)iDebate\[hu\-etal\-2025\-debate\]comprises short propositions on controversial topics drawn from a broad range of domains\. The target stance is*refute*; propositions are typically abstract, making the task substantially more open\-ended; \(3\)ExplaGraphs\[saha\-etal\-2021\-explagraphs\]requires the model to generate an argument that*supports*a given statement\. High\-quality outputs depend on relevant background knowledge of the debate topic\.
BackboneMethodCMVExplaGraphsiDebateELOWR%Per\.Coh\.Facc\.ELOWR%Per\.Coh\.Facc\.ELOWR%Per\.Coh\.Facc\.DeepSeek\-v3\.2ARGUS166167\.23\.944\.563\.65170562\.54\.174\.653\.83186581\.74\.134\.623\.60Plan&Write145825\.03\.284\.483\.39159238\.33\.974\.603\.48147828\.34\.004\.603\.46Self\-Refine150718\.13\.504\.483\.50153919\.24\.034\.583\.5413659\.24\.004\.583\.48Debate147916\.43\.294\.433\.3812144\.23\.684\.473\.0814228\.33\.884\.543\.27Direct139610\.33\.164\.413\.38145110\.83\.944\.613\.3813707\.54\.044\.613\.43Qwen3\.5\-FlashARGUS176381\.03\.884\.493\.49179175\.84\.064\.523\.47188089\.24\.014\.553\.37Plan&Write145730\.23\.184\.332\.97156735\.03\.954\.503\.03148030\.83\.934\.533\.18Self\-Refine151631\.93\.074\.303\.21144833\.33\.854\.413\.22149525\.83\.364\.203\.05Debate144119\.82\.284\.282\.9712313\.33\.424\.212\.8812284\.22\.874\.302\.93Direct13239\.53\.524\.342\.99146422\.53\.964\.543\.26141722\.53\.894\.513\.11GPT\-5\-miniARGUS169958\.34\.114\.643\.99170458\.34\.264\.684\.03180482\.54\.194\.673\.90Plan&Write147217\.53\.824\.563\.83149817\.54\.294\.683\.95150922\.54\.214\.663\.83Self\-Refine148315\.03\.174\.443\.94151310\.03\.714\.474\.08149118\.33\.574\.493\.87Debate155725\.83\.544\.563\.89150116\.74\.214\.653\.87149118\.34\.144\.643\.70Direct12904\.23\.804\.553\.6812851\.74\.174\.683\.8212052\.54\.094\.643\.63Table 1:Main Results\. We report pairwise ELO, win rate \(WR%\), and absolute LLM\-as\-judge scores on persuasiveness \(Per\.\), coherence \(Coh\.\), and factual accuracy \(Facc\.\) on a scale of 0–5\.Boldmarks the best score\.
### 4\.2Baselines
We compareArgusagainst four strong baselines with the same backbone LLMs as ours:
- •Direct: single\-pass generation with a persuasion\-focused system instruction\.
- •Plan\-and\-Write: the model first drafts an argument plan and then realizes it as a full argument\.
- •Self\-Refine\[madaan2023self\]: the model produces an initial argument and then iteratively critiques and revises its own output\.
- •Debate\[hu\-etal\-2025\-debate\]: a multi\-agent setup where agents adopt opposing stances to debate and produce the argument\. We adopt a simplified two\-agent configuration \(one agent per stance\) followed by a single synthesis pass\.
To assess generalizability, we include three backbone models: DeepSeek\-V3\.2, Qwen3\.5\-Flash, and GPT\-5\-mini\. More details are in Appendix[A](https://arxiv.org/html/2608.20405#A1)\.
### 4\.3Evaluation Metrics
We adopt a two evaluation protocol combining pairwise comparison and absolute scoring:
Pairwise Elo evaluation\.Followingelo1967proposedandbai2022training, we conduct round\-robin pairwise comparisons among all systems for every input\. Each pair is judged twice with the order swapped to mitigate position bias\. To prevent noise\-driven rating drift, a win is declared only when the judge’s score difference exceeds0\.50\.5; smaller differences are recorded as ties\. Elo ratings are updated withK=32K=32and an initial rating of15001500\.
Absolute scoring\.In addition, an LLM judge scores each argument independently along aspects includingpersuasiveness,coherence, andfactual accuracy\.
In all settings, the judge is fixed to GPT\-5\.4 which is different from the generation backbone222We deliberately select GPT\-5\.4, a model stronger than all three backbones, as the judge, so that evaluation quality is not bottlenecked by the evaluator’s own capability\.\. The details are in Appendix[C](https://arxiv.org/html/2608.20405#A3)\.
## 5Results and Analysis
### 5\.1Main Results
Table[1](https://arxiv.org/html/2608.20405#S4.T1)reports pairwise ELO rankings and absolute LLM\-as\-judge scores across all datasets\. Overall,Argusconsistently outperforms all baselines across evaluation settings\.
Pairwise Evaluation\.For pairwise ELO ranking,Argusachieves the most significant gains on iDebate, where inputs are short, open\-domain propositions requiring broad world knowledge, open\-ended reasoning, and flexible rhetorical construction\. This suggests that structured planning and deliberate argument development are particularly beneficial when the input provides limited inherent argumentative scaffolding\. Among baselines, Plan&Write is consistently the strongest competitor, indicating that explicit reasoning can provide a strong improvement over direct generation, while Self\-Refine and Multi\-Agent Debate lag behind due to instability and insufficient coordination\.
Argusalso demonstrates strong improvements on CMV, where inputs consist of full, opinion\-rich statements\. The results suggest thatArguscan effectively model discourse structure and leverage ToM\-guided planning to tailor arguments to detailed and audience\-specific beliefs and preferences\. In contrast, baseline methods show noticeable instability across backbones, highlighting the difficulty of relying solely on iterative critic or agent\-level deliberation without explicit audience modeling\.
Finally, on ExplaGraphs,Argusconsistently achieves the best ELO scores across all settings while maintaining strong factual consistency and coherent reasoning\. Notably, Self\-Refine occasionally improves factuality but remains inconsistent in overall ranking performance\. These results demonstrate that the proposed planning framework is effective for both subjective persuasion tasks and more structured, fact\-oriented reasoning scenarios\.
Absolute Evaluation\.The absolute LLM\-as\-judge scores largely corroborate the pairwise results\.Argusachieves the highest scores across nearly all evaluation dimensions, particularly in persuasiveness and factual accuracy, where it shows clear and consistent margins over baselines\. In contrast, coherence scores are uniformly high across methods, suggesting that modern LLMs already produce structurally fluent arguments and that coherence is not a primary differentiating factor\.
Interestingly, baseline behavior varies across models and datasets\. On ExplaGraphs under GPT\-5\-mini, Plan&Write achieves the highest persuasiveness score, while Self\-Refine attains the best factual accuracy\. However,Argusstill wins in pairwise comparisons, indicating that isolated rubric dimensions do not fully capture holistic quality\. In particular, arguments with slightly lower individual scores may still be preferred due to better global balance, organization, or rhetorical effectiveness\.
Overall, these results highlight that performance differences are primarily driven by persuasiveness and factual grounding, rather than surface\-level fluency\. The consistent improvements ofArgusacross datasets and backbones underscore the importance of integrating audience modeling, evidence\-grounded planning, and targeted refinement within a unified generation framework\.
### 5\.2Persuasion Analysis via Target Simulation
BackboneMethodCMVExplaGraphsiDebateAvg\.DeepSeekARGUS6\.718\.858\.077\.88Plan&Write5\.348\.287\.907\.17Self\-Refine6\.318\.357\.727\.46Debate5\.418\.107\.076\.86Direct5\.908\.357\.987\.41QwenARGUS6\.027\.076\.476\.52Plan&Write5\.126\.385\.905\.80Self\-Refine5\.036\.485\.585\.70Debate3\.456\.003\.904\.45Direct5\.316\.225\.705\.74GPT\-5\-miniARGUS7\.457\.508\.297\.75Plan&Write7\.257\.137\.957\.44Self\-Refine6\.987\.177\.627\.26Debate7\.207\.238\.227\.55Direct6\.987\.078\.007\.35
Table 2:Persuasion scores \(1–10\), where higher scores indicate more persuasive\. Best scores are inbold\.![[Uncaptioned image]](https://arxiv.org/html/2608.20405v1/x2.png)
Figure 2:Ablation study results \(GPT\-5\-mini backbone, ELO pairwise evaluation\)\.
While pairwise ELO and absolute scores evaluate argument quality from a neutral perspective, the ultimate goal of persuasion is to shift the stance of an opposing audience\. To better capture this effect, we introduce a targeted simulation setting where an LLM judge role\-plays as a skeptical audience holding the original position\.
Specifically, the judge rates each argument on a 1–10 scale, where 1 indicates no change in stance and 10 indicates full persuasion\. Each argument is scored twice by independent passes of the judge model, and the final score is the average of the two passes to reduce stochasticity\. This setup provides a stricter measure of persuasive impact that is more aligned with real\-world persuasion\.
As shown in Table[2](https://arxiv.org/html/2608.20405#S5.T2),Argusconsistently achieves the highest persuasion scores, confirming that its advantages in pairwise evaluation translate into stronger ability to potentially shift audience stance\. The improvement is particularly pronounced on CMV, where inputs contain rich opinions, emotions, and implicit beliefs\. This suggests thatArguseffectively exploits such contextual signals to generate more targeted and convincing arguments\.
We also observe that Multi\-Agent Debate performs notably worse under the Qwen backbone, indicating that unconstrained multi\-agent deliberation may be sensitive to backbone models and can produce coherent but misaligned arguments that fail to address audience\-specific concerns, resulting in weaker persuasive impact\.
CMViDebateExplaGraphsComponent allocation \(% of subtopics\)Logos44\.144\.135\.935\.936\.936\.9Pathos19\.319\.323\.923\.919\.419\.4Ethos22\.722\.727\.027\.028\.428\.4Evidence13\.813\.812\.012\.015\.315\.3Quality progression \(0–5\)Initial draft \(v1v\_\{1\}\)3\.493\.693\.79Final score \(vfinv\_\{\\text\{fin\}\}\)3\.964\.074\.11Refinement gain \(Δ\\Delta\)\+0\.47\+0\.38\+0\.32Correlations with persuasionr\(pathos\)r\(\\text\{pathos\}\)−0\.307∗\-0\.307^\{\*\}\+0\.078\+0\.078−0\.174\-0\.174r\(ethos\)r\(\\text\{ethos\}\)\+0\.211∗\+0\.211^\{\*\}−0\.044\-0\.044−0\.018\-0\.018r\(evidence\)r\(\\text\{evidence\}\)\+0\.122\+0\.122\+0\.139\+0\.139\+0\.171\+0\.171Table 3:Arguspipeline statistics and Pearson correlations between rhetorical component allocation and persuasion score \(∗:p<0\.05p<0\.05\)\.We conduct ablation studies to examine the contribution of each core component inArgususing GPT\-5\-mini backbone\. We evaluate three variants: \(1\) w/o ToM, which removes the ToM Reasoner and thus eliminates audience belief and preference modeling; \(2\) w/o Plan, which bypasses structured argument planning and directly feeds the ToM output to the writer; and \(3\) w/o Refine, which disables iterative refinement\. We conduct pairwise evaluation among these four variants\.
### 5\.3Ablation Study
As shown in Figure[2](https://arxiv.org/html/2608.20405#S5.F2), removing any single component degrades the performance, confirming their effectiveness\. Meanwhile, we can observe that bypassing the Argument Planner \(w/o Plan\) degrades the win rate more severely than omitting the ToM alone, indicating that rich audience profiles are only marginally effective unless explicitly operationalized through structured rhetorical plans and subtopic decomposition\. Finally, removing the Iterative Refiner leads to the large performance decrease, demonstrating the importance of our targeted, multi\-dimensional revision\.
While removing the Iterative Refiner causes the largest performance drop, refinement alone is insufficient for strong persuasion\. Effective refinement depends on high\-quality drafts produced by ToM\-guided planning, whereas poorly organized drafts limit the benefits of post\-hoc refinement\. This is supported by the weaker performance of the Self\-Refine baseline in Table[1](https://arxiv.org/html/2608.20405#S4.T1), indicating that strategic audience\-aware planning provides complementary value that refinement alone cannot replace\.
### 5\.4Pipeline Component Analysis
To better understand how intermediate pipeline outputs relate to final argument persuasiveness, we analyze their corresponding scores in Table[3](https://arxiv.org/html/2608.20405#S5.T3)\. The planner exhibits distinct rhetorical preferences across datasets\. CMV arguments are substantially more logos\-oriented \(44%\), consistent with the deliberative nature of the forum, where explicit logical reasoning is expected\. In contrast, iDebate and ExplaGraphs place greater emphasis on ethos \(∼\\sim28%\), as their shorter proposition\-style inputs make quickly establishing credibility more effective than developing extended logical chains\. Across all three benchmarks, the refinement stage consistently improves argument quality, with the largest gains observed on CMV\.
A key finding is that the effectiveness of rhetorical strategies is highly audience\-dependent\. On CMV, rhetorical allocation plays a significant role: pathos\-heavy arguments are negatively associated with persuasion, whereas stronger use of ethos correlates positively with effectiveness\. In contrast, for iDebate and ExplaGraphs, these correlations largely disappear\. The brevity of the propositions provides limited room for differentiated rhetorical strategies, making persuasiveness depend more on the overall quality and coherence of the argument than on the specific rhetorical mix\.
StageSuccessful Case\(GPT\-5\-mini\)TaskWrite an argument tosupport:“Autonomous cars have safety algorithms\.”ToM: Opp\. beliefs“‘Safety algorithm’ is a marketing phrase used to overstate protection\.”
“Algorithms cannot replicate human judgment in novel or ethically fraught situations\.”
“Insufficient transparency, independent testing, and accountability for safety claims\.”Arg\. Plan\[logos\]Define “safety algorithms” concretely
\[evidence\]Real\-world implementations & independent testing
\[logos\]Acknowledge failure modes & mitigations
\[ethos\]Transparency, oversight, accountabilityFinal Argument“A safety algorithm is simply software designed to detect danger and reduce the chance or severity of harm\. With that definition in mind, it’s accurate and demonstrable that autonomous cars include safety algorithms\. If a vehicle is truly autonomous…it must sense the environment, predict what might happen next, and take actions to avoid or mitigate collisions…These are not marketing phrases\. They correspond to implemented features you can point to and test: automatic emergency braking that computes collision risk and applies brakes, collision\-avoidance maneuvers that alter a planned route to prevent impact, and sensor\-fault detection that forces a safe stop when localization or perception fails\.”Why it worksThe Plan directly addresses the ToM\-identified objection \(“marketing phrase”\) by defining the term*before*making any factual claim\. This definition is then grounded in concrete, testable engineering functions, resolving the audience’s conceptual disagreement before introducing supporting evidence\. As a result, the generated argument follows a rhetorical structure tailored to the audience’s beliefs\.Table 4:A sample output of ARGUS, linking the ToM audience model and the Planner’s rhetorical structure to the delivered final argument\. The Plan’s ordering directly disarms the audience’s stated objection before the argument makes any claim\.
### 5\.5Case Study
Table[4](https://arxiv.org/html/2608.20405#S5.T4)presents a representative successful example, illustrating how the ToM Reasoner’s audience model guides the Planner’s rhetorical strategy and ultimately shapes the delivered argument\.
For the task of writing an argument tosupportthe claim “Autonomous cars have safety algorithms,” the ToM Reasoner infers the audience’s primary concern: rather than disputing autonomous driving itself, the audience views the term*“safety algorithm”*as an unsubstantiated marketing phrase\. Guided by this audience model, the Planner does not immediately present evidence\. Instead, it first establishes a precise definition of the term, then introduces concrete engineering implementations and real\-world evidence, acknowledges limitations, and finally emphasizes transparency and accountability\. This ordering directly addresses the audience’s conceptual objection before making factual claims\.
The generated argument faithfully follows this plan\. It begins by defining “safety algorithm” as software designed to detect danger and reduce harm, thereby reframing the disputed concept into a concrete and testable engineering notion\. It then supports this definition with examples such as automatic emergency braking, collision\-avoidance systems, and sensor\-fault detection, before concluding with transparency and oversight considerations\. By resolving the audience’s central objection first, the argument becomes substantially more persuasive to the intended audience, demonstrating how explicit audience modeling can guide both rhetorical planning and the final argument generation\.
## 6Conclusion
We presentedArgus, an agent\-based framework that advances computational argumentation along three connected axes: an explicit ToM reasoner that externalizes the audience’s beliefs and values before writing, a component\-aware planner that assigns rhetorical functions and grounds each subtopic in evidence at planning time, and a multi\-dimensional refiner that targets weaknesses without quality regression\. Across three benchmarks and multiple backbones,Argusconsistently outperforms strong baselines, and our targeted simulations show these gains translate into genuine stance shifts in audiences rather than mere fluency\.
## Limitations
Several limitations remain\. First, the Theory\-of\-Mind model is itself produced by an LLM and may not faithfully capture real audience mental states; it encodes a plausible model of the audience rather than a verified one\. Second, despite planning\-time evidence retrieval, individual sections can still contain inaccurate claims, and our error study shows the sharpest failure mode: when the assigned stance requires arguing against empirical consensus, no amount of refinement can manufacture grounding the evidence does not support\. A dedicated fact\-checking agent is a natural next step\. Third, the multi\-stage pipeline adds latency over single\-pass generation, which parallelizing independent agents could mitigate\.
A more fundamental question is how to evaluate persuasion at all\. We do not rely on traditional human evaluation, which is poorly suited to this task and might be biased\[chen\-etal\-2024\-humans,wu2026comparing\]: persuasion judgments are deeply confounded by annotators’ own prior beliefs on controversial propositions, so a "persuasive" argument is too easily conflated with one the annotator already agrees with\. Our targeted simulation, in which a judge role\-plays a skeptical audience holding the original stance, offers a more controlled and reproducible proxy by fixing the audience’s starting position\. This is itself an approximation, where LLM judges may carry their own biases and can favor model\-generated text, and we view validating simulated against human stance\-shift as important future work\.
## Ethical Considerations
Persuasive technology is inherently dual\-use: the same audience modeling that makes an argument resonate can also enable manipulation, disinformation, or influence operations\. The risk is heightened precisely because our framework conditions on a target’s beliefs and emotional triggers\. We therefore advocate clear disclosure of AI\-generated arguments, deployment guidelines that prohibit deceptive use, and continued research on argument provenance and detection\. We intend this work to advance the understanding of computational argumentation and to support legitimate applications such as debate education, writing assistance, and policy analysis\.
## References
## Appendix AImplementation Details
#### Backbone LLM and evaluation judge\.
Three instruction\-tuned backbone LLMs are utilized as backbone model for implementations: DeepSeek\-v3\.2, Qwen3\.5\-Flash\-2026\-02\-23, and gpt\-5\-mini\-2025\-08\-07\. Theevaluation judge is fixed to GPT\-5\.4across all conditions, independent of the generation backbone\. We leverage the official API call for model implementation\.
During generation, all JSON outputs use up to 3 retries with exponential backoff\. Both the maximum planning iteration and refinement rounds are set as 2\. For WebSearch, we leverage the ddgs library333[https://github\.com/deedy5/ddgs](https://github.com/deedy5/ddgs)to retrieve URLs and short snippets, and utilize trafilatura444[https://github\.com/adbar/trafilatura](https://github.com/adbar/trafilatura)to parse the webpage\.
We evaluate our methods on three datasets including Reddit/CMV, iDebate, and ExplaGraph\. For each dataset, we follow previous work\[hu\-etal\-2025\-debate\]and randomly sample 30 inputs for evaluation\.
Input Analysis: Example OutputProposition:“Hate speech is free speech\.”
Background:555Thebackgroundfield is an LLM summary grounded in retrieved snippets;retrieved evidencelists the specific factual claims extracted from those snippets\.The claim equates hate speech with constitutionally protected expression\. U\.S\. First Amendment doctrine recognizes no formal “hate speech” exception, though narrow exclusions apply \(incitement, true threats, fighting words\)\. Empirical work links hate speech exposure to measurable psychological harm\.
Key claims extracted:•Hate speech is legally subsumed under free speech protections\.•Restricting hate speech constitutes impermissible censorship\.Retrieved evidence \(grounded from web retrieval\):•No general hate speech exception exists under U\.S\. law \(Matal v\. Tam, 2017;R\.A\.V\. v\. City of St\. Paul, 1992\)\.•Hate speech exposure correlates with increased anxiety, depression, and reduced civic participation among targeted groups\.•Germany, the UK, and France criminalize incitement to hatred, demonstrating that the legal equivalence is contestable across democratic systems\.Figure 3:Structured output of the Input Analyzer for a proposition\.Theory\-of\-Mind Output: ExampleProposition:“Hate speech is free speech”
Audience stance:support
Opponent modelΨ𝒪\\Psi\_\{\\mathcal\{O\}\}
Emotional triggers:fear of government censorship; frustration with political correctness; pride in foundational constitutional principles; anxiety about regulatory slippery slopes\.
Audience claims:•“The First Amendment is absolute and designed to protect even offensive speech”— rooted in a belief that the founders intended a robust marketplace of ideas\.•“Defining hate speech is subjective and opens the door for the powerful to silence the unpopular”— driven by fear of politically motivated enforcement\.•“Banning hate speech drives it underground rather than eliminating it”— a pragmatic belief that social pressure, not law, changes attitudes\.Value modelΨ𝒱\\Psi\_\{\\mathcal\{V\}\}
Audience values:allegiance to free expression as a foundational liberty; distrust of centralized authority; commitment to individual autonomy; belief in a self\-correcting marketplace of ideas\.
Bridge strategies:•Frame the argument as protecting a*more robust*free speech principle, not limiting it\.•Connect the harms of hate speech to the audience’s own value of protecting minority viewpoints, showing how it*silences*others\.•Acknowledge slippery\-slope concerns, then argue for a narrow, precisely drawn principle that prevents the slope\.Figure 4:ToM Reasoner outputΨ\\Psifor a proposition\.
#### Baselines\.
All four baselines use the same backbone LLM, and operate zero\-shot prompting as our model\. We keep all parameters the same as ours during the inference\.
## Appendix BArgusModule Prompts
Figures[5](https://arxiv.org/html/2608.20405#A2.F5)–[11](https://arxiv.org/html/2608.20405#A2.F11)report the system prompts for allArgusmodules and evaluators\. Red\-bordered boxes mark the three novel components \(⋆\\star\)\. User message templates are shown where informative; brackets\[…\]denote dynamically inserted content\.
Input Analyzer: Retrieval DecisionYou are a retrieval planner for an argument\-generation system\. Decide whether web search is needed to generate a well\-grounded argument, and produce targeted search queries if so\.
Retrieval IS needed when the input:•References specific statistics, studies, or recent events•Concerns niche technical, legal, medical, or policy details•Contains factual assertions that need verification or groundingOutput JSON only:\{"needs\_retrieval": true\|false, "reason": "<one sentence\>", "search\_queries": \["q1", …\]\}Figure 5:Input Analyzer system prompt\. A fast LLM call decides whether retrieval is warranted and generates 2–4 targeted queries, which are executed*before*analysis so Phase 3 is grounded in actual retrieved content\.Input Analyzer: Unified AnalysisYou are an expert argumentation analyst\. Given an input statement and optional retrieved context, analyze the argumentative dimensions of the input for later argument planning and generation\.
Extractkey\_claimsstated explicitly in the input only — do not invent sub\-dimensions\. If retrieved context was provided, synthesizekey\_evidence: 2–5 concrete, usable factual claims from the snippets \(e\.g\., “Studies show X% of Y do Z”\)\. If the input is a full argument \(not a short proposition\), extractlogical\_structurewithpremises,implicit\_assumptions, andlogical\_gaps; omit otherwise\.
Output JSON with fields:background\_context\(2–3 sentences of relevant context\),key\_claims,key\_evidence,logical\_structure\.Figure 6:Input Analyzer system prompt\. The unified analysis is grounded in any content retrieved in Phase 2\. Its outputs\(𝒦,ℒ,ℬ\)\(\\mathcal\{K\},\\mathcal\{L\},\\mathcal\{B\}\)are passed verbatim to the ToM Reasoner and Argument Planner\.Theory of Mind Reasoner — System Prompt⋆\\starYou are an expert in cognitive science, social psychology, and argumentation theory\. Your task is to model the mental states of a TARGET AUDIENCE in a persuasive argument context\.
You will be given a proposition, the WRITER’s stance, and the AUDIENCE’s stance \(the opposing side\)\.This step is PURELY descriptive mental modeling\. Do NOT generate arguments or persuasive text\.
1\. Audience Profile\.Model what the audience feels and claims:•emotional\_triggers: emotional themes that resonate strongly with this audience \(fears, hopes, frustrations, identities\)•audience\_claims: up to 5 positions the audience holds; for each provide"claim"and"basis"\(the underlying reason, emotion, or belief driving it\)2\. Value Analysis\.Map the audience’s value landscape:•audience\_values: open\-ended natural language phrases \(e\.g\., “desire for personal safety”, “attachment to familiar ways of life”\) — do NOT classify as pro\- or anti\-argument; the Planner decides how to use them•bridge\_strategies: specific ways to reframe the argument to align with their values or mitigate tensions•value\_framing\_summary: short prose summary of the overall value landscapeOutput a JSON object with top\-level keys"audience"and"value\_analysis"matching the structure above\.
User message template:Proposition:\[proposition\]Writer’s stance:\[stance\]Audience’s stance:\[opposite\_stance\]
Background:\[background\_context\]Key claims / premises / gaps:\[logical\_structure\]
Retrieved background:\[retrieved\_snippets\]
Perform the Theory of Mind analysis and return the JSON\.Figure 7:ToM Reasoner system prompt\.Argument Planner — Plan Generation System Prompt⋆\\starYou are an expert argumentation strategist and professional writer\. Given a proposition, your stance, an input analysis, and a ToM analysis of the target audience, create a comprehensive, strategically\-sound argument plan\.
Plan requirements:•Derive a rhetorical strategy grounded in the audience’s beliefs, values, biases, and likely resistance \(from the ToM\)•Decompose the argument into 2–4 strategically coherent subtopics, each serving a distinct persuasive function•Assign oneprimary component\(dominant persuasive mode\) and optional secondary components to each subtopic•Flag whether each subtopic requires external evidence•For each subtopic, anticipate the most likely audience counterargument and provide value\-alignment or reframing strategies•Ensure subtopics collectively form a logically ordered and rhetorically effective flowRhetorical components:logos\(logical reasoning, inference chains, syllogisms\);pathos\(emotional appeal, narrative, vivid examples\);ethos\(credibility, expert authority, shared values\);evidence\(empirical data, statistics, research citations\)\.
Output JSON with a"subtopics"array; each entry has:subtopic,primary\_component,secondary\_components,key\_points,evidence\_needed,audience\_rebuttal,value\_alignment\_notes; plus top\-levelplan\_quality\_score\(0–10\) andplan\_quality\_rationale\.Figure 8:Argument Planner plan\-generation system prompt\.Argument Writer — System PromptYou are an expert persuasive writer\. Given a proposition, a stance \(support or refute\), a plan with subtopics and rhetorical components, and insights about the audience’s values and beliefs, write a coherent and persuasive argument that follows the provided plan while maximizing persuasive impact\.
Instructions:•Develop each subtopic in continuous flowing prose — no section headers or labeled sections•Output ONLY the argument text \(no headers, no JSON, no References section\)•You may reorganize the plan’s rhetorical structure as needed to produce the most persuasive argumentFigure 9:Argument Writer system prompt\.Quality Evaluator — System Prompt \(Absolute Scoring, GPT\-5\.4\)You are an expert argument quality evaluator trained in rhetoric, argumentation theory, and persuasion science\. Assess arguments along multiple dimensions and provide actionable feedback\.
Scoring rubric:•persuasiveness: how convincingly does the argument make its case?•coherence: is it logically structured with smooth transitions?•factual\_accuracy: are claims accurate and well\-supported by evidence?•value\_alignment: does it invoke universal human values effectively?•rhetorical\_balance: does it appropriately blend logos, pathos, and ethos?•stance\_alignment\(CRITICAL\): does the argument actually argue in the stated direction? Score 5 if perfectly aligned, 0 if it argues the opposite\.If<<3,overallmust be≤2\.0\\leq 2\.0\.•overall: holistic quality based on the above aspects \(NOT a simple average\)Be critical but constructive\. Identify specific strengths and weaknesses\.Output should be a JSON\.Figure 10:Quality Evaluator system prompt\. We only use the overall scores\. Evaluation model is fixed to GPT\-5\.4\.ELO Pairwise Judge — System Prompt \(GPT\-5\.4\)You are an expert argument quality judge trained in rhetoric and argumentation theory\. Score Argument A and Argument Bindependentlyon each dimension \(0–10\):•persuasiveness: how convincingly does it argue the position?•coherence: how logically structured and fluent?•factual\_accuracy: claims accurate and supported?•rhetorical\_balance: appropriate combination of reasoning, emotional appeal, and credibility?•value\_alignment: connects to audience values?•overall: holistic quality based on the above aspects \(NOT a simple average\)Respond with ONLY a JSON object with keys"A","B"\(each a dict of the six dimension scores\), and"reasoning"\(one short passage: key differentiator between A and B\)\. Do NOT inflate scores — use the full 0–10 range\.
Each pair is judgedtwice\(orders A→\\toB and B→\\toA\); per\-dimension scores are averaged across orderings before computing the weighted aggregate and ELO outcome\.Figure 11:ELO Pairwise Judge system prompt\. Position bias is cancelled by averaging two score matrices \(forward and reverse order\)\. A score gap\>\>0\.5 is required to declare a win, preventing noise\-driven ELO drift\. We only use the overall score\.
## Appendix CEvaluation Protocol Details
#### Absolute scoring\.
Each argument is scored independently by GPT\-5\.4 using the Quality Evaluator prompt \(Figure[10](https://arxiv.org/html/2608.20405#A2.F10)\)\.
For ELO pairwise ranking, we run pairwise comparisons per proposition\. Each pair is judged twice \(A→\\toB and B→\\toA\)\. Outcome: ifwA−wB\>0\.5w\_\{A\}\-w\_\{B\}\>0\.5then win;<−0\.5<\-0\.5then loss; otherwise tie\.Similar Articles
Argus: A General-Purpose Agentic Runtime for Long-Horizon Reasoning
Argus is a persistent, self-evolving agentic runtime designed for long-horizon reasoning, using Manager, Planner, Engineer, and Reviewer roles with verification-gated persistence and pivoting. It demonstrates strong results across seven benchmark arenas, including ~78% on SWE-Bench Pro, while reducing token usage after runtime self-evolution.
ARCANA: A Reflective Multi-Agent Program Synthesis Framework for ARC-AGI-2 Reasoning
ARCANA is a reflective multi-agent framework that decomposes ARC-AGI-2 abstract reasoning tasks into iterative perception, hypothesis generation, symbolic execution, and reflective refinement, improving reasoning efficiency under strict constraints.
HypoAgent: An Agentic Framework for Interactive Abductive Hypothesis Generation over Knowledge Graphs
HypoAgent is an agentic framework for interactive abductive hypothesis generation over knowledge graphs, integrating three agents to handle evolving user intents and fine-grained diagnosis, achieving state-of-the-art performance.
CAF-Gen: A Multi-Agent System for Enriching Argumentation Structures
CAF-Gen is a multi-agent LLM-driven framework that enriches shallow argument structures into formal Carneades Argumentation Framework models using an iterative Creator-Reviewer pipeline, achieving improved structural alignment and quality.
G-MARK: Grounded Multi-Agent Reasoning for Cooperative Driving via Knowledge Graphs
G-MARK is a grounded multi-agent reasoning framework that uses knowledge graphs to enhance cooperative driving by preserving object provenance and reducing communication payload while improving reasoning and planning accuracy.