paper-with-me

홈 › Papers

TimeClaw: A Time-Series AI Agent with Exploratory Execution Learning

2026-05-11 · Hangchen Liu, Dongyuan Li, Renhe Jiang, Jiewen Deng, Weiwei Ye, Yoshihide Sekimoto arxiv

Time series analysis underpins forecasting, monitoring, and decision making in domains such as finance and weather, where solving a task often requires both numerical accuracy and contextual reasoning. Recent progress has moved from specialized neural predictors to approaches built on LLMs and foundation models that can reason over time series inputs and use external tools. However, most such systems remain execution-centric: they focus on solving the current instance but learn little from exploratory execution. This is especially limiting in verifiable numeric settings, where multiple candidate executions and tool-use procedures may all be task-valid yet differ sharply in quantitative quality, and where early success can trigger tool-prior collapse that suppresses further exploration. To address this limitation, we present TimeClaw, an exploratory execution learning framework that turns exploratory execution into reusable hierarchical distilled experience through a four-stage loop: Explore, Compare, Distill, and Reinject. TimeClaw combines metric-supervised exploratory execution learning, task-aware tool dropout, and hierarchical distilled experience for inference-time reinjection, while keeping the base model frozen and avoiding online test-time adaptation. In an MTBench-aligned evaluation with 17 tasks that span finance and weather prediction and reasoning tasks, TimeClaw delivers consistent gains over the baselines. These results suggest that, for scientific systems, the bottleneck is not only execution-time capability, but how exploratory experience is compared, distilled, and reused.

📄 PDF Abstract BibTeX arXiv:2605.10038

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time AdaptationTime Series AnalysisDecision Making

Similar Papers 제목 키워드 기반

Harnessing Generalist Agents for Contextualized Time Series

2026-06-03 · Zihao Li, Kaifeng Jin, Yuanchen Bei, Jiaru Zou 외 arxiv

Time series are often embedded in rich contexts that are essential for holistic modeling. Moreover, real-world practitioners often require end-to-end workflows for analyzing temporal dynamics, where widely studied tasks …

EvoTS-Agent: A Self-Evolving LLM Agent for Financial Time Series Change Point Detection

2026-08-18 · Lei Jiang, Ye Wei, Xinyu Xi, Jordan Langham-Lopez 외 arxiv

Financial time series exhibit non-stationary and heterogeneous statistical properties, making change-point detection challenging because no single unsupervised algorithm performs consistently across assets and market reg…

Change Point Detection

GUITester: Enabling GUI Agents for Exploratory Defect Discovery

2026-01-08 · Yifei Gao, Jiang Wu, Xiaoyi Chen, Yifan Yang 외 arxiv

Exploratory GUI testing is essential for software quality but suffers from high manual costs. While Multi-modal Large Language Model (MLLM) agents excel in navigation, they fail to autonomously discover defects due to tw…

Learning to Explore: Scaling Agentic Reasoning via Exploration-Aware Policy Optimization

2026-05-09 · Xingyuan Hua, Sheng Yue, Ju Ren arxiv

Recent advancements in agentic test-time scaling allow models to gather environmental feedback before committing to final actions. A key limitation of existing methods is that they typically employ undifferentiated explo…

Reinforcement Learning

AgentRewind: Recoverable Execution for Long-Horizon LLM Agents

2026-08-14 · Yu Zhuang, Kefei Chen, Yitong Duan, Shuxin Zheng 외 arxiv

Many real-world tasks require LLM agents to interact with their environments over long execution horizons. Errors that occur early in execution may propagate through both the agent context and environment state, and thei…