paper-with-me

Papers

EvolveTrade: Experience-Driven Policy Refinement for Self-Evolving LLM Trading Agents

2026-09-15 · Sehee Kim, Yumin Choi, Minki Kang, Sung Ju Hwang hf

Large language model (LLM) trading agents can combine market data, news, and executable analysis, but their behavior is often controlled by static hand-written tool-use policies that are fixed before deployment. This limits their ability to adapt how they gather evidence, invoke tools, verify signals, and manage risk under changing market regimes. We introduce EvolveTrade, a self-evolving framework that treats the system prompt of a tool-using trading agent as a text-parameterized policy. After each update interval, a Policy Agent revises this policy using accumulated decision traces and realized portfolio feedback, while keeping the backbone LLM fixed. The updated policy is then used for the next batch of trading decisions, enabling the agent to refine its information-acquisition and portfolio-construction procedure over time. Experiments across multiple market regimes and two LLM backbones show that EvolveTrade often improves Sharpe Ratio and Cumulative Return over fixed-policy LLM baselines, achieving the improved SR and CR in most evaluated settings. Behavioral analyses further show that self-evolved policies increase code-mediated analysis and activate regime-relevant computations; case-level policy-to-return attributions trace how policy-induced allocation changes contribute to realized return differences. These results suggest that adapting the reusable procedure governing tool use is a key direction for building more robust LLM trading agents.

📄 PDF Abstract BibTeX arXiv:2609.17632

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 120
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Polaris: A Gödel Agent Framework for Small Language Models through Experience-Abstracted Policy Repair

2026-03-24 · Aditya Kakade, Vivek Srivastava, Shirish Karande arxiv

Gödel agent realize recursive self-improvement: an agent inspects its own policy and traces and then modifies that policy in a tested loop. We introduce Polaris, Gödel agent for compact models that performs policy repair…

Arithmetic Reasoning

LLM-Driven Self-Refinement for Embodied Drone Task Planning

2025-08-21 · Deyu Zhang, Xicheng Zhang, Jiahao Li, Tingting Long 외 arxiv

We introduce SRDrone, a novel system designed for self-refinement task planning in industrial-grade embodied drones. SRDrone incorporates two key technical contributions: First, it employs a continuous state evaluation m…

Self-Improving Large Language Models via Progressive Experience Evolution

2026-08-03 · Shijie Ren, Xiting Wang, Meng Li, Yujie Guo 외 arxiv

Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilitie…

Mathematical ReasoningReinforcement Learning

Self-Abstraction from Grounded Experience for Plan-Guided Policy Refinement

2025-11-08 · Hiroaki Hayashi, Bo Pang, Wenting Zhao, Ye Liu 외 arxiv

Large language model (LLM) based agents are increasingly used to tackle software engineering tasks that require multi-step reasoning and code modification, demonstrating promising yet limited performance. However, most e…

Towards Theoretical Understanding of Data-Driven Policy Refinement

2023-05-11 · Ali Baheri

This paper presents an approach for data-driven policy refinement in reinforcement learning, specifically designed for safety-critical applications. Our methodology leverages the strengths of data-driven optimization and…

reinforcement-learningReinforcement Learning