paper-with-me

Papers

Learning Evolving Latent Strategies for Multi-Agent Language Systems without Model Fine-Tuning

2025-11-28 · Wenlong Tang arxiv

This study proposes a multi-agent language framework that enables continual strategy evolution without fine-tuning the language model's parameters. The core idea is to liberate the latent vectors of abstract concepts from traditional static semantic representations, allowing them to be continuously updated through environmental interaction and reinforcement feedback. We construct a dual-loop architecture: the behavior loop adjusts action preferences based on environmental rewards, while the language loop updates the external latent vectors by reflecting on the semantic embeddings of generated text. Together, these mechanisms allow agents to develop stable and disentangled strategic styles over long-horizon multi-round interactions. Experiments show that agents' latent spaces exhibit clear convergence trajectories under reflection-driven updates, along with structured shifts at critical moments. Moreover, the system demonstrates an emergent ability to implicitly infer and continually adapt to emotional agents, even without shared rewards. These results indicate that, without modifying model parameters, an external latent space can provide language agents with a low-cost, scalable, and interpretable form of abstract strategic representation.

📄 PDF Abstract BibTeX arXiv:2512.20629

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoopGuard: Stateful Cooperative Agents Safeguarding LLMs Against Evolving Multi-Round Attacks

2026-04-05 · Siyuan Li, Zehao Liu, Xi Lin, Qinghua Mao 외 arxiv

As Large Language Models (LLMs) are increasingly deployed in complex applications, their vulnerability to adversarial attacks raises urgent safety concerns, especially those evolving over multi-round interactions. Existi…

Probabilistic Modeling of Intentions in Socially Intelligent LLM Agents

2025-10-21 · Feifan Xia, Yuyang Fang, Defang Li, Yantong Xie 외 arxiv

We present a probabilistic intent modeling framework for large language model (LLM) agents in multi-turn social dialogue. The framework maintains a belief distribution over a partner's latent intentions, initialized from…

A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic Systems

2025-08-10 · Jinyuan Fang, Yanwen Peng, Xi Zhang, Yingxu Wang 외 arxiv

Recent advances in large language models have sparked growing interest in AI agents capable of solving complex, real-world tasks. However, most existing agent systems rely on manually crafted configurations that remain s…

Attackers Strike Back? Not Anymore -- An Ensemble of RL Defenders Awakens for APT Detection

2025-08-26 · Sidahmed Benabderrahmane, Talal Rahwan arxiv

Advanced Persistent Threats (APTs) represent a growing menace to modern digital infrastructure. Unlike traditional cyberattacks, APTs are stealthy, adaptive, and long-lasting, often bypassing signature-based detection sy…

Reinforcement LearningActive Learning

Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models

2025-10-06 · Qizheng Zhang, Changran Hu, Shubhangi Upasani, Boyuan Ma 외 arxiv

Large language model (LLM) applications such as agents and domain-specific reasoning increasingly rely on context adaptation: modifying inputs with instructions, strategies, or evidence, rather than weight updates. Prior…