Table of Contents
Fetching ...

Toward an Unbiased Collective Memory for Efficient LLM-Based Agentic 6G Cross-Domain Management

Hatim Chergui, Miguel Catalan Cid, Pouria Sayyad Khodashenas, Daniel Camps Mur, Christos Verikoukis

TL;DR

This work presents a 6G cross-domain framework where LLM-powered RAN and Edge agents negotiate resource configurations to optimize energy and latency. A novel unbiased collective memory mitigates cognitive distortions by combining semantic retrieval, failure-aware learning, diversity enforcement, and slow decay, enabling robust decision making. A Digital Twin validates proposals and a strict A2A protocol orchestrates interactions, with memory distilled into actionable context–action–outcome records. Experiments show substantial reductions in unresolved negotiations and SLA violations, alongside improved latency and energy savings, demonstrating practical benefits for proactive RAN-Edge coordination.

Abstract

This paper introduces a novel framework for proactive cross-domain resource orchestration in 6G RAN-Edge networks, featuring large language model (LLM)-augmented agents. The system comprises specialized RAN (energy efficiency) and Edge (latency assurance) agents that engage in iterative negotiation, supported by advanced reasoning and planning capabilities. Agents dynamically interact with a digital twin (DT) to test their proposals and leverage a long-term collective memory where their joint successful and failed agreements along with the related network contexts are distilled into strategies to either follow or avoid and subsequently stored. Given that agents are subject to a plethora of cognitive distortions when retrieving those past experiences -- such as primacy, recency, confirmation and availability biases -- we propose in this work a novel unbiased memory design (A reusable mockup version of the unbiased memory source code is available for non-commercial use at https://github.com/HatimChergui/unbiased-collective-memory). featuring (i) semantic retrieval of past strategies via Jaccard similarity; (ii) learning from failures through amplified weighting of SLA violations and mandatory inclusion of failed negotiation cases to mitigate confirmation bias; (iii) diversity enforcement to minimize availability bias and (iv) recency and primacy weighting with slow decay to counteract temporal biases. Evaluation results showcase the impact of existing biases and how the unbiased memory allows to tackle them by learning from both successful and failed strategies, either present or old, resulting in $\times 4.5$ and $\times 3.5$ reductions of unresolved negotiations compared to non-memory and vanilla memory baselines, respectively, while totally mitigating SLA violations as well as improving latency and energy saving distributions.

Toward an Unbiased Collective Memory for Efficient LLM-Based Agentic 6G Cross-Domain Management

TL;DR

This work presents a 6G cross-domain framework where LLM-powered RAN and Edge agents negotiate resource configurations to optimize energy and latency. A novel unbiased collective memory mitigates cognitive distortions by combining semantic retrieval, failure-aware learning, diversity enforcement, and slow decay, enabling robust decision making. A Digital Twin validates proposals and a strict A2A protocol orchestrates interactions, with memory distilled into actionable context–action–outcome records. Experiments show substantial reductions in unresolved negotiations and SLA violations, alongside improved latency and energy savings, demonstrating practical benefits for proactive RAN-Edge coordination.

Abstract

This paper introduces a novel framework for proactive cross-domain resource orchestration in 6G RAN-Edge networks, featuring large language model (LLM)-augmented agents. The system comprises specialized RAN (energy efficiency) and Edge (latency assurance) agents that engage in iterative negotiation, supported by advanced reasoning and planning capabilities. Agents dynamically interact with a digital twin (DT) to test their proposals and leverage a long-term collective memory where their joint successful and failed agreements along with the related network contexts are distilled into strategies to either follow or avoid and subsequently stored. Given that agents are subject to a plethora of cognitive distortions when retrieving those past experiences -- such as primacy, recency, confirmation and availability biases -- we propose in this work a novel unbiased memory design (A reusable mockup version of the unbiased memory source code is available for non-commercial use at https://github.com/HatimChergui/unbiased-collective-memory). featuring (i) semantic retrieval of past strategies via Jaccard similarity; (ii) learning from failures through amplified weighting of SLA violations and mandatory inclusion of failed negotiation cases to mitigate confirmation bias; (iii) diversity enforcement to minimize availability bias and (iv) recency and primacy weighting with slow decay to counteract temporal biases. Evaluation results showcase the impact of existing biases and how the unbiased memory allows to tackle them by learning from both successful and failed strategies, either present or old, resulting in and reductions of unresolved negotiations compared to non-memory and vanilla memory baselines, respectively, while totally mitigating SLA violations as well as improving latency and energy saving distributions.

Paper Structure

This paper contains 25 sections, 20 equations, 8 figures, 2 tables.

Figures (8)

  • Figure 1: RAN-Edge cross-domain management.
  • Figure 2: A2A cross-domain negotiation sequence diagram.
  • Figure 3: Unbiased memory architecture.
  • Figure 4: Unbiased memory impact over $T=50$ trials.
  • Figure 5: Conflicts, SLA violation rates and average latency exceeding SLA over $T=50$ trials.
  • ...and 3 more figures

Theorems & Definitions (3)

  • Definition 1: Confirmation Bias
  • Definition 2: Recency / Primacy Temporal Biases
  • Definition 3: Availability Bias