From the 1 of 4 linked papers with an AI index.
4 papers
Hierarchical Latent Reasoning for LLM-based Recommendation
Peiyu Hu, Siying Gu, Weihai Lu +8
The paper introduces HiLaR, a framework that uses hierarchical latent reasoning and layer-aware reinforcement optimization to improve recommendation performance of large language m…
FlowBlock: Wavefront-Parallel Decoding for Self-Correcting Diffusion Language Models
Bing Tian, Haikun Liu, Xiaocheng Zhong +5
Block-wise diffusion large language models (dLLMs) decode sequentially at the block level, enabling effective KV-cache reuse across blocks but making inter-block decoding strictly…
Akashic: A Low-Overhead LLM Inference Service with MemAttention
Yang Liu, Zhaokai Luo, Huayi Jin +7
Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every r…
RedKnot: Efficient Long-Context LLM Serving with Head-Aware KV Reuse and SegPagedAttention
Yang Liu, ZhaoKai Luo, Zhaokai Luo +11
As the input length of large language model (LLM) serving continues to grow, the KV cache has become a dominant bottleneck in AI infrastructure. It limits GPU memory capacity, serv…