activity
20242026
collaborators

13 papers

cs.AI2026

MemChain: Learning Interpretable Memory Traces for Memory-Augmented LLM Agents

Yiwen Ma, Songjun Tu, Qichao Zhang +3

Memory-augmented LLM agents typically answer queries by retrieving relevant memories and feeding them directly to an answer model. This retrieval-as-evidence paradigm assumes retri…

cs.AI2026

UCOB: Learning to Utilize and Evolve Agentic Skills via Credit-Aware On-Policy Bidirectional Self-Distillation

Songjun Tu, Chengdong Xu, Qichao Zhang +6

Skill memories can improve agentic reinforcement learning by reusing past experience as textual guidance, but retrieved skills are not oracular: they may help in one state while mi…

cs.LG2026

Ratio-Variance Regularized Policy Optimization

Yu Luo, Shuo Han, Yihan Hu +5

Standard on-policy reinforcement learning relies on heuristic clipping to enforce trust regions, but this mechanism imposes a severe cost by indiscriminately truncating high-return…

cs.AI2026

Dynamic Dual-Granularity Skill Bank for Agentic RL

Songjun Tu, Chengdong Xu, Qichao Zhang +5

Agentic RL can benefit substantially from reusable experience, yet existing skill-based methods mainly extract trajectory-level guidance and often lack principled mechanisms for ma…

cs.CL2026

Beyond the Target: From Imitation to Collaboration in Speculative Decoding

Jinze Li, Yixing Xu, Guanchen Li +7

Speculative decoding (SPD) accelerates large language model (LLM) inference by letting a smaller draft model propose multiple future tokens that are verified in parallel by a large…

cs.CL2026

AgentKernelArena: Generalization-Aware Benchmarking of GPU Kernel Optimization Agents

Sharareh Younesian, Wenwen Ouyang, Sina Rafati +11

GPU kernel optimization is increasingly critical for efficient deep learning systems, but writing high-performance kernels still requires substantial low-level expertise. Recent AI…