HyperAIHyperAI

Command Palette

Search for a command to run...

평가형 AI를 위한 논증 기반 정립을 향하여

Xiang Yin Tim Miller Antonio Rago Nico Potyka Francesca Toni

초록

평가형 AI(EAI)는 최근 단일 권고안을 제시하는 대신 경쟁하는 가설들을 각각에 대한 찬반 증거와 함께 제시함으로써 인간의 의사 결정을 지원하는 방식으로 제안되었다. 본 입장 논문에서 우리는 설명 가능하고 이의 제기가 가능한 형태의 EAI를 위한 형식적이고 계산 가능한 기반을 제공하는 가장 적합한 패러다임으로 (계산) 논증을 옹호한다. 논증은 또한 다양한 출처와 추론 방식에서 도출된 이질적인 평가 모델들이 가설과 증거에 대해 상호 작용하고 공동으로 숙고할 수 있는 EAI의 다중 에이전트 비전으로 나아가는 자연스러운 길을 열어줄 수 있다. 전반적으로, 본 입장 논문은 분산형이며 인간 중심적인 EAI 시스템을 향한 장기 연구 의제의 토대를 마련한다.

One-sentence Summary

The authors advocate computational argumentation as a formal, computable foundation for Evaluative AI, enabling explainable and contestable multi-agent systems where diverse evaluative models from different sources and reasoning styles interact and jointly deliberate on competing hypotheses and evidence for human-centred decision-making.

Key Contributions

  • Weighted Quantitative Bipolar Argumentation Frameworks (wQBAFs) are proposed as a formal, ranking-based foundation for Evaluative AI, enabling intrinsic explainability and contestability.
  • The argumentative structure yields faithful explanations by making the evaluation process explicit and auditable, and contestability is supported through counterfactual explanations that allow users to modify argument weights to change hypothesis strengths.
  • The paper advances a multi-agent vision where diverse evaluative models, derived from different sources and reasoning styles, can interact and deliberate on hypotheses and evidence, supporting collaborative human-in-the-loop decision-making.

Introduction

Explainable AI (XAI) often follows a recommend-and-explain paradigm, where a model first outputs a decision and then that decision is justified. This approach can cause cognitive fixation, leading users to over-rely on or dismiss AI suggestions without sufficient deliberation, which is especially problematic in high-stakes fields like healthcare, law, and finance. Evaluative AI (EAI) has recently been proposed as an alternative that presents multiple plausible hypotheses along with structured evidence for and against each, preserving human agency. However, existing EAI implementations (such as those based on Weight of Evidence) offer limited dependency structures among hypotheses and evidence, and lack a principled framework for explanation and contestability. The authors address these gaps by formalizing EAI as a ranking-based problem and introducing weighted Quantitative Bipolar Argumentation Frameworks (wQBAFs) as a formal foundation. This argumentative approach supports richer relations between hypotheses and evidence, enables faithful explanations of rankings, and allows users to contest any component, thus advancing human-centred, contestable, and potentially multi-agent EAI systems.

Method

The authors formalize Evaluative AI as a ranking-based problem and then propose an argumentative solution grounded in weighted Quantitative Bipolar Argumentation Frameworks (wQBAFs). The overall pipeline consists of three stages: formalizing the evaluation scenario, mapping it into a wQBAF, and deriving a ranking over hypotheses.

The framework begins with a set of hypotheses H\mathcal{H}H and a set of evidence E\mathcal{E}E. Each element x(EH)x \in (\mathcal{E} \cup \mathcal{H})x(EH) is assigned an initial weight τ(x)\tau(x)τ(x) that captures its baseline plausibility or severity before considering any interactions. Relations among these elements are modeled through two disjoint binary relations: pro and con. A pro relation (x,y)(x,y)(x,y) indicates that xxx supports yyy, while a con relation indicates that xxx attacks yyy. These relations are allowed not only from evidence to hypotheses but also among evidence and among hypotheses, enabling multi-step reasoning chains. Each relation is further quantified by a relation weight w(r)[0,1]w(r) \in [0,1]w(r)[0,1] that represents the strength of the influence.

Given this formalization, the ranking-based EAI problem is defined as determining a total preorder E\succcurlyeq_EE over H\mathcal{H}H, where h1Eh2h_1 \succcurlyeq_E h_2h1Eh2 means that h2h_2h2 is not more plausible than h1h_1h1. The authors argue that this ranking formulation naturally accommodates multiple hypotheses, aligns with the core philosophy of EAI, and provides a concrete computational framework for both generating and evaluating rankings.

To solve the problem, the authors map the EAI setting into a wQBAF. The wQBAF is a quintuple Q=A,R+,R,τ,wQ = \langle \mathcal{A}, \mathcal{R}^+, \mathcal{R}^-, \tau, w \rangleQ=A,R+,R,τ,w, where A=EH\mathcal{A} = \mathcal{E} \cup \mathcal{H}A=EH is the set of arguments, R+\mathcal{R}^+R+ corresponds to the pro relation, R\mathcal{R}^-R corresponds to the con relation, τ\tauτ provides base scores, and www provides edge weights. This mapping allows debate to take place over all evidence and hypotheses equally.

The solution proceeds in two steps. First, the system computes the final strength of every argument by applying a quantitative evaluation method that updates the initial weights based on the support and attack relations. Second, a ranking over hypotheses is derived by comparing their computed strengths. The authors emphasize that this wQBAF-based approach is inherently explainable: the graph structure qualitatively reveals the reasoning paths from evidence to hypotheses, while the final strengths can be quantitatively explained through attribution methods or counterfactual explanations. The framework also supports contestability, as users can modify weights or relations to observe how a hypothesis's strength changes.

To guide the selection and evaluation of ranking methods, the authors introduce a set of desirable principles. Point-wise principles include Monotonicity, which ensures that adding pro evidence for a hypothesis never lowers its rank, and Balance, which requires that rankings remain unchanged when pro and con influences cancel each other out. Pair-wise principles include Equivalence, which mandates equal ranking for hypotheses with identical evidence sets, and Dominance, which rewards hypotheses with superior pro evidence. At the global level, the principles of Robustness, Explainability, and Contestability govern the overall behavior of the ranking system, ensuring stability under perturbations, transparency of the ranking logic, and the ability for users to challenge the results.

Finally, the authors extend the framework to a multi-agent setting. They recognize that real-world evaluations integrate heterogeneous information sources, from human experts to domain tools and LLM-generated evidence. In this view, each wQBAF acts as an autonomous argumentative agent. Agents may engage in argumentative communication to surface new evidence or reconcile inconsistencies through principled exchange protocols. Multiple wQBAFs can also be fused into a group-level evaluation via semantic alignment of arguments, clustering of evidence structures, or ensemble-style aggregation over hypothesis rankings. This multi-agent perspective positions argumentation-based EAI as a foundation for distributed, resilient, and genuinely deliberative evaluation systems.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp