← Search

Jiwon Song

3 accepted papers

2026

Token Sparse Attention: Efficient Long-Context Inference with Interleaved Token Selection

ICML 2026poster

The quadratic complexity of attention remains the central bottleneck in long-context inference for large language models. Prior acceleration methods either sparsify the attention map with structured patterns or permanently evict tokens at specific layers, which can retain irrelevant tokens or rely o…

Cited by 0SourceScholar
2025

Reasoning Path Compression: Compressing Generation Trajectories for Efficient LLM Reasoning

NeurIPS 2025poster

Recent reasoning-focused language models achieve high accuracy by generating lengthy intermediate reasoning paths before producing final answers. While this approach is effective in solving problems that require logical thinking, long reasoning paths significantly increase memory usage and reduce th…

Cited by 0SourcecodeScholar
2024

SLEB: Streamlining LLMs through Redundancy Verification and Elimination of Transformer Blocks

ICML 2024poster

Large language models (LLMs) have proven to be highly effective across various natural language processing tasks. However, their large number of parameters poses significant challenges for practical deployment. Pruning, a technique aimed at reducing the size and complexity of LLMs, offers a potentia…