Paper deep dive
Adaptive Collaboration of Arena-Based Argumentative LLMs for Explainable and Contestable Legal Reasoning
Hoang-Loc Cao, Phuc Ho, Truong Thanh Hung Nguyen, Phuc Truong Loc Nguyen, Dinh Thien Loc Nguyen, Hung Cao
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 7/20/2026, 9:04:59 PM
Summary
The paper introduces ACAL (Adaptive Collaboration of Argumentative LLMs), a neuro-symbolic framework for legal reasoning that combines adaptive multi-agent collaboration with an Arena-based Quantitative Bipolar Argumentation Framework (A-QBAF). It addresses limitations in existing LLM approaches like CoT and RAG by providing structured, verifiable, and contestable arguments. ACAL features dynamic expert team selection, clash resolution mechanisms, and a Human-in-the-Loop (HITL) workflow allowing users to audit and modify reasoning graphs. Empirical evaluations on the LegalBench benchmark show ACAL outperforms baselines using Gemini-2.5-Flash-Lite and Gemini-2.5-Flash models.
Entities (10)
Relation Signals (7)
ACAL ā evaluatedon ā LegalBench
confidence 97% Ā· Empirical evaluations on the LegalBench benchmark demonstrate that ACAL outperforms strong baselines
ACAL ā uses ā A-QBAF
confidence 95% Ā· ACAL ... integrates adaptive multi-agent collaboration with an Arena-based Quantitative Bipolar Argumentation Framework (A-QBAF)
ACAL ā supports ā HITL
confidence 93% Ā· Crucially, our framework supports a Human-in-the-Loop (HITL) contestability workflow
ACAL ā implementedwith ā Gemini 2.5 Flash-Lite
confidence 92% Ā· outperforms strong baselines across Gemini-2.5-Flash-Lite and Gemini-2.5-Flash architectures
ACAL ā implementedwith ā Gemini 2.5 Flash
confidence 92% Ā· outperforms strong baselines across Gemini-2.5-Flash-Lite and Gemini-2.5-Flash architectures
ACAL ā outperforms ā RAG
confidence 90% Ā· ACAL outperforms strong baselines across ... effectively balancing efficient predictive performance
ACAL ā outperforms ā Chain-of-Thought
confidence 90% Ā· ACAL outperforms strong baselines across ... effectively balancing efficient predictive performance
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Legal reasoning requires not only high accuracy but also the ability to justify decisions through verifiable and contestable arguments. However, existing Large Language Model (LLM) approaches, such as Chain-of-Thought (CoT) and Retrieval-Augmented Generation (RAG), often produce unstructured explanations that lack a formal mechanism for verification or user intervention. To address this limitation, we propose Adaptive Collaboration of Argumentative LLMs (ACAL), a neuro-symbolic framework that integrates adaptive multi-agent collaboration with an Arena-based Quantitative Bipolar Argumentation Framework (A-QBAF). ACAL dynamically deploys expert agent teams to construct arguments, employs a clash resolution mechanism to adjudicate conflicting claims, and utilizes uncertainty-aware escalation for borderline cases. Crucially, our framework supports a Human-in-the-Loop (HITL) contestability workflow, enabling users to directly audit and modify the underlying reasoning graph to influence the final judgment. Empirical evaluations on the LegalBench benchmark demonstrate that ACAL outperforms strong baselines across Gemini-2.5-Flash-Lite and Gemini-2.5-Flash architectures, effectively balancing efficient predictive performance with structured transparency and contestability. Our implementation is available at: this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2602.18916v1
- Canonical: https://arxiv.org/abs/2602.18916v1
Trouble viewing inline? Open PDF directly ā
Full Text
42,323 characters extracted from source content.
Expand or collapse full text
Adaptive Collaboration of Arena-Based Argumentative LLMs for Explainable and Contestable Legal Reasoning Hoang-Loc Cao ā *§ , Phuc Ho ā § , Truong Thanh Hung Nguyen ā” , Phuc Truong Loc Nguyen ā ,Dinh Thien Loc Nguyen ā , Hung Cao ā” ā Ho Chi Minh University of Science, Vietnam ā” University of New Brunswick, Canada ā Friedrich-Alexander-UniversitƤt Erlangen-Nürnberg, Germany § These authors contributed equally. * Corresponding author: chloc22@clc.fitus.edu.vn Abstract Legal reasoning requires not only high accuracy but also the ability to justify decisions through verifiable and contestable arguments. However, existing Large Language Model (LLM) approaches, such as Chain-of-Thought (CoT) and Retrieval-Augmented Genera- tion (RAG), often produce unstructured explanations that lack a formal mechanism for verification or user intervention. To address this limitation, we propose Adaptive Collab- oration of Argumentative LLMs (ACAL), a neuro-symbolic framework that integrates adaptive multi-agent collaboration with an Arena-based Quantitative Bipolar Argumen- tation Framework (A-QBAF). ACAL dynamically deploys expert agent teams to con- struct arguments, employs a clash resolution mechanism to adjudicate conflicting claims, and utilizes uncertainty-aware escalation for borderline cases. Crucially, our framework supports a Human-in-the-Loop (HITL) contestability workflow, enabling users to directly audit and modify the underlying reasoning graph to influence the final judgment. Em- pirical evaluations on the LegalBench benchmark demonstrate that ACAL outperforms strong baselines across Gemini-2.5-Flash-Lite and Gemini-2.5-Flash architectures, effec- tively balancing efficient predictive performance with structured transparency and con- testability. Our implementation is available at: https://github.com/loc110504/ACAL. Keywords: Legal Reasoning, Large Language Models, Multi-Agent Systems, Con- testable AI, Computational Argumentation, Neuro-Symbolic AI 1. Introduction Legal reasoning is the intricate process by which legal principles and rules are applied to specific facts to reach a justified outcome [1, 2]. This professional responsibility encompasses various essential sub-tasks such as identifying pertinent issues, recalling relevant laws, and interpreting complex statutes or precedents [2, 3]. Practitioners in this field must apply es- tablished rules to specific facts, draw logical conclusions, and present persuasive arguments to support their claims. In recent years, Large Language Models (LLMs) have demonstrated remarkable progress on these legal reasoning tasks. Researchers have shown that equipping these models with domain knowledge and specific reasoning strategies can significantly boost performance [3ā5]. Recently, researchers have also begun exploring multi-agent LLM frame- works that simulate debates or judicial deliberations to tackle decision-making [6, 7]. By having multiple agents critique and refine each otherās arguments, these approaches can improve factual accuracy and overall robustness [8, 9]. However, existing approaches to legal reasoning with LLMs fall short of these require- ments in different ways. Prompting-based methods, including few-shot prompting and chain- of-thought (CoT) reasoning [3, 4, 10], often produce free-form explanations that are difficult to verify or systematically contest. Retrieval-augmented generation (RAG) improves factual grounding by injecting external legal texts [7, 10, 11], but the final decision logic remains implicit and opaque. Multi-agent debate (MAD) frameworks introduce diversity of per- spectives, yet their performance gains are inconsistent across tasks, and debate transcripts themselves do not constitute a formally contestable reasoning structure. Furthermore, frontier models often produce invalid arguments or irrelevant citations when facing complex reasoning demands. This limitation raises concerns about trust, fairness, and arXiv:2602.18916v1 [cs.MA] 21 Feb 2026 2 accountability in high-stakes domains. Meanwhile, regulators increasingly require trans- parency and contestability as reflected in global directives such as the EU AI Act [12], and Canadaās Directive on Automated Decision-Making [13]. Consequently, prior approaches either optimize predictive performance without accountability or provide explanations that lack a principled mechanism for inspection and dispute. To address these challenges, we propose Adaptive Collaboration of Argumentative LLMs (ACAL), a structured, neuro-symbolic, multi-agent AI framework for explainable, con- testable legal reasoning. Our contributions are summarized as follows: (1) We propose ACAL, an adaptive multi-agent legal reasoning framework that inte- grates argumentative LLMs (ArgLLMs) [14] with adaptive role selection in arena- based (quantitative) bipolar argumentation (A-(Q)BAF) framework, enhanced by clash resolution (CR) and uncertainty-aware escalation (UAE) to yield more accu- rate and decisive legal judgments. (2) Our proposed ACAL supports the human-in-the-loop (HITL) contestation workflow, enabling users to directly interrogate and revise the underlying reasoning process, with changes formally propagated to influence the final outcome. (3) We empirically demonstrate on LegalBench [15] that ACAL outperforms strong prompting, RAG, CoT, and MAD baselines in predictive performance, while simul- taneously providing structured transparency and contestability not supported by prior methods. 2. Related Work 2.1. LLM-based Approaches for Legal Reasoning The application of AI in the legal domain has transitioned from early expert systems to modern data-driven approaches leveraging LLMs. Specialized models such as ChatLaw [16] and LegalMind [17] have refined these capabilities by integrating knowledge graphs and reinforcement learning to improve factuality and process optimization. Foundational tech- niques like RAG are now standard for grounding LLM responses in authoritative external sources. Systems use RAG to query everything from ethical rules [11] and tax codes [10] to complex statutory frameworks and case law precedents [18]. Concurrently, CoT prompting is widely used to elicit multi-step reasoning, with some frameworks developing Law-specific CoT variants [4] or logical-semantic integration models [5] to cultivate more robust de- ductive pathways. To further improve robustness, researchers have introduced multi-agent architectures in which agents assume distinct roles, such as judge, plaintiff, and defendant, to simulate adversarial legal discourse [9]. These systems, which range from simulating courtroom debates [19] to collaborative law-making [20], leverage iterative critique to refine arguments and reach a consensus. However, despite these advancements, significant performance gaps remain. Recent stud- ies highlight a āreasoning paradoxā in which models that consume more computational re- sources on hierarchical tasks often degrade in performance, struggling to distinguish between surface-level facts and deeper legal distinctions [21]. Furthermore, while these advanced methods can improve accuracy over single-model baselines [6], the debate transcripts or free-form explanations they produce lack a formal structure. This makes their reasoning difficult to systematically verify or challenge, creating a critical accountability gap that purely performance-driven architectures fail to address. 2.2. Explainability and Contestability in LLM-based Legal Reasoning Systems Explainability in legal AI is fundamentally concerned with providing rational justification for stakeholders, a standard that is distinct from the technical goal of describing a modelās 3 internal mechanics. Current frameworks attempt to provide this justification by making their reasoning process transparent. For instance, systems grounded in RAG offer explain- ability by providing a citation mechanism that links claims to specific source documents [7, 22]. Other approaches utilize CoT techniques to generate structured, step-by-step reasoning chains that mimic judicial logic [18, 21]. More advanced systems even formalize interactions into computational argumentation graphs using frameworks like Toulminās model to create a verifiable reasoning trail [9, 23]. However, the presence of these explanatory artifacts does not guarantee their reliability or provide a mechanism for recourse. One recent evaluation of frontier models found that over 60% of generated judicial analyses contained invalid ar- guments and more than half included irrelevant citations, despite their structural coherence [18]. Consequently, there is a growing demand to move beyond passive explainability to- wards contestability, an interactive paradigm that empowers users to actively challenge and correct the modelās reasoning process rather than merely observing it [11, 23]. Contestable AI (CAI) extends the principles of XAI by incorporating safeguards and providing explicit pathways for users to challenge and revise a systemās conclusions [24, 25]. The integration of computational argumentation has become central to operationalizing contestability, specifically within legal AI. Frameworks such as ALEX [23] employ formal schemes, such as Toulminās model and the ASPIC+ [23] framework, to structure interactions between opposing arguments in criminal cases. This allows users to scrutinize specific nodes in a reasoning graph. Similarly, neuro-symbolic approaches such as SOLAR [8] leverage structured ontological representations to bridge the gap between natural language and sym- bolic reasoning for statutory analysis. This provides verifiable pathways that can withstand adversarial probing. Other work has explored contestability through structured multi-ply dialectical schemes for case-based reasoning [26] or by deriving policy guidance from reg- ulatory mandates to help users identify the right questions to ask [22]. However, these existing legal CAI approaches primarily focus on generating static reasoning structures for post-hoc inspection. They typically lack a quantitative mechanism to dynamically weigh the strength of conflicting arguments. Furthermore, they do not support a fully interac- tive workflow where human interventions, such as modifying argument weights or relations, mathematically propagate to update the final legal judgment. Our work bridges this gap by integrating MAD within a formal quantitative argumenta- tion framework that is directly auditable by an HITL. This transforms static explanations into dynamic and contestable decision objects. 3. Adaptive Collaboration of Argumentative LLMs (ACAL) As shown in Figure 1, ACAL comprises four modules: adaptive expert team selection, multi-agent argument generation with arena-based clash resolution, quantitative reasoning via A-QBAF, and HITL contestation with uncertainty-aware decision consensus. 3.1. Aspect Identification and Team Selection Legal reasoning faces many challenges from different domains that require specialized knowledge. A single expert might not be able to capture all perspectives in a complex case that needs different professionals to analyze it effectively. To deal with this limitation, we propose an adaptive multi-agent architecture that dynamically assembles expert teams tailored to specific legal tasks. 4 Figure 1. Our proposed Adaptive Collaboration of Argumentative LLMs (ACAL) Ar- chitecture for Legal Reasoning. 3.1.1. Legal Agent Pool Definition We define a comprehensive pool of legal agents A = a 1 ,a 2 ,...,a n , where each agent a i is characterized by a tuple r i ,E i ,P i ,S i as follows: (i) Role r i : The professional desig- nation; (i) Expertise Areas E i : A set of domain specializations; (i) Focus Priorities P i : Task-oriented objectives that guide reasoning; (iv) Argument Style S i : The characteristic reasoning approach. As shown in Table 1, our framework implements 10 distinct legal roles organized into functional categories [27]. Table 1. Legal roles grouped by functional category. CategoryRoles AdjudicationJudge, Law Clerk / Judicial Clerk Litigation & AdvocacyPrivate Practice Lawyer, Prosecutor, Public Defender Advisory & Transactional Corporate Counsel, Compliance Officer, IP Attorney Research & SupportLegal Analyst, Paralegal 3.1.2. Adaptive Agent Selection Rather than employing all agents for every case, which would be computationally ex- pensive and potentially introduce noise when using a non-expert for a specific task, we implement an adaptive selection mechanism. Given a legal task T with context c and claim Ļ, the system selects two subsets: A + = Select(A,T ,c, support); A ā = Select(A,T ,c, attack),(3.1) whereA + are agents whose expertise aligns with constructing supporting arguments for that specific case context, A ā are agents suited for generating counter-arguments. The selection function leverages an LLM to match agent expertise profiles against case characteristics. 5 3.2. Argument Generation, Evaluation and Computation The core of our framework lies in the structured generation and computation of argument strengths using A-QBAF, which is built upon traditional QBAF [28]. 3.2.1. Contextual Grounding via Hybrid RAG To ensure arguments are grounded in authoritative legal standards rather than generic knowledge, we integrate a hybrid retrieval module. Prior to argument generation, the system queries both a vectorized legal database for legislative texts and an external web search for recent case law. The top-k most semantically relevant passages are aggregated to form the evidentiary context c, which conditions the subsequent reasoning of all agents to minimize hallucination and ensure accuracy. 3.2.2. Multi-Agent Argument Generation Each selected agent generates arguments directly addressing the central claim Ļ in the context c. For an agent aāA + āŖA ā : Args(a) = LLM (a,Ļ,c,C, type(a)),(3.2) where type(a) ā support,attack determines whether the agent constructs evidence that the claim is True(support) or False(attack) Each agent typically generates 2-5 arguments, with the quantity self-determined based on available evidence, the complexity of the case. 3.2.3. Intrinsic Strength Attribution Each argument α i receives an intrinsic strength score Ļ (α i ) from LLM. We designed a scoring criterion (see Table 2) that enforces strict differentiation to prevent score saturation, requiring evaluators to penalize generic statements and reward case-specific legal precision. Table 2. LLM-based argument strength scoring rubric. Score Range Interpretation 0.1ā 0.2Incorrect legal analysis or misidentification of key elements 0.3ā 0.4Partially correct but missing critical components or overly generic 0.5ā 0.6Sound analysis with minor gaps or insufficient case-specific application 0.7ā 0.8Strong analysis with specific facts and correct legal reasoning 0.9ā 1.0Exceptional precision with authoritative citations and flawless logic 3.2.4. LLM-based Inter-Argument Relation Identification Before constructing the A-QBAF graph, we must determine the pairwise relations R ā and R + among arguments. In heuristic mode, it follows a simple rule whereby arguments sharing the same stance (both support or both attack) are treated as mutual supporters, while arguments with opposing stances are treated as mutual attackers. However, this oversimplifies legal reasoning in which two arguments on opposite sides may address entirely different legal aspects, making them logically independent rather than conflicting. To build a better logical structure, we implemented LLM-based semantic relation iden- tification mode. For each pair (α i ,α j ) with i < j, we prompt an LLM to classify the relationship into one of three categories attack, support or neutral, along with a confidence score. To ensure robustness, any support or attack relation with confidence score < 0.6 is demoted to neutral. All established relations are made bidirectional, ensuring symmetric 6 treatment in the subsequent QBAF propagation. Neutral pairs introduce no edge, keeping the graph sparse and interpretable. For efficiency, argument pairs are analyzed in batches of b pairs per LLM call (default b = 10), reducing the number of API calls from n 2 toā ( n 2 ) b ā 3.2.5. Clash Resolution via Arena Debating Round When opposing arguments have similar base scores (difference < Ī“, default Ī“ = 0.2), we propose a clash resolution (CR) mechanism that adjudicates between them, as illustrated in Figure 2. For each conflicting pair (α s ,α a ) where α s supports and α a attacks the claim: (1) Present both arguments to an LLM acting as a legal reasoning expert. (2) Evaluate which argument is stronger, given case-specific facts and legal standards. (3) Adjust scores based on win/loss outcomes across all clashes. The adjustment follows a symmetric formula based on the win rate w: āĻ (α) = β· (2wā 1),(3.3) where β is the base adjustment magnitude and w ā [0, 1] is the proportion of clashes won. This ensures winners receive bonuses while losers receive proportional penalties, maintaining score differentiation. Figure 2. Illustration of an Arena Debating Round through Clash Resolution (CR). 3.2.6. Arena-based Quantitative Bipolar Argumentation Framework (A-QBAF) We formalize the argumentation structure as a QBAF āØX,R ā ,R + ,Ļā© where: ⢠X =ĻāŖĪ± 1 ,...,α n : The set of arguments including the central claim Ļ, ⢠R ā āX ĆX: Attack relations, ⢠R + āX ĆX: Support relations, ā¢ Ļ :X ā [0, 1]: Base strength function. Graph Construction: The central claim node Ļ is initialized with a base score Ļ (Ļ) = 0.5 (neutral). Each argument α i connects to Ļ via: ⢠(α i ,Ļ)āR + if α i is a support argument, ⢠(α i ,Ļ)āR ā if α i is an attack argument. We compute final argument strengths using the Quadratic Energy (QE) semantics [29], which models score propagation as a continuous dynamical system to ensure convergence and axiomatic stability, as follows: 7 Energy Calculation: For an argument j āX, the total energy E j is the linear sum of the current strengths of its supporters minus its attackers E j = X iāSup j Ļ i ā X iāAtt j Ļ i ,(3.4) where Ļ i represents the strength of argument i at time t. Impact Function: The impact of energy is governed by a quadratic function h(x), which is continuously differentiable and strictly monotonic for positive values: h(x) = maxx, 0 2 1 + maxx, 0 2 ,(3.5) Equilibrium Strength: The final propagated strength Ļ ā j (also denoted as Ļ(j) in subsequent sections) is the equilibrium state Ļ ā = lim tāā Ļ(t). At equilibrium, the strength satisfies: Ļ ā j = Ļ (j) + (1ā Ļ (j))Ā· h(E j )ā Ļ (j)Ā· h(āE j ),(3.6) where Ļ (j) is the argumentās initial base weight. This ensures that attacks and supports have a symmetrical (dual) impact on the argumentās strength. 3.3. Human-in-the-loop (HITL) Contestation While structured argumentation improves transparency, legal decision-making addition- ally requires contestability: affected parties and legal professionals must be able to challenge the systemās reasoning, correct errors, and meaningfully influence the outcome. Accordingly, we introduce a role-based HITL contestation module that turns our A-QBAF graph from a static explanation into an editable, revisable decision object. 3.3.1. Contestation Artifacts Given the argumentation structure āØX,R ā ,R + ,Ļā© and the computed degrees Ļ(Ā·), the system generates a participation summary and an argument dashboard. Each argument card displays: (i) the argument text and stance (support/attack); (i) originating agent role r i ; (i) links to the specific evidence passages used (statutes, precedents, case facts); (iv) the intrinsic score Ļ (α) and propagated score Ļ(α); and (v) its local neighborhood in the A- QBAF (incoming supporters/attackers), plus a short āwhy it mattersā trace describing its influence on Ļ(Ļ). 3.3.2. Unified Contestation Workflow To support contestability in a single, user-facing workflow, the interface provides a guided contestation process centered on what is being challenged in the systemās reason- ing: (a) factual issues (incorrect or missing facts/evidence), (b) legal rule issues (misap- plied statute/standard or wrong test), (c) precedent issues (irrelevant/overruled/misread authority), (d) missing exceptions/defenses (e.g., consent, necessity, limitation period), and (e) procedural fairness concerns (lack of notice, opportunity to respond, or mitigation). Selecting a contestation type triggers targeted prompts that either (1) request additional supporting materials from the user or (2) instruct the relevant agents to regenerate, refine, or rebut arguments under the userās contestation claim. All resulting updates are reflected in the editable argument record (arguments, relations, and scores) with an auditable change log, ensuring contestations can materially affect the propagated claim score rather than remaining as post-hoc feedback. 8 3.3.3. Allowed Human Interventions During contestation, users can provide feedback on the argument record by (i) accepting or rejecting arguments; (i) editing arguments to correct facts or refine the legal rationale; and (i) adding missing arguments (with citations when available). Users may also suggest adjustments to an argumentās strength or its support/attack relation when the structure is clearly mis-specified. Update and recomputation. All accepted edits are applied to yield an updated A-QBAF (X H ,R +H ,R āH ,Ļ H ), after which we re-run the same propagation semantics to obtain updated scores Ļ H (Ā·) and the revised claim score Ļ H (Ļ). Thus, contestation is treated as a model input that can change the final decision rather than a post-hoc annotation. Oversight and logging. For high-uncertainty or high-impact cases, the system can trigger an additional review step, and all contestation actions are recorded in an audit log (who changed what, and how it affected Ļ(Ļ)) to support traceability. 3.4. Decision Consensus with Uncertainty-Aware Escalation The final answer is derived from the claim score: Answer = ( Yes, if Ļ(Ļ)ā„ Īø, No, otherwise, (3.7) where Īø is the decision threshold (default Īø = 0.5). However, in practice, the initial LLM- based base scoring may yield near-ties between support and attack arguments (e.g., both appear comparably plausible), causing the propagated claim score to collapse toward the neutral region. Thus, threshold-based decisions near the boundary risk becoming arbitrary, with outcomes driven by marginal scoring noise rather than meaningful legal distinctions. Accordingly, prior work [30] recommends deferring or abstaining from predictions in high- uncertainty situations, often by escalating to a stronger model or a human reviewer. Therefore, we propose the uncertainty-aware escalation (UAE) method for borderline cases where Ļ(Ļ) ā [0.49, 0.51] (Ļ(Ļ) ā 0.5) by bypassing the base-score-limited decision rule and invoking a Final Judge agent. The Judge performs an independent legal analysis of the case (re-evaluating evidence, legal standards, and resolving key conflicts) and out- puts a binding decision. This mechanism specifically addresses the same-score saturation issue between attack vs. support arguments and ensures a decisive outcome under high uncertainty. 4. Experiment Setup 4.1. Dataset We evaluate our approach on LegalBench [15], a collaboratively built benchmark com- prising a diverse suite of legal reasoning tasks designed for in-context evaluation of large language models. In this work, we focus on two classification tasks: ⢠Hearsay (hearsay): given a short statement, predict whether it is hearsay under FRE 801(c) (hearsay vs. not_hearsay). ⢠Courts (learned_hands_courts): given a real-world narrative (e.g., a forum-style post), predict whether it belongs to the courts category in the Learned Hands taxonomy (yes / no). 4.2. Benchmark We conduct all experiments using two Google models: Gemini-2.5-Flash-Lite and Gemini- 2.5-Flash. For the retrieval-augmented baseline, we implement a standard RAG pipeline in 9 which documents are embedded with OpenAI text-embedding-3-large, extracting the top-k (k = 5) most relevant chunks to provide additional context to the generator before making a prediction. Regarding our proposed framework, we set the base adjustment mag- nitude β = 0.15 for the clash resolution mechanism, a value determined empirically to yield optimal performance. We compare against commonly-used prompting and multi-agent baselines for legal and general reasoning: SP [31] (few-shot standard prompting) applies a fixed instruction tem- plate with a small set of in-context demonstrations; CoT [32] encourages intermediate rea- soning steps before producing the final label; RAG [33] augments the input with retrieved legal evidence (e.g., relevant statutory or doctrinal snippets) and conditions predictions on this external context; and MAD [34] uses a multi-agent debate setting with three agents over two rounds of critique and revision to reach a final decision. For both tasks, we report Accuracy (Acc), Precision (Prec), Recall (Rec), and Macro-F1 (F1). Macro-F1 is computed by averaging class-wise F1 scores, ensuring equal weight across classes and making the evaluation more robust to class imbalance. 5. Results Table 3. Comparative results on Learned Hands Courts and Hearsay from LegalBench. All metrics are reported as percentages. The highest scores are in bold. ModelMethod Learned Hands CourtsHearsay Acc Prec Rec F1Acc Prec Rec F1 Gemini- 2.5- Flash- Lite SP57.863.157.853.169.273.671.568.9 CoT69.369.369.269.269.274.771.868.7 RAG70.370.570.370.371.370.870.970.9 MAD69.869.869.869.874.5 75.872.472.7 ACAL (Ours)70.871.270.870.774.577.176.374.4 Gemini- 2.5- Flash SP65.172.565.162.075.575.774.274.5 CoT72.374.172.671.377.277.475.675.9 RAG75.0 78.1 75.074.375.5 79.5 72.873.0 MAD75.5 76.8 75.5 75.277.6 78.576.176.5 ACAL (Ours)75.576.475.575.376.777.177.676.7 5.1. Quantitative Analysis Table 3 presents the comparative results of our proposed framework, ACAL, against four baselines (SP, CoT, RAG, and MAD) on the Learned Hands Courts and Hearsay tasks from LegalBench. We evaluate performance across two backbone models: Gemini-2.5-Flash- Lite and Gemini-2.5-Flash. As shown in the table, ACAL demonstrates superior or highly competitive performance across both model architectures. Gemini-2.5-Flash-Lite: In the resource-constrained setting, ACAL achieves the best overall performance. On the Learned Hands Courts dataset, our method surpasses all baselines, achieving the highest Accuracy (70.8%) and F1-score (70.7%). Similarly, on the Hearsay dataset, ACAL outperforms the strongest baseline (MAD) in Precision (77.1%), Recall (76.3%), and F1-score (74.4%), while matching the highest Accuracy (74.5%). Gemini-2.5-Flash: Scaling to the larger model, ACAL maintains its robustness. On Learned Hands Courts, ACAL matches the top accuracy of the Multi-Agent Debate (MAD) 10 Table 4. Ablation study of our two proposed mod- ules, Clash Resolution (CR) and Uncertainty- Aware Escalation (UAE), on Gemini-2.5-Flash-Lite (Hearsay). CR UAEAcc Prec Rec F1 ā64.9 69.8 67.5 64.4 āā62.8 72.5 66.4 61.2 āā 72.8 75.1 74.5 72.8 ā74.577.176.374.4 Table 5. Ablation study of parameter β (base adjust- ment magnitude) on Gemini-2.5-Flash-Lite (Learned Hands Courts). βAcc Prec Rec F1 0.0569.2 69.2 69.1 69.1 0.10 70.0 70.4 69.9 69.8 0.1570.871.270.870.7 0.2070.2 70.5 70.2 70.0 0.25 69.1 69.6 68.1 68.0 baseline (75.5%) and achieves a superior F1-score (75.3%) compared to RAG (74.3%). No- tably, on the Hearsay dataset, ACAL achieves the highest Recall (77.6%) and F1-score (76.7%) among all compared methods. These results indicate that ACAL consistently out- performs standard prompting methods and remains competitive with complex retrieval and debate-based baselines. 5.2. Explainability and Contestability Analysis Beyond predictive performance, ACAL addresses the opacity of traditional legal AI. Un- like baselines such as CoT or MAD, which produce unstructured text or debate transcripts, ACAL generates an A-QBAF, a structured graph where decisions are mathematically de- rived from explicit arguments and intrinsic scores. Furthermore, ACAL advances from passive explainability to active contestability. While RAG systems offer static citations, our HITL contestation workflow empowers users to directly audit and modify the reasoning graph. These interventions are mathematically propagated to update the final judgment, ensuring a transparent and verifiable decision-making process. 5.3. Ablation Study Clash Resolution (CR) and Uncertainty-Aware Escalation (UAE) Mechanism. To validate the effectiveness of our proposed modules, we conducted an ablation study on the Hearsay dataset using Gemini-2.5-Flash-Lite, effectively isolating the impact of the CR mechanism and the UAE strategy. This ablation study also serves as a comparative evalu- ation against vanilla ArgLLMs (without CR and UAE) [14], while adopting QE semantics for final argument strengths computation. As shown in Table 4, the results identify CR as the primary driver of performance, yielding a substantial 7.9% increase in accuracy (64.9%ā 72.8%) when applied independently, which confirms the necessity of resolving score saturation in LLM-generated arguments. Interest- ingly, deploying UAE in isolation negatively impacts performance (62.8%), suggesting that uncertainty estimation is unreliable without the calibration provided by CR. However, the full ACAL framework achieves the highest accuracy (74.5%) and F1-score (74.4%), demon- strating a complementary effect in which CR establishes the argument structure required for UAE to operate effectively in borderline cases. Base Adjustment Magnitude β. We investigated the sensitivity of the hyperparameter β (base adjustment magnitude), which governs the intensity of score updates during Clash Resolution. As detailed in Table 5, performance on the Learned Hands Courts dataset exhibits a distinct bell-shaped trend, gradually improving as β increases from 0.05 and peaking at β = 0.15 with the highest Accuracy (70.8%) and F1-score (70.7%). However, increasing β beyond this threshold results in performance degradation. This finding suggests that while a moderate adjustment is essential to effectively differentiate between conflicting arguments, an excessively aggressive magnitude (β ā„ 0.20) introduces volatility, leading the 11 final propagated scores to become overly sensitive to individual clash outcomes rather than reflecting the holistic argument structure. 6. Conclusion In this paper, we propose ACAL, a neuro-symbolic framework designed to address the critical need for performance and contestability in automated legal reasoning. By integrat- ing adaptive multi-agent collaboration with an A-QBAF, ACAL successfully transforms un- structured LLM outputs into formal, verifiable reasoning graphs. Our empirical evaluation on the LegalBench benchmark demonstrates that ACAL achieves competitive performance, surpassing robust baselines including CoT and RAG across both Gemini-2.5-Flash-Lite and Gemini-2.5-Flash models. Crucially, beyond standard performance metrics, ACAL bridges the accountability gap by enabling a HITL contestability workflow. This allows stakeholders to directly audit and intervene in the reasoning process, ensuring that legal judgments are not only accurate but also justifiable and aligned with emerging regulatory standards for high-stakes AI. Future work will focus on optimizing the computational efficiency of the multi-agent architecture to reduce inference costs without compromising reasoning depth. Additionally, we aim to validate the ACAL frameworkās generalizability by extending the adaptive agent pool to a broader range of complex legal tasks and other high-stakes domains that require contestable decision-making. References [1] E. Linna and T. Linna. āChallenges for generative AI in legal reasoningā. In: Discover Artificial Intelligence (2026). issn: 2731-0809. [2] N. Guha et al. āLegalBench: A Collaboratively Built Benchmark for Measuring Legal Rea- soning in Large Language Modelsā. In: Advances in Neural Information Processing Systems. Vol. 36. 2023, p. 44123ā44279. [3] Y.-C. Yu et al. āStructured Evaluation of Legal Reasoning in LLMs: Chain-of-Thought Prompting and Human Scoring for Retrieval Robustnessā. In: NII Institutional Repository (2025). [4] S. Yue et al. āLawLLM: Intelligent Legal System with Legal Reasoning and Verifiable Re- trievalā. In: International Conference on Database Systems for Advanced Applications. Springer. 2024, p. 304ā321. [5] R. Yao et al. āElevating Legal LLM Responses: Harnessing Trainable Logical Structures and Semantic Knowledge with Legal Reasoningā. In: arXiv preprint arXiv:2502.07912 (2025). [6] G. Chen et al. āAgentCourt: Simulating Court with Adversarial Evolvable Lawyer Agentsā. In: Findings of the Association for Computational Linguistics: ACL 2025. 2025. [7] P. Devadiga, O. J. Shetty, and P. Agarwal. āSAMVAD: A Multi-Agent System for Simulating Judicial Deliberation Dynamics in Indiaā. In: arXiv preprint arXiv:2509.03793 (2025). [8] A. Sadowski and J. A. Chudziak. āOn Verifiable Legal Reasoning: A Multi-Agent Framework with Formalized Knowledge Representationsā. In: Proceedings of the 34th ACM International Conference on Information and Knowledge Management. 2025, p. 2535ā2545. [9] S. Jung and J. Jung. āCourtroom-LLM: A Legal-Inspired Multi-LLM Framework for Resolv- ing Ambiguous Text Classificationsā. In: Proceedings of the 31st International Conference on Computational Linguistics. 2025, p. 7367ā7385. [10] J. J. Nay et al. āLarge language models as tax attorneys: a case study in legal capabilities emergenceā. In: Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 382.2270 (Feb. 2024), p. 20230159. issn: 1364-503X. [11] C. G. OāGrady and C. OāGrady. āAgentic Workflows in the Practice of LawāAI Agents as Ethics Counselā. In: Arizona Legal Studies Discussion Paper (2024), p. 25ā03. [12] European Union. āThe EU Artificial Intelligence Actā. In: The EU Artificial Intelligence Act (2024). [13] Goverment of Canada. Directive on Automated Decision-Making- Canada.ca. 2019. 12 [14] G. Freedman, A. Dejl, D. Gorur, X. Yin, A. Rago, and F. Toni. āArgumentative Large Lan- guage Models for Explainable and Contestable Claim Verificationā. In: Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 39. 14. 2025, p. 14930ā14939. [15] N. Guha et al. āLegalbench: A collaboratively built benchmark for measuring legal reasoning in large language modelsā. In: Advances in neural information processing systems 36 (2023). [16] J. Cui et al. āChatlaw: A Multi-Agent Collaborative Legal Assistant with Knowledge Graph Enhanced Mixture-of-Experts Large Language Modelā. In: arXiv:2306.16092 (2023). [17] N. Raju et al. āLegalMind: Agentic AI-Driven Process Optimization and Cost Reduction in Legal Services Using DeepSeekā. In: IEEE Access (2025). [18] S. S. Han et al. āCOURTREASONER: Can LLM Agents Reason Like Judges?ā In: Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing. 2025. [19] Z. He et al. āAgentsCourt: Building Judicial Decision-Making Agents with Court Debate Simulation and Legal Knowledge Augmentationā. In: Findings of the Association for Com- putational Linguistics: EMNLP 2024. 2024, p. 9399ā9416. [20] A. Hota and J. P. Jokinen. āNomicLaw: Emergent Trust and Strategic Argumentation in LLMs During Collaborative Law-Makingā. In: Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society 8.2 (2025), p. 1278ā1289. [21] L. Zhang, M. Grabmair, M. Gray, and K. Ashley. āThinking Longer, Not Always Smarter: Evaluating LLM Capabilities in Hierarchical Legal Reasoningā. In: arXiv preprint (2025). [22] I. Cheong et al. ā(A)I Am Not a Lawyer, But...: Engaging Legal Experts towards Responsible LLM Policies for Legal Adviceā. In: Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency. FAccT ā24. New York, NY, USA, 2024. [23] S. Park et al. āObjection, your honor!: an LLM-driven approach for generating Korean crim- inal case counterargumentsā. In: Artificial Intelligence and Law (2025). [24] H. Nguyen, A. Rahimi, V. Whitford, H. Fournier, I. Kondratova, R. Richard, and H. Cao. āHeart2Mind: Human-Centered Contestable Psychiatric Disorder Prediction System Using Wearable ECG Monitorsā. In: ACM Trans. Comput. Healthcare (2026). [25] L. P. T. Nguyen et al. āMotion2Meaning: A Clinician-Centered Framework for Contestable LLM in Parkinsonās Disease Gait Interpretationā. In: Proceedings of 9th International Sym- posium on Chatbots and Human-centred AI (CONVERSATIONS) 2025. 2025. [26] M. Gray, L. Zhang, and K. D. Ashley. āGenerating Case-Based Legal Arguments with LLMsā. In: Proceedings of the 2025 Symposium on Computer Science and Law. CSLAW ā25. Munich, Germany: Association for Computing Machinery, 2025, 160ā168. isbn: 9798400714214. [27] S. Liu et al. āLLM Agents in Law: Taxonomy, Applications, and Challengesā. In: arXiv preprint arXiv:2601.06216 (2026). [28] X. Yin, N. Potyka, and F. Toni. āArgument attribution explanations in quantitative bipolar argumentation frameworksā. In: (2023). [29] N. Potyka. āContinuous Dynamical Systems for Weighted Bipolar Argumentation.ā In: KR 2018 (2018), p. 148ā57. [30] M. M. Hasan et al. āSurvey on leveraging uncertainty estimation towards trustworthy deep neural networks: The case of reject option and post-training processingā. In: ACM Computing Surveys 57.9 (2025), p. 1ā35. [31] T. Brown et al. āLanguage models are few-shot learnersā. In: Advances in neural information processing systems 33 (2020), p. 1877ā1901. [32] J. Wei et al. āChain-of-thought prompting elicits reasoning in large language modelsā. In: Advances in neural information processing systems 35 (2022), p. 24824ā24837. [33] P. Lewis et al. āRetrieval-augmented generation for knowledge-intensive nlp tasksā. In: Ad- vances in neural information processing systems 33 (2020), p. 9459ā9474. [34] Y. Du, S. Li, A. Torralba, J. B. Tenenbaum, and I. Mordatch. āImproving factuality and reasoning in language models through multiagent debateā. In: Proceedings of the 41st Inter- national Conference on Machine Learning. ICMLā24. JMLR.org, 2024. 13 Appendix A. Case Study of ACAL in Legal Reasoning This appendix presents an illustrative case study of the ACAL framework applied to a complex legal reasoning scenario for a sample in the Hearsay task from LegalBench. Fig- ure 3 demonstrates the end-to-end neuro-symbolic workflow, including: (1-2) Case Aspect Identification and Adaptive Expert Team recruitment; (3) Multi-Agent Argument Gener- ation; (4) HITL contestation where a user explicitly modifies the reasoning graph; (5-6) A-QBAF Graph Construction and Clash Resolution for score calibration; and (7) Final Answer Generation with faithful explanation. Claim: To prove that Bruce commied medical malpractice, the fact that he told a nurse aer the surgery that he thought he made a mistake. This state is a hearsay. Step 1. Aspect Identication RAG: Retrieved 7 Documents Input Analysis: - The Judge identies the core task as Hearsay Detection-determining the admissibility of an out-of- court statement. To resolve this, it recruits a Prosecutor to advocate for the statement's inclusion and a Public Defender to raise hearsay objections, while a Legal Analyst objectively evaluates the legal validity of these conicting arguments. Answer: Yes Explanation: Based on the QBAF claim score of 0.93, Bruce's statement to the nurse is classied as hearsay. It constitutes an out-of-court oral assertion oered to prove the truth of the maer assertedāspecically, that Bruce made a mistake during surgery. This aligns with the fundamental denition of hearsay under Federal Rules of Evidence 801 Step 2. Team Selection Judge Prosecutor Legal Analyst Public Defender Step 3. Multi-Agent Argument Generation Prosecutor Legal Analyst Public Defender ļ¢ Support ļ“ Attack [s1] I think that the statement represents a factual assertion oered to prove the truth of the maerāthat a mistake occurred. It fundamentally satises the conditional requirement of Hearsay under FRE 801 as it asserts the very liability we seek to prove N/A [s2] My client's statement was made out-of-court, without the safeguard of cross-examination or the penalty of perjury. It strictly ts the denition of Hearsay under FRE 801(c) and must be excluded as unreliable evidence. [a1] Furthermore, the phrase 'he thought he made a mistake' is merely a reection of his subjective state of mind or anxiety post-surgery, not a denitive factual assertion. Therefore, it fails the test of being an assertion of fact oered for truth. [s3] Strictly textual analysis conrms this is Hearsay: we have a declarant (Bruce), an out-of-court statement, and it is being oered to validate the content of the statement (the mistake). Prima facie, it aligns with Rule 801. [a2] Conversely, legally speaking, the classication shis due to the parties involved. Because the statement is oered against the declarant who is a party to the suit, Rule 801 overrides the general hearsay denition, technically reclassifying it as non-hearsay. s 2 0.65 a 1 0.68 s 3 0.80 s 1 0.72 a 2 0.45 a 3 0.58 Claim Step 4. Human-in-the-loop Contestation Users add aack [a3]: However, the objection is moot because this statement constitutes an Admission by a Party-Opponent under FRE 801. Since Bruce is the defendant and the statement is oered against him, the Federal Rules explicitly categorize this as 'not hearsay,' rendering it fully admissible accept all Support Aack Step 5. A-QBAF Graph Construction Step 6. Clash Resolution s 1 0.72 > ā³0.04 s 1 a 1 0.68 s 1 0.72 >> a 2 0.45 s 2 0.65 a 1 0.68 ā³0.03 s 2 0.65 > a 3 0.58 ā³0.07 s 3 0.80 >> a 2 0.45 s 3 0.80 >> a 3 0.58 a 1 Skip ā³0.27 ā³0.35 ā³0.22 Skip s 2 Skip Arg W/L WR s 1 1/01.00 s 2 1/10.50 s 3 -- a 1 1/10.50 a 2 -- a 3 0/10.00 Score Calibration a 3 0.580.43 a 2 0.450.45 s 1 0.720.87 s 2 0.65 0.65 s 3 0.800.95 a 1 0.680.68 Win Rate Aggregation < Arena-based LLM Judging Clash Gap LLM Judge OldNew Step 7. Decision Consensus with Uncertainty-Aware Escalation Figure 3. Illustrative Case Study of ACAL on the LegalBench Hearsay Task.