collaborators

16 papers

cs.DC2026

LOCAL: Enabling Learning On-device Contiguously for Agent LLMs

Xinxin Liu, Jiaxin Li, Zibo Wang +7

On-device LLM agents interact repeatedly with users on local hardware, producing private traces that are valuable for adaptation but should not be sent to a remote trainer. Ideally…

cs.DC2026

Scheduling Mixed RL Rollouts Beyond Prefix Locality

Zetao Hong, Song Yuan, Yuanhao Ding +4

Modern reinforcement learning (RL) post-training pipelines for large language models (LLMs) increasingly combine rollout workloads across multiple domains and feedback paradigms. P…

cs.LG2026

MoE Proxy Models for Low-Cost Failure Reproduction and Diagnosis in LLM RL Post-Training

Yikai Wang, Chuansai Zhou, Yuhang Zhou +10

Reinforcement learning (RL) post-training of large language models (LLMs) is computationally intensive and involves complex system pipelines with substantial debugging overhead. In…

cs.AR2026

Adaptive Matrix Multiplication for Dynamic Shapes on Ascend NPUs

Yuhang Zhou, Jiang Peng, Qianyu Jiang +7

Matrix Multiplication (MatMul) faces a "generalization crisis" driven by highly dynamic tensor shapes. This crisis is particularly acute on Ascend NPUs, where explicitly controlled…

cs.IR2026

RVANNS: Mixed-Precision Indexing and Locality-Aware Graph Traversal on RISC-V

Chengying Huan, Yudong Liu, Jianguo Wang +9

Approximate nearest neighbor search (ANNS) on CPUs is increasingly constrained by candidate-vector movement and decoding rather than peak arithmetic throughput. Although the RISC-V…

cs.DC2026

Bole: Efficient Tree Speculation for Hybrid-Attention Language Models

Li Wang, Yi Su, Xiabao Wu +9

Hybrid-attention large language models combine full attention with recurrent linear attention to reduce long-context inference costs, yet their autoregressive decoding remains memo…