菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-27
📄 Abstract - MultiHedge: Adaptive Coordination via Retrieval-Augmented Control

Decision-making under changing conditions remains a fundamental challenge in many real-world systems. Existing approaches often fail to generalize across shifting regimes and exhibit unstable behavior under uncertainty. This raises the research question: can retrieval-augmented LLM coordination improve the robustness of modular decision pipelines? We propose MultiHedge, a hybrid architecture where an LLM produces structured allocation decisions conditioned on retrieved historical precedents, and execution is grounded in canonical option strategies. In a controlled evaluation using U.S. equities, we compare MultiHedge to rule-based and learning-based baselines. The key result is that memory-augmented retrieval confers greater robustness and stability than increasing model scale alone. Our paper contributes a controlled computational study showing that memory and architectural design play a central role in robustness in modular decision systems.

顶级标签: llm systems machine learning
详细标签: retrieval-augmented robustness decision-making coordination modular systems 或 搜索:

MultiHedge:通过检索增强控制实现自适应协调 / MultiHedge: Adaptive Coordination via Retrieval-Augmented Control


1️⃣ 一句话总结

本文提出了一种名为MultiHedge的混合系统,它让大型语言模型(LLM)通过检索历史成功案例来做出更稳健的决策,并结合经典金融策略执行,实验表明这种“记忆增强”的方法比单纯扩大模型规模更能提升系统在不确定环境下的稳定性和适应性。

源自 arXiv: 2604.24905