Table of Contents
Fetching ...

LLM-Based Agentic Negotiation for 6G: Addressing Uncertainty Neglect and Tail-Event Risk

Hatim Chergui, Farhad Rezazadeh, Mehdi Bennis, Merouane Debbah

TL;DR

The paper tackles uncertainty neglect in 6G agentic networks by introducing a CVaR-based, risk-aware negotiation framework that uses Digital Twins to predict full latency distributions and quantify tail risk. It integrates epistemic uncertainty propagation so agents adjust their targets dynamically based on prediction confidence, avoiding decisions made on unreliable data. Key contributions include formalizing tail-risk aware negotiation, demonstrating how to propagate uncertainty through the negotiation loop, and validating on an eMBB/URLLC inter-slice use case where SLA violations are eliminated and p99.999 latency is substantially reduced, with a rational energy-reliability trade-off. The work advances trustworthy autonomous 6G systems by combining extreme-value theory with DT-driven uncertainty management to ensure robust, verifiable resource allocation under uncertainty.

Abstract

A critical barrier to the trustworthiness of sixth-generation (6G) agentic autonomous networks is the uncertainty neglect bias; a cognitive tendency for large language model (LLM)-powered agents to make high-stakes decisions based on simple averages while ignoring the tail risk of extreme events. This paper proposes an unbiased, risk-aware framework for agentic negotiation, designed to ensure robust resource allocation in 6G network slicing. Specifically, agents leverage Digital Twins (DTs) to predict full latency distributions, which are then evaluated using a formal framework from extreme value theory, namely, Conditional Value-at-Risk (CVaR). This approach fundamentally shifts the agent's objective from reasoning over the mean to reasoning over the tail, thereby building a statistically-grounded buffer against worst-case outcomes. Furthermore, our framework ensures full uncertainty awareness by requiring agents to quantify epistemic uncertainty -- confidence in their own DTs predictions -- and propagate this meta-verification to make robust decisions, preventing them from acting on unreliable data. We validate this framework in a 6G inter-slice negotiation use-case between an eMBB and a URLLC agent. The results demonstrate the profound failure of the biased, mean-based baseline, which consistently fails its SLAs with a 25\% rate. Our unbiased, CVaR-aware agent successfully mitigates this bias, eliminating SLA violations and reducing the URLLC and eMBB p99.999 latencies by around 11\%. We show this reliability comes at the rational and quantifiable cost of slightly reduced energy savings to 17\%, exposing the false economy of the biased approach. This work provides a concrete methodology for building the trustworthy autonomous systems required for 6G.

LLM-Based Agentic Negotiation for 6G: Addressing Uncertainty Neglect and Tail-Event Risk

TL;DR

The paper tackles uncertainty neglect in 6G agentic networks by introducing a CVaR-based, risk-aware negotiation framework that uses Digital Twins to predict full latency distributions and quantify tail risk. It integrates epistemic uncertainty propagation so agents adjust their targets dynamically based on prediction confidence, avoiding decisions made on unreliable data. Key contributions include formalizing tail-risk aware negotiation, demonstrating how to propagate uncertainty through the negotiation loop, and validating on an eMBB/URLLC inter-slice use case where SLA violations are eliminated and p99.999 latency is substantially reduced, with a rational energy-reliability trade-off. The work advances trustworthy autonomous 6G systems by combining extreme-value theory with DT-driven uncertainty management to ensure robust, verifiable resource allocation under uncertainty.

Abstract

A critical barrier to the trustworthiness of sixth-generation (6G) agentic autonomous networks is the uncertainty neglect bias; a cognitive tendency for large language model (LLM)-powered agents to make high-stakes decisions based on simple averages while ignoring the tail risk of extreme events. This paper proposes an unbiased, risk-aware framework for agentic negotiation, designed to ensure robust resource allocation in 6G network slicing. Specifically, agents leverage Digital Twins (DTs) to predict full latency distributions, which are then evaluated using a formal framework from extreme value theory, namely, Conditional Value-at-Risk (CVaR). This approach fundamentally shifts the agent's objective from reasoning over the mean to reasoning over the tail, thereby building a statistically-grounded buffer against worst-case outcomes. Furthermore, our framework ensures full uncertainty awareness by requiring agents to quantify epistemic uncertainty -- confidence in their own DTs predictions -- and propagate this meta-verification to make robust decisions, preventing them from acting on unreliable data. We validate this framework in a 6G inter-slice negotiation use-case between an eMBB and a URLLC agent. The results demonstrate the profound failure of the biased, mean-based baseline, which consistently fails its SLAs with a 25\% rate. Our unbiased, CVaR-aware agent successfully mitigates this bias, eliminating SLA violations and reducing the URLLC and eMBB p99.999 latencies by around 11\%. We show this reliability comes at the rational and quantifiable cost of slightly reduced energy savings to 17\%, exposing the false economy of the biased approach. This work provides a concrete methodology for building the trustworthy autonomous systems required for 6G.

Paper Structure

This paper contains 22 sections, 19 equations, 5 figures, 1 algorithm.

Figures (5)

  • Figure 1: Agentic AI-driven 6G edge-RAN slicing.
  • Figure 2: Risk-aware agentic system concept.
  • Figure 3: Latency CDF for both agents vs. various scenarios.
  • Figure 4: Debiasing gain from the risk-Aware (CVaR) strategy vs. the biased mean-based reasoning.
  • Figure 5: CDF of Energy Saving for both slices vs. scenarios.